Checkbox ONINIT
Posted: Thu Jun 09, 2011 6:53 pm
I think this is a very basic question but I haven't worked with Harbour in at least a year.
Assuming I have the most basic form with a single checkbox:
How can I have that checkbox automatically be checked (TRUE) on starting the application. The Main form event seems to run before the checkbox is created so I can't assign the logical value there.
Assuming I have the most basic form with a single checkbox:
How can I have that checkbox automatically be checked (TRUE) on starting the application. The Main form event seems to run before the checkbox is created so I can't assign the logical value there.