Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Action Every Interval
Message
 
À
23/04/2002 16:41:18
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00648415
Message ID:
00648686
Vues:
19
Thanks, I'm working it like this:
If Mod( Recno() , 5000 )= 0
   ? "Row " + AllTrim(Str(Recno())) + " " + Ttoc(Datetime())
EndIf
This is for a ton of inserts, so I don't need to worry about Deleted() or anything else. Actually, I gave up on the deleted mark a time ago and now have my own column called iDel (0=not deleted 1=deleted) with a simple index on it.

Thanks!
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform