A
Agnes
myTab control got 2 pages,
in page1, i need to type in customer code, and the customer information will
displayed in page 1 & page2.
Now, i can see my data in page1 correctly, however, page2 didn't display and
data. all the textbos is blank.
I use messagebox to test the page2 data, it return a correct value.
BUT EVERY THING IN PAGE 2 is blank , why ??
I add 'Me.Tab2.refresh()' it seems useless. I cut some textbox from page2
and then paste in page1.
It displays very well. What happend about Tab page2 ???
FromAgnes
in page1, i need to type in customer code, and the customer information will
displayed in page 1 & page2.
Now, i can see my data in page1 correctly, however, page2 didn't display and
data. all the textbos is blank.
I use messagebox to test the page2 data, it return a correct value.
BUT EVERY THING IN PAGE 2 is blank , why ??
I add 'Me.Tab2.refresh()' it seems useless. I cut some textbox from page2
and then paste in page1.
It displays very well. What happend about Tab page2 ???
FromAgnes