BUG: GPF When RecordSource Property is Blank at Design-Time
Article ID: 140899
Article Last Modified on 12/9/2003
APPLIES TO
- Microsoft Visual Basic 4.0 Standard Edition
- Microsoft Visual Basic 4.0 Professional Edition
- Microsoft Visual Basic 4.0 Professional Edition
- Microsoft Visual Basic 4.0 16-bit Enterprise Edition
- Microsoft Visual Basic 4.0 32-Bit Enterprise Edition
This article was previously published under Q140899
SYMPTOMS
A 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.
WORKAROUND
To work around 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
STATUS
Microsoft 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.
Additional query words: kbVBp400bug kbDSupport
Keywords: kbbug KB140899