Hello All,
I saw a similar post to this on this site however the solution that helped did not help me so I'm posting again to see if i can get a solution. Hopefully someone can help.
I have a field "ide_v-ShowAssetDetails" on my form it is a checkbox. The check box is set up in the following way.
DataType = True/False(boolean)
Default State = Checked
Value when cleared = FALSE
Value when checked = TRUE
There are no rules or validation on this checkbox.
Now for the problem: When i set the value programmatically only a red border around the checkbox appears, i can't seem to get it to actually put a check mark in the checkbox. Anybody know what i'm doing wrong? I've tried setting the value to TRUE, True and Yes ???????