Hi,
I've created a custom menu with few controls.
One of these opens a form which retrieves data into a listbox.
This is done using VBA code ( lbo.rowsource=" select..."), not from the
listbox properties.
I get the results in the listbox but can't select any row.
The Locked property is set to NO and Enableb to Yes.
Any idea will be appreciated . ;-)
Thanks.
I've created a custom menu with few controls.
One of these opens a form which retrieves data into a listbox.
This is done using VBA code ( lbo.rowsource=" select..."), not from the
listbox properties.
I get the results in the listbox but can't select any row.
The Locked property is set to NO and Enableb to Yes.
Any idea will be appreciated . ;-)
Thanks.
Comment