Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Screen does not refresh after delete
Message
De
21/01/1999 22:51:38
 
 
À
21/01/1999 22:25:16
Yin Min Chen
Nec Home Electronics(M) Sdn Bhd
Sungai Petani, Malaisie
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00178819
Message ID:
00178828
Vues:
29
>I try to build a simple program which access to MS Access table. After deleting the record from the form, and I call the refresh function in the form. But the data on the form does not refresh according. If i close the form and open again, the deleted record is not shown on the form anymore.
>
>Does anyone knows why the refresh in the form does not refresh the form properly?
>
>More information, I use the remote view for my program.
>
>Thank you in advance.

Move the record pointer off of the deleted record and then issuer DELETE. Deleted records will still show even with SET DELETE ON when the record pointer is positioned on the old record.

DELETE
SKIP
THISFORM.Refresh()
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform