Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I make the program wait until file is created
Message
De
28/01/2004 10:27:41
 
 
À
28/01/2004 10:15:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00871366
Message ID:
00871390
Vues:
13
Sergey,
I am getting a Nested error at the loop:

lhFile = fopen(lcDir+"\"+finame+".tif",10)
If lhFile = -1
Loop
Else
messagebox("hello")
oFSO = CREATEOBJECT("Scripting.FileSystemObject")
oFile = oFSO.GetFile(lcDir+"\"+finame+".tif")
* Set the read-only bit.
oFile.Attributes = BITOR(oFile.Attributes, 1)
Endif

#########
Thank you.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform