A
Agnes
myTab control got 2 pages,
in page1, i need to type in customer code, and the customer information will
be displayed in page 1 & page2.
I am using databinding to move the record position.
Before bmCustomer.addnew() . Everything goes fine, I can see the data in
both Page2.
However, after bmCustomer.addnew(), I type a customer code, [the back end
store procedure will query that code and the return a datarow ]
[In page 1] Me.txtCustAdd1.text = drCust(..... etc) <-- works fine and i
can see the data
[in page2] Me.txtCustInform.text = drCust(....etc) <- i can't see the data
in page 2.
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. if I cut the textbox
Me.txtCustInform.text 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
be displayed in page 1 & page2.
I am using databinding to move the record position.
Before bmCustomer.addnew() . Everything goes fine, I can see the data in
both Page2.
However, after bmCustomer.addnew(), I type a customer code, [the back end
store procedure will query that code and the return a datarow ]
[In page 1] Me.txtCustAdd1.text = drCust(..... etc) <-- works fine and i
can see the data
[in page2] Me.txtCustInform.text = drCust(....etc) <- i can't see the data
in page 2.
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. if I cut the textbox
Me.txtCustInform.text from page2 and then paste in page1.
It displays very well. What happend about Tab page2 ???
FromAgnes