Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Highlighting a row in a grid
Message
From
17/10/2000 08:41:59
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00429840
Message ID:
00430238
Views:
17
>How do i add a property on the grid when the form is made with the wizard?

The most common way is to add the property to a grid class ahead of time, and then use teh grid class.

Another way is to just use a form property. But I suggest using a grid property.

Otherwise, you can do aSelObj(aA, 1) to get a reference to the form in the form designer. Then, something like: aA[1].Grid1.AddProperty('nRecNo', 0).
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform