Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
New way
Message
De
28/11/2004 02:55:27
 
 
À
28/11/2004 01:38:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00965120
Message ID:
00965202
Vues:
10
I'm not sure what you are trying to do. In noraml situation, this is how you would append, delete etc.

set exclusive off
clos data
sele 0
use master
sele 0
use temp
** in the form field text1 for example is billno, and text2 is date in
** give them variable names in "control source" eg. nBillno, dDatein etc.
sele temp
delete all
append from master for billno=nBillno and datein=dDatein
*** then refresh grid or form etc.
*** replace fields etc as required

clos database
** once the job is done, pack the files
use temp excl
pack
clos data

Now if I have some more information what you are acutally trying to do, I may be help you more. Shafid
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform