webnc1
10-09-2006, 05:14 PM
Hi. I have a combo box on each page of an installation. It performs wonderfully but I am getting a complaint from QA because if they Alt-Tab to another program and come back the combo box switches from the page name to the "Choose Another Item", which is listed in the ComboBox Items on the first tab. My actual pages are on the Script - On Focus tabs. I will list below my On Focus listings. Can anyone advise how to keep the Combo tab either on "Choose Another Item" or the actual page name as shown below?
--- delete all items in the combobox
ComboBox.ResetContent("Plugin1");
-- populate combobox with suitable items
ComboBox.AddItem("Plugin1", "Welcome");
ComboBox.AddItem("Plugin1", "User Documentation");
ComboBox.AddItem("Plugin1", "Release Announcements");
ComboBox.AddItem("Plugin1", "Tours");
ComboBox.AddItem("Plugin1", "E-Learning Tours");
ComboBox.AddItem("Plugin1", "Technical Documentation");
ComboBox.AddItem("Plugin1", "WebScheduler");
ComboBox.AddItem("Plugin1", "Interfaces and Optional Modules");
ComboBox.AddItem("Plugin1", "Crystal Reports");
--- delete all items in the combobox
ComboBox.ResetContent("Plugin1");
-- populate combobox with suitable items
ComboBox.AddItem("Plugin1", "Welcome");
ComboBox.AddItem("Plugin1", "User Documentation");
ComboBox.AddItem("Plugin1", "Release Announcements");
ComboBox.AddItem("Plugin1", "Tours");
ComboBox.AddItem("Plugin1", "E-Learning Tours");
ComboBox.AddItem("Plugin1", "Technical Documentation");
ComboBox.AddItem("Plugin1", "WebScheduler");
ComboBox.AddItem("Plugin1", "Interfaces and Optional Modules");
ComboBox.AddItem("Plugin1", "Crystal Reports");