binap
Posts: 10
|
| Posted: 07/21/2008, 10:44 PM |
|
I am new one of codecharge studio. when i am using check box control it shows only boolean value. In database i am giving text value. when i am changing boolean value to text it shows error message.
how to change/use text in the check box for add/edit, list and search pages
thanks in advance
|
 |
 |
jjrjr1
Posts: 942
|
| Posted: 07/22/2008, 11:21 AM |
|
Hi
How are you setting the bound and text properties for your check box?
You can point each one to different datafields or actually to the same field.
If the datafield is boolean the control value will be that as well.
Let me know.
_________________
John Real - More CodeCharge Studio Support at - http://CCSElite.com |
 |
 |
Waspman
Posts: 948
|
| Posted: 07/22/2008, 12:17 PM |
|
Don't know if this is right, but make sure the format /value is set to your checked value...Yes or whatever. No quotes.
Works for me.
T
_________________
http://www.waspmedia.co.uk |
 |
 |
|