PRB: Can't Define Text Object ControlSource Property in a GridLast reviewed: August 30, 1995Article ID: Q135904 |
The information in this article applies to:
SYMPTOMSWhen attempting to change the ControlSource Property of the Text1 text object in a column of a grid, you receive this error message:
Parent object will not allow this property setting Text1.ControlSource CAUSEThis is by design. This occurs because when the column is bound, the ControlSource property is implicitly set.
RESOLUTIONSet the Bound property to false (.F.) for the column. If the column is not bound, you can set the ControlSource for Text1.
STATUSThis behavior is by design. It follows the principle of inheritance in Object Oriented Programming. The column is bound to a ControlSource already, so the Text1 object in the column is inheriting the same ControlSource property.
MORE INFORMATION
Steps to Reproduce Behavior
|
Additional reference words: 3.00 VFoxWin
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |