Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FTP Controls
Message
From
23/07/1998 11:13:58
Mark Hall
Independent Developer & Voip Specialist
Keston, Kent, United Kingdom
 
 
To
23/07/1998 10:38:31
John Baird
Coatesville, Pennsylvania, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00120162
Message ID:
00120482
Views:
24
>>>Does anyone have, or know where to get, a blocking ftp control for VFP?
>>>
>>>I need one like the Mabry control but blocking.
>>
>>Mabry can be used in blocking mode, ( I understand this to mean not asynchronous). I don't have the specifics, but if you look at the Mabry website in their tech support section you will find something.
>
>Thanks for the reply, but the Mabry site says that the control cannot be used in blocking mode in VFP. The problem that I have is that the program can have no user intervention. It needs to autoload, auto-download files from multiple sites, and then shutdown.
>
>I have solved (I think) the problem by turning a timer on and off and using a flag to tell me which action to perform next.


I still think it can be done in VFP (we had it implemented as blocking and then had to change to asynchronous). Although, I think it has to be VFP 5, if so you can issue

_VFP.Autoyield = .F.

DO yout FTP

_VFP.Autoyield = .T.
Regards
Mark

Microsoft VFP MCP
Menulib - OO Menus for VFP www.hidb.com/menulib
Previous
Reply
Map
View

Click here to load this message in the networking platform