Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
More strange form behavior?
Message
From
29/05/2001 11:33:08
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00512233
Message ID:
00512244
Views:
11
>I have a form with several textboxes on it. Ever since I added SCREEN=OFF to the config.fpw file which turns off the main VFP window when my form appears, the backcolor is green. When I click on the textbox the backcolor changes to white which is what it is supposed to be according to the textbox properties. This did not happen prior to my setting SCREEN=OFF.
>
>How can I fix it? Thanks for the help. I will keep trying. Maybe I should check the form properties instead of just the textbox properties which appear to be A-OK.

Steve,

Add THIS.SETALL( 'BACKCOLOR', RGB( 255, 255, 254 ), 'TEXTBOX' ) to the INIT event of the form. This will keep the textbox color white. Notice that the last number is 254. This works for us when we get that problem.

HTH
Mike
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform