Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FTP Controls
Message
De
23/07/1998 11:13:58
Mark Hall
Independent Developer & Voip Specialist
Keston, Kent, Royaume Uni
 
 
À
23/07/1998 10:38:31
John Baird
Coatesville, Pennsylvanie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00120162
Message ID:
00120482
Vues:
23
>>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform