Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Replace command in a form
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00334630
Message ID:
00334703
Vues:
14
Daniel,

Your replace command is leaving the table at EOF and that causes the controls to be disabled. Try something like this around the REPLACE line;
LOCAL lnRecNo
lnRecNo = RECNO()
REPLACE ALL ...
IF lnRecNo <= RECCOUNT()
   GOTO lnRecNo
ENDIF
Thisform.Refresh()
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform