Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Record pointer moves after pop-up
Message
De
08/11/1997 03:19:45
Shihchau Tai
Apic Systems Pte Ltd
Singapore, Singapour
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Record pointer moves after pop-up
Divers
Thread ID:
00059056
Message ID:
00059056
Vues:
79
I have a master-detail one to many form. One of my detail grid gives a pop-up window for the users to select item. Once the pop-up is released, the grid record pointer moves to the top.

I understand that I need to save the record pointer in this case because VFP will reselect the master table, am I right? However my saving doesn't seem to work. I do my saving by What's wrong? Where should I do the restoring?

nWorkArea = SELECT()
nRecno = RECNO()
xxx = CREATEOBJECT('Select_Record')
xxx.SHOW(1)
...
...
SELECT (nWorkArea)
GO (nRecno)
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform