Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Click Event From Grid Header
Message
De
11/11/1998 10:26:04
 
 
À
11/11/1998 10:19:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00156309
Message ID:
00156588
Vues:
39
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform