Aamir
|
| Posted: 06/18/2005, 10:53 PM |
|
Hi guys
Am using access db. In a table I have a yes/no datatype for a particular field. Through a form the field is updating correctly but when i view the form in edit mode the state of a checked field is also apprearing as unchecked. Other text field value are showing fine. How can i display the state of the checkbox correctly.
I did try this:
If Head_Menu.head_display.value Then
Head_Menu.head_display.State = Head_Menu.head_display.CheckedValue
End If
didnt work
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 06/18/2005, 11:21 PM |
|
You would need to specify the correct DB Format in Connection -> Server. I believe that it should be "true;false" for MS Access.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Aamir
|
| Posted: 06/19/2005, 10:40 PM |
|
I tried that but doesnt work. In connection, server tab the boolean format selected is true;false. How can we explicitly by code make the state of a checkbox as checked?
|
|
|
 |
gesto
Posts: 42
|
| Posted: 08/23/2005, 9:57 AM |
|
i've found a bug in codecharge 2.3.2.24... just change your checkbox to a text field and thenchenge then back to a checkbox.... it seems that sometimes in the html the "{checkbox_name}" is transformed into "checkbox_name} {"
|
 |
 |