BUG: GPF When RecordSource Property is Blank at Design TimeLast reviewed: October 14, 1996Article ID: Q140899 |
The information in this article applies to:
SYMPTOMSA data control causes an application error at runtime if the data control contains with a blank RecordSource property at design time and the UpdateControls method is executed. The application error ends Visual Basic.
WORKAROUNDTo workaround this bug, at design time, set the data control's DatabaseName property to a database and the RecordSource property to a table in the database. Other controls that are bound to the data control, such as a text box, should also have a value in the control's DataSource property
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce Problem
|
Additional reference words: 4.00 buglist4.00 vb4win vb4all
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |