have several comboboxes in several forms in my program...
everytime when i open a file(input the data in to the program)... some of the comboboxes will be highlighted... but.. all the comboboxes setting are same...
for example, when i open a file... these is what will happen..
Form1... all the comboboxes(3) are not hightlighted
Form2... all the comboboxes(8) are highlighted
Form3... i have a SSTab with 4 tabs.. the first 3 comboboxes in the Tab1 are not hightlighted... but the other comboboxes in Tab2 and Tab3 and Tab4 are hightlighted....
can anyone tell me what i will cause the comboboxes highlighted?? tabindex?? or the method i save the file?? i'm using the sequential file method to save the data...
thanz you..
everytime when i open a file(input the data in to the program)... some of the comboboxes will be highlighted... but.. all the comboboxes setting are same...
for example, when i open a file... these is what will happen..
Form1... all the comboboxes(3) are not hightlighted
Form2... all the comboboxes(8) are highlighted
Form3... i have a SSTab with 4 tabs.. the first 3 comboboxes in the Tab1 are not hightlighted... but the other comboboxes in Tab2 and Tab3 and Tab4 are hightlighted....
can anyone tell me what i will cause the comboboxes highlighted?? tabindex?? or the method i save the file?? i'm using the sequential file method to save the data...
thanz you..