PRB: Bound TextBox No Longer Populates During Form's Load EventLast reviewed: August 5, 1997Article ID: Q172100 |
The information in this article applies to:
SYMPTOMSWhen a form is run, a bound Text box comes up blank even though a value is being stored to it's Text property in the Form's Load. In prior version of Visual Basic, the Text box came up populated if done in this manner.
RESOLUTIONIn the Form's Load, instead of:
Text1.Text = "This text should be in the text box."use:
Data1.RecordSet("<field name>") = "Text to show." STATUSMicrosoft is researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce Behavior
|
Additional query words: empty
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |