Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Still processing even Getfile
Message
De
21/05/1999 14:57:11
 
 
À
21/05/1999 11:53:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00221277
Message ID:
00221541
Vues:
13
>Hi,
> Actually, my long process is similar with recursion. I am using MS Agent and I call myread method to read a sentence. Then, check for complete in requestcomplete event. If completed, myread method will be called again. In myread method, i issue do event to allow user to click other button.
> According to mytest, the reading will be continue if I only execute command like delete records, refresh table and so on. It will come to stop reading when I calling volume control, MS Outlook reply form, getfile()....
> Is it possible to let my appliation keep reading? Or any solution?????
>
>URGENT!!!!
>
>Thank you

I'm not sure I completely understand your situation, but events happen sequentially in VFP ( as I understand it ) so your code just continues to execute until human intervention or it requests human intervention. But at that point the human has to respond until further execution can continue. I don't think what you want to do can be done in a single VFP app, because once executing code stops to wait for human response due to MESSAGEBOX() or similar situation, the code cannot continue until the human responds. Ed Rauh and I were discussing simulating multi-threading using other instances of a VFP app but I don't know if this method could be used in your situation. You might look at that part of this thread. Otherwise maybe someone else can give you some more direction on this one.

Bill
William A. Caton III
Software Engineer
MAXIMUS
Atlanta, Ga.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform