Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding Control
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00348093
Message ID:
00348100
Views:
30
>How can I add a text box to a grid and at the same time remove a edit box from a grid at run time ?

Form.Grid.ColumnX.AddObject('mytext','mytextboxclass')
Form.Grid.ColumnX.RemoveObject('editboxclass')
Form.Grid.ColumnX.CurrentControl='mytext')
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform