PRB: Error Changing DynamicCurrentControl of Grid ColumnLast reviewed: December 4, 1997Article ID: Q177145 |
The information in this article applies to:
SYMPTOMSWhen you switch between controls in a grid's column at run-time the following error message appears:
Expression is invalid, use a valid expression for DynamicCurrentControl. RESOLUTIONWhen you set or change the DynamicCurrentControl property of a grid's Column, use '"combo1"' (an additional pair of quotes around the control string) instead of "combo1." Here's an example:
ThisForm.Grid1.Column1.DynamicCurrentControl = '"combo1"' 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: DynamicCurrentControl grid combobox views
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |