Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disable row's in combo or listbox
Message
 
To
03/06/2004 08:53:32
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00909516
Message ID:
00909517
Views:
6
Just add "\" in begining of the element.
DIMENSION thisform.myTest[5]
thisform.myTest[1] = "1 Enabled"
thisform.myTest[2] = "\2 Disabled"
thisform.myTest[3] = "\3 Disabled"
thisform.myTest[4] = "4 Enabled"
thisform.myTest[5] = "4 Enabled"
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform