Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form looks funky after changing HelpContextIDs?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00549166
Message ID:
00549178
Views:
11
This message has been marked as the solution to the initial question of the thread.
The end of the line in the memo field is CHR(13) + CHR(10). Try to change foolowing line
lcProperties = lcProperties + myarray(i)+CHR(13)
  to
lcProperties = lcProperties + myarray(i) + CHR(13) + CHR(10)
>This is a method that finds the form field and associated HelpContextID and updates it based upon our home-grown data dictionary. I find the field name by looking at the ControlSource in the properties memo field in the form .SCX file. I also find the HelpContextID by looking at the properties memo field in the form .SCX file. Then I find the matching data dictionary entry that goes with the form and merge the data dictionary with the form .SCX file, but only the HelpContextID value gets affected... or that is the plan anyway. Thanks again.
>
< SNIP >
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform