thread184-263679
create a function called checkinternet status
PROCEDURE checkinternetstatus
DECLARE INTEGER InternetGetConnectedState IN WinInet INTEGER @lpdwFlags, INTEGER dwReserved
LOCAL lnFlags, lnReserved, lnSuccess
lnFlags=0
lnReserved=0...
thread184-517186
how to delete all record in a dbf?
I would recommend like this:
SELECT tablename
DELETE ALL
PACK
or
SELECT tablename
ZAP
Regards
Mohd Suffian
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.