Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating a log file
Message
De
24/02/2003 13:01:30
 
 
À
24/02/2003 12:41:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00757072
Message ID:
00757084
Vues:
25
Just a thought;


function logit(lcbefaft,pFld1,..pFldn)
set textmerge to beforeafter additive noshow
\<>
for i = 1 to pcount()-1
pfield = 'pfld'+trans(i)
\\ <> = <>
endfor
set textmerge to
<\pre>

Caveat, not tested just entered into browser. Try and modify.

Glenn

>VFP
>
>For a short time I want to create a log file showing when items in to tables are or are not updated. What would help is if I could create a file someting like
>
>(before|after), tablename, date, time, key fields, values of several fields
>
>Data should be appended so I have a running record of what is happening.
>
>I am looking for suggestions on best way of doing this?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform