Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
GETFILE() with path
Message
De
07/02/2000 06:11:34
 
 
À
04/02/2000 14:02:17
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00327530
Message ID:
00328179
Vues:
24
>When I use GETFILE() or GETPICT()
>how can I specify which directory to defaule to look in?
>
>Thanks
>Shlomo


You can use
SET DEFAULT TO (Cpath)
prior to issuing getfile()
or make wrapper
like

function mygetfile
lparameters cPath
set default to (cpath)
return getfile()

I hope will help you
Regards
*****************
Srdjan Djordjevic
Limassol, Cyprus

Free Reporting Framework for VFP9 ;
www.Report-Sculptor.Com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform