G
Guest
I have an application with 5 forms, each containing one or more list boxes
used for selecting required options. It works very well like this, but I
would like to alter it to use a main form with a tab control on it. Each tab
page would contain one of my original forms as a sub form.
For some reason when I make the change, the list boxes no longer work. They
initialise correctly, but clicking on them does not produce any click or
update events, and the selection does not change. Command buttons on the same
tab page do work as expected. I have checked that the list boxes are enable.
What can be stopping them from following mouse clicks on them?
used for selecting required options. It works very well like this, but I
would like to alter it to use a main form with a tab control on it. Each tab
page would contain one of my original forms as a sub form.
For some reason when I make the change, the list boxes no longer work. They
initialise correctly, but clicking on them does not produce any click or
update events, and the selection does not change. Command buttons on the same
tab page do work as expected. I have checked that the list boxes are enable.
What can be stopping them from following mouse clicks on them?