Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Class in grid
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
01219485
Message ID:
01219487
Views:
11
>How do I make to insert a class inside a grid, and to remove Text1?

Manually or programmatically?

If 1:

Select grid, edit, select column you want, on the toolbar click on the desired class. Then go to the properties sheet, select text1, click on form's titlebar and press delete.

Programmatically in run-time:
thisform.grd.Column1.RemoveObject('text1')
thisform.grd.Column1.AddObject('edit1','editbox')
thisform.grd.Column1.edit1.visible = .t.
thisform.grd.Column1.sparse = .f.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform