Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cant Refresh Grid Column
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00266613
Message ID:
00266635
Vues:
17
>I am trying to rfresh a Grid Column and cant get it to work. Scenarios as follows:
>
>1. I have a number of colums in a Grid
>2. When I go into each column, I want the whole Grid to change sequence and be ordered by the tag linked to the column
>(i.e. the sequence should change but I want to stay on the same record)
>
>I have following code in th GOTFOCUS.
>
>lnREC=RECNO()
>set order to MYTAG
>GOTO lnRec
>
>I then tried the following with no success :-
>this.parent.parent.refresh ---> Doesent work
>thisform.refresh ---> Doesent work
>
>
>Any help appreciated.
>
>Regards,
>
>Gerard

Hi Gerard

I simulate your job and everything works well. I put the code in the Gotfocus event of the control in each column.

They are :-

lnREC=RECNO()
SET ORDER TO TAG yourtag
GOTO lnRec
THIS.PARENT.PARENT.REFRESH
Rojvachiranonda N., M.D.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform