Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to get the text displayed from MS-DOS app?
Message
De
02/11/1999 12:26:32
 
 
À
02/11/1999 07:24:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00285316
Message ID:
00285536
Vues:
19
John,
In your VFP app, check to see if the file exists, if so open the file in your app using FOPEN(). Then read the content(s) into a variable using FGETS() or FREAD() and depending upon the value of the variable and if FGETS() or FREAD() read any bytes (verifying that the file isn't empty) do the appropriate routines.
Does this answer your question?
-Dore

>Hi,
> Thank you. Any ways to raise an event or method inmediately when there are any string written in file? e.g
>
>DOS output from DOSAPP:
>Hello... && Call my Hello() inmediately
>bye... && Call Bye() inmediately..
>good luck
>
>Is it possible ?
>
>Thank you
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform