Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
COPY TO and file in use
Message
From
05/03/2003 19:47:22
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
COPY TO and file in use
Miscellaneous
Thread ID:
00761889
Message ID:
00761889
Views:
68
Hi all,

Maybe is late here :),

In form:dataenvironment a free table csantos.dbf exclusive=.F.
In form:load SET EXCLUSIVE OFF

When i run this code it gives me file in Use
	lcAlias=LOWER(SYS(2015))
	.Grid1.recordsource=''
	.Grid1.ColumnCount=4
	.Grid1.refresh()
	
	.RS2DBF(.oRS0,lcAlias)
	select (lcalias)
	
	copy to csantos.dbf ---- ERROR HERE
Thanks

João Batista
Next
Reply
Map
View

Click here to load this message in the networking platform