Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid...Grid
Message
From
10/08/1998 11:17:55
 
 
To
10/08/1998 11:13:24
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00125262
Message ID:
00125266
Views:
18
>Hello everyone!
>
>I'm looking for any suggestion how to make an method on a fly for header in my grid.
>I'm doing grid with variable number of columns (table driven) and for example I need to create sort event on header click, how I can do it.
>Thank you in advance.

I guess that you can call something like:
***Header.Click event
Local cTagname
cTagname=thisform.gettagname(this.parent.controlsource) && some method to match field and tag name
Select GridSource
Set Order to Tag &cTagname.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform