Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pageframe refresh
Message
De
28/05/1998 19:29:37
Tan Gay Cheong
Cybercomp Computer Services
Singapore, Singapour
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Pageframe refresh
Divers
Thread ID:
00102937
Message ID:
00102937
Vues:
82
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform