S
steve
Hi All
I need help on how to load a form in the background so the load event runs
(only once) then I can pass data and call showdialog
I have code in the forms load event which populates comboboxes etc
I then want to select a particular combobox index and call routines within
the form before showing it dialog
I currently call form.show then form.hide, pass the data as required then
call form.showdialog
I notice the form load event fires on both form.show and form.showdialog
Regards
Steve
I need help on how to load a form in the background so the load event runs
(only once) then I can pass data and call showdialog
I have code in the forms load event which populates comboboxes etc
I then want to select a particular combobox index and call routines within
the form before showing it dialog
I currently call form.show then form.hide, pass the data as required then
call form.showdialog
I notice the form load event fires on both form.show and form.showdialog
Regards
Steve