Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I do this?
Message
From
28/04/1999 15:29:16
 
 
To
28/04/1999 15:17:56
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00213135
Message ID:
00213152
Views:
29
I knew it could be done! Thank you so much.

>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!!
Previous
Reply
Map
View

Click here to load this message in the networking platform