Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
File Does not Exist
Message
De
09/06/2004 11:34:11
 
 
À
09/06/2004 11:24:13
Steven Dyke
Safran Seats USA
Texas, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00911754
Message ID:
00911767
Vues:
18
Steven,

Store the file name to a variable first and then use that to evaluate it.
lcFile = AllT(pdm_var.ReleasedPDFDir)+AllT(pdm_var.current_drawing_no)+AllT(pdm_var.current_drawing_rev)+".pdf"

If File(lcFile) = .T. Then

is_file_open_ds = FDate(lcFile,1)

Else

is_file_open_ds = {} 

EndIf
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform