Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set syntax coloring?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00223463
Message ID:
00223534
Views:
22
>Thanks George,
>That looks like a winner. I know little about setting the registry; how would you set that up in code for run-time? We want the user to see only black at run-time & don't want to go to each machine to make the setting.
>Thanks again

Hi Bill,

I'd first find out what the setting would be. Probably, "RGB(0,0,0,255,255,255), Auto, Auto" for the EditorKeywordColor and EditorCommentColor entries. Be sure to check this, however. Since the entries are strings, the registry class that ships with VFP can do the job of writing these. Once the new data is written, call SYS(3056) so the VFP updates the settings.

Of course, once this is done, simply checking these values will be all that's necessary.

hth,
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform