G
Guest
I need to simulate the user clicking an entry in a listbox. This is done in a separate form. When I need to do this I open the form with the listbox passing the line to be 'clicked' in openargs. Then in the onopen event I load the lisbox with just that line. This all works ok but as soon as I try to retrieve data from the line, I get the 'form not open or object not active' message. Is there any way around this. It seems odd I can load the listbox but not get its values back
This is all in the on open event of the form.
This is all in the on open event of the form.