Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Included or not
Message
From
14/07/2003 09:48:48
 
 
To
14/07/2003 09:44:43
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00809748
Message ID:
00809811
Views:
43
Oops, reply was sent before I knew it.

procedure Opendbf
local llSucces, lcAlias, lcExcl
lcAlias = evl(this.c_Alias,this.c_Table)
lcExcl = this.c_Excl

if file(this.c_Path+this.c_Table+".dbf") .or. (empty(this.c_Path) .and. file(this.c_Table+".dbf"))
use (this.c_Table) alias &lcAlias order 0 &lcExcl
endif

endproc
Previous
Reply
Map
View

Click here to load this message in the networking platform