11/22/2024 7:51:13 PM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss usage & tips for SalesLogix controls and other 3rd party ActiveX controls. View the code of conduct for posting guidelines.
|
|
|
|
Using data from memo-fields onOpen?
Posted: 25 Oct 06 5:46 AM
|
fiogf49gjkf0d Hello again
I'm trying to read a string from a memo field, in order to present it's content as a series of checkboxes.
The form has a memo-field on it called mmoResponses that contains a string of the form "value1;value4;value9;" and I want the relevent boxes ticked.
The problem I'm having, is that the content doesn't seem to be available until after the onOpen event has finished?
Sub AXFormOpen(sender) MsgBox "Response length is " & Len(mmoReason.Text) End Sub
This always returns "Response length is 0", even if something is in the field, and shows after the msgbox is closed. |
|
|
| |
| |
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|