Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Included or not
Message
De
14/07/2003 09:48:48
 
 
À
14/07/2003 09:44:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00809748
Message ID:
00809811
Vues:
44
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform