\r\n
\r\n \r\n I don\'t know how else to explain it. The fill works fine on any textbox that is currently visable (not the property visable) on the form. If the field is in a tab that is not the current active tab, then the textbox field does not update until you select the tab that this field is on.
\r\n
\r\nLets try this.
\r\nYou have a form it has one field on it called TextBox1. You have two tab pages called tabpage1, tabpage2. On tabpage1 you have Textbox2 & TextBox3, on tabpage2 you have TextBox10, TextBox 11, Textbox12.
\r\n
\r\nNo you the fill happens TextBox1, Textbox2, & Textbox3 will all get updated with the Data from the Fill command. However, if you do not select TabPage2, Textbox10, 11, & 12 will not get the data. The minute you click TabPage2, Textbox10, 11 & 12 will then get loaded with the correct data.
\r\n
\r\nAt first glance, you\'d think this is no big deal. But it is when I am trying to send this data out over telnet and have not viewed each individual tab after the fill happens. Then Textbox10, 11, & 12 are empty or have the old data in them.
\r\n
\r\nThanks for any further help\r\n
\r\n
\r\n \r\n