Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pageframe refresh
Message
De
02/06/1998 11:14:06
 
 
À
28/05/1998 19:29:37
Tan Gay Cheong
Cybercomp Computer Services
Singapore, Singapour
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00102937
Message ID:
00104014
Vues:
35
>I have this problem, I have a pageframe with three page in a form. There are three tables in the private datasession.
>
>The first table for first page and so on.
>When I delete the first page, I use the following.
>
>if not eof()
>delete
>skip -1
>endif
>go recno() in table2 *pointing the same record as table 1
>go recno() in table3 *pointing the same record as table 1
>
>thisform.pageframe1.page1.refresh()
>thisform.pageframe1.page2.refresh()
>thisform.pageframe1.page3.refresh()
>
>When I delete, the first page manage to refresh to what I want, but the second page still shows the deleted items, under I click the record pointer up and down again.
>
>Why is it so? What is wrong with my coding. Pls help.


Hi Tan,
In the ACTIVATE Method of each Page put something like:

THISFORM.Refresh

That should do it.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform