C
cgchris99
Guest
I have a lookup form that calls oledbadapter1.fill(form1.instance.objdataset1,"filename")
This works fine for any field on form1 that is on a displayed tab. However, any data bound field that is displayed on a tab that is not currently active does not update until you click to activate the tab itself.
I know this because I have another button that sends this data out via telnet and during the debugging process, I verify I am sending the correct fields and correct data. The contents of the text boxes will be empty until you click on the tab that has these fields.
As long as you click on each of the tabs after the ".fill" command then all the textboxes update and are filled correctly.
I have tried form1.refresh form1.validate etc.
Thanks for any help you can give on this problem.
This works fine for any field on form1 that is on a displayed tab. However, any data bound field that is displayed on a tab that is not currently active does not update until you click to activate the tab itself.
I know this because I have another button that sends this data out via telnet and during the debugging process, I verify I am sending the correct fields and correct data. The contents of the text boxes will be empty until you click on the tab that has these fields.
As long as you click on each of the tabs after the ".fill" command then all the textboxes update and are filled correctly.
I have tried form1.refresh form1.validate etc.
Thanks for any help you can give on this problem.