| |
tim_shel
Posts: 1
Score: 0
Joined: 9/27/2003
From:
Status: offline
|
I have created a simple form with a simple checkbox. I can trap any change to this checkbox by using sub checkbox1_click() - no problem. However, when I run the form, and save it then open the saved form, (i.e. view the "Read Page", the true value of the checkbox is not displayed - always unchecked. Solution to this is to add a field to the checkbox, which works - I can now see the true value of the checkbox when I open the saved form. HOWEVER . . . I can now no longer capture the click event by using olPage1.checkbox1_click(). Any assistance greatly appreciated.
|
|