Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Background colors don't change with record change?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00294375
Message ID:
00294889
Views:
28
>In my NEXT button:
>
>IF NOT EOF('mytable')
> SKIP IN mytable
>ENDIF
>IF EOF('mytable')
> GOTO BOTTOM IN mytable
> WAIT 'Currently Viewing Last Record' WINDOW NOWAIT
>ENDIF
>THISFORM.Refresh
>
>I did have THISFORM.setbackcolor in front of the line THISFORM.Refresh, but that changed the background color of all textboxes to pale yellow whether they had values in them or not.

What is the code that sets the backcolors? It will need to be some kind of conditional statement(s) to differentiate between fields with values and fields w/o values.
William A. Caton III
Software Engineer
MAXIMUS
Atlanta, Ga.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform