Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Not VFP, not Text file, not FPW/nor FPD
Message
 
À
28/12/2006 13:13:17
James Hansen
Canyon Country Consulting
Flagstaff, Arizona, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Divers
Thread ID:
01180547
Message ID:
01180714
Vues:
13
I was able to disassemble it (into Assembler), the EXE, that is. I am able to see that there is no library, as far as I can tell, but there are CLASS Button and TEXT definitions, etc.

I tried also to open the PATIENTS file with the following code, but I continue to get a -1 response, meaning not opened.

lFileHandle=FOPEN("c:\temp\patients.", 10)
IF lFileHandle > 0
MESSAGEBOX("Got the PATIENTS file opened", 0, "File is open")
lClosedFile=FCLOSE(lFileHandle)
IF !lClosedFile
MESSAGEBOX("File didn't close", 0, "File not closed")
ENDIF
ELSE
MESSAGEBOX("PATIENTS file didn't open", 0, "File didn't open")
ENDIF
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform