Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I do this?
Message
From
28/04/1999 15:17:56
 
 
To
28/04/1999 15:02:31
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00213135
Message ID:
00213145
Views:
30
Try this:

WITH THIS
FOR lnK=1 TO 4
.Buttons[lnK].Fontbold = .F.
ENDFOR
ENDWITH


You can also use this.

FOR EACH lnK IN THIS.Buttons
lnK.Fontbold = .F.
ENDFOR


Good Luck!!
Brian McCord
President
Sagacity Systems
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform