Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Invalid Property value
Message
From
05/08/2001 21:48:32
 
 
To
05/08/2001 19:03:06
Randy Hooper
Ranco Business Software
Tampa, Florida, United States
General information
Forum:
Visual Basic
Category:
Database DAO/RDO/ODBC/ADO
Miscellaneous
Thread ID:
00539955
Message ID:
00540000
Views:
7
Does the chkMaintenance object is CheckBox?.. CheckBox have 3 value: 0 - Unchecked, 1 - Checked and 2 - Greyed.. You can not use boolean type field to set the check box field.. may be you have to convert it into 1 = True or 0 = False, so your code should be as follow:

chkMaintenance = iif(mrstCurrent("fldMenuMaintenance= True, 1, 0") depends on your needs..

Regards
Winan
Previous
Reply
Map
View

Click here to load this message in the networking platform