Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fastest way to TOUCH a DBF without changing data?
Message
From
18/12/2006 18:24:29
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
01178674
Message ID:
01178754
Views:
14
>Is there a way more efficient than this (assuming no records are marked for deletion in normal use, and that if zero records, then there is not need for the TOUCH)?
>USE XXXX
>If RECC()>0
>  GOTO 1
>  DELETE
>  RECALL
>ENDIF
>USE
>
>Thanks!

The FoxTools.fll has a function call FoxTouch with is made to change the timestamp on a file.

http://support.microsoft.com/default.aspx/kb/114949

or google for "foxtools.fll" foxtouch
Greg Reichert
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform