Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form Refresh moves record pointer to End Of File
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00198887
Message ID:
00199037
Vues:
20
Eric,
In addition to removing the temporary relations watch the SELECTed table - you may be in the wrong one. And failing that, add some code to the refresh method:
NRec = recno("MyMainTable")
dodefault()    && call the 'built in' refresh
select MyMainTable
Go nRec
this may help track it down. However, when I've had these problems it's almost always been a temporary relationship contributing to the problemm.

>No dice with removing the temp relations.
Barbara Paltiel, Paltiel Inc.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform