Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Action Every Interval
Message
 
To
23/04/2002 16:41:18
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00648415
Message ID:
00648686
Views:
17
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!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform