Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form - Controls
Message
 
To
07/08/2002 05:13:30
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00686734
Message ID:
00687274
Views:
36
Here is a more compact code that doesn't require adding new class to your project

****************
with Thisform
for lnThisControl = 1 to .controlcount
if .controls[lnThisControl].controlsource='X'
.controls[lnThisControl].backcolor=255,255,0
endif
endfor
endwith
****************
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform