Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can't open File using FOPEN
Message
 
 
À
17/05/2009 19:05:37
Victor Lapid
Phil. Long Distance Tel. Co.
Manila, Philippines
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01400327
Message ID:
01400328
Vues:
97
What error FERROR() returns? What is the value of temp(j,1) at the time of error?

>
> Im using the low level function (FOPEN) in VFP 7 and can't hardly figure out why it can't successfully open the file.
> What I am doing is put an array of text files in a specified directory and open it one by one using for loop. But when tried to substitute directly the name of the file in FOPEN parameters (for debugging purpose), the file will be successfully opened.
>Any help will be gladly appreciated
> Code:
>
> CLOSE ALL
> CLEAR ALL
>
> DIME temp[1]
> lcdirarray=adir(temp,'c:\inetpub\ftproot\icms\sbslsop*.txt.old')
>
> FOR j = 1 TO dirarray
> x=FOPEN(temp(j,1),2)
> ?x && for debugging
> WAIT ''
> ENDFOR
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform