Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Click Event From Grid Header
Message
From
11/11/1998 10:26:04
 
 
To
11/11/1998 10:19:21
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00156309
Message ID:
00156588
Views:
49
>Edward,
>
>Thanks again, but still no luck.
>
>Scott

Strange. I have similar grid working Ok, but instead of deleting tags I just add new tag if necessary:
***Grid.Setorder method
LPARAMETER cTagFieldname
Select GridCursor
IF EMPTY(Tagno(cTagFieldname))
 INDEX ON (cTagfieldname) TAG (cTagfieldname)
ELSE
 SET ORDER TO TAG (cTagFieldname)
ENDIF
Thisform.Mygrid.Refresh
Could you try this approach? Actually, it's just an example, the project is in another client location and I cannot post actual code right now.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform