Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combobox and logical field
Message
From
04/08/2000 13:47:53
 
 
To
04/08/2000 13:18:09
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00401090
Message ID:
00401210
Views:
35
Comboboxes do not allow logical values.
Try setting the Value property in the Properties window to .F. - you will get a "Property value is invalid error."
Why not use a checkbox and set its InteractiveChange() and ProgrammaticChange() events e.g.,
** InteractiveChange()
this.Caption = IIF(this.Value=.T., "ACTIVE", "INACTIVE")
** ProgrammaticChange()
this.InteractiveChange()
Insanity: Doing the same thing over and over and expecting different results.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform