PRB: Error Changing DynamicCurrentControl of Grid Column at Run Time (177145)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 5.0
- Microsoft Visual FoxPro for Windows 5.0a
This article was previously published under Q177145 SYMPTOMS
When 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.
RESOLUTION
When 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"'
STATUS
This behavior is by design.
Modification Type: | Major | Last Reviewed: | 12/11/1999 |
---|
Keywords: | kbprb KB177145 kbAudDeveloper |
---|
|