Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dynamic button labels - How do I?
Message
From
23/10/2000 11:47:37
 
 
To
19/10/2000 15:25:21
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00431739
Message ID:
00432944
Views:
19
>I have a form that has 20 buttons. I want to set each button label based on a table that may change from time to time i.e. button 1 label = record 1, Button 2 label = record 2 etc. How do I go about doing this? Any help would be great.

Hmmmm, I would try two other techniques instead of this one. I would either create a field for each button and store the caption in that, and then have the button retrieve it. Or the best way, IMO, would be too simply have two fields, name and caption, then, have each control SEEK for its name, and find the associated caption.
Previous
Reply
Map
View

Click here to load this message in the networking platform