Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ERASE command help????
Message
From
10/10/2001 10:40:29
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
ERASE command help????
Miscellaneous
Thread ID:
00566424
Message ID:
00566424
Views:
42
Hello,

The following lines of codes helped me to erase cPatname.dbf file in my C: drive
I would like know to delete cPatname.dbf in the Novell server that could be any available drive such N:,M:,O:

Greatly appreciated for any code changes.

Thanks,
PP

select dbdelrpt

GO TOP
count to npatname
go top

for nCurrentFile=1 to npatname

cPatname=alltr(patname)
bChkmark=chkmark

cFileDbf='c:'+cPatname+'.DBF' && Any drive in Novell server mapping
&& instead of only c: Drive
if bchkmark=.T.

erase &cFileDbf

endif

SELECT dbdelrpt
SKIP
next
Next
Reply
Map
View

Click here to load this message in the networking platform