Subject | Updating the display in a ControlGrid after changing the Query |
---|---|
Author | Raymond Kennington |
Post date | 2002-11-25T04:52:04Z |
Start with
SELECT * FROM Customer /* 49 fields */
and change to
SELECT Customer_Code, Sort_Code, Customer_Name FROM Customer
and observe 46 edit-fields in the ControlGrid that have no labels and are not connected to fields.
Could this be made to refresh correctly?
--
Raymond Kennington
Programming Solutions
W2W Team B
SELECT * FROM Customer /* 49 fields */
and change to
SELECT Customer_Code, Sort_Code, Customer_Name FROM Customer
and observe 46 edit-fields in the ControlGrid that have no labels and are not connected to fields.
Could this be made to refresh correctly?
--
Raymond Kennington
Programming Solutions
W2W Team B