Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Application freezes
Message
From
27/04/2006 06:08:53
 
 
To
27/04/2006 05:05:32
Suhas Hegde
Dental Surgeon
Sirsi, India
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 6 SP5
Miscellaneous
Thread ID:
01116564
Message ID:
01117023
Views:
19
>Do u mean to use a seperate exe to run the download part and then return the values ?
>
>I get the values in a string format so is it possible to get the result back ?
>
>something i have not tried ....
>
>any pointers in code ??
>
>thanxs
>
>suhashegde

I have a similar situation in one application I use daily. I have a separate exe which does the downloads, and this exe creates a txt-file in a specific folder for each successful download, the name of the file is a random number, like 12345678.txt. The main program has a timer, and this timer checks this directory regualarly using
something like
if adir(dummy,'mydir\*.txt')>0
  do myprocess && myprocess reads the file via filetostr(), processes the file, and deletes it
enddo
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform