Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form looks funky after changing HelpContextIDs?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00549166
Message ID:
00549178
Vues:
17
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform