Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I know is the refresh method is with code?
Message
 
 
To
20/04/2000 09:43:14
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00361618
Message ID:
00361845
Views:
16
Erik,

Is there any reason for not using the refresh method in a textbox? One of my workers told me that using refresh could have problems woth gostfocus or setting focus to textboxes, I'm using:

PROCEDURE Refresh
DODEFAULT()
IF TYPE("this.value")="N"
this.forecolor = IIF(this.value<0,RGB(255,0,0),0)
this.disabledforecolor = IIF(this.value<0,RGB(255,0,0),0)
ENDIF
ENDPROC

I think this don't disturb any. It's only for coloring.
Pablo Roca
Clavo Congelados, S.A. (La Coruna - Spain)
Sysop of PortalFox

Join MasFoxPro campaign
http://www.masfoxpro.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform