Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Change color when skipping
Message
From
27/04/1998 10:19:04
Dragan Nedeljkovich
Now officially retired
Zrenjanin, Serbia
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00095050
Message ID:
00095124
Views:
28
>Txtbox has no such events. Is there any other way to do that?
>
>Sunny
>

The other answers are for grids; if you are viewing the data on a regular form (not in a grid, I mean), then put in your textbox'es .refresh

if this.value<0
this.forecolor=Rgb(127,0,0)
else
this.forecolor=0
endif

You may need a DoDefault() before and NoDefault after this, or it may work just like that (haven't tried myself).

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Reply
Map
View

Click here to load this message in the networking platform