sorry for not posting for so long. I have been busy with other projects but now I am back with my favorite programing language: HMG!
I noticed a strange behavior of the checkbox.
I used the FIELD-property and expected it to work just like in a TEXTBOX-control. It reads the value from the database field and when the user updates the control, the database field gets changed, too.
Code: Select all
FIELD db->fieldI have to do this by hand by supplying an ON CHANGE command.
Code: Select all
ONCHANGE db->field := this.valueYours
Raumi