Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mabry FTP Control
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00460429
Message ID:
00460466
Vues:
12
Hi!

These are the sample codes that I wrote for the FTP Connection...

************************************
oFtp = CREATEOBJECT("Mabry.FtpXObj")
oFtp.DebugMode = 1
oFtp.Blocking = .T.
oFtp.HOST = "ftp.microsoft.com"
oFtp.LogonName = "anonymous"
oFtp.LogonPassword = "test@test.com:
oFtp.CONNECT
************************************
The Done Event Procedure is fired when the control completes an action or method in the oFtp Objects.

The question is:

How would I call or include my procedure in the Done Event Procedures...

Could you please help me solve this...

Thanks in advance
Joe Mamokan
Database Specialist
Email Address: mamokan@eudoramail.com
Url Address: http://visnet_dd.tripod.com
"Can you VISUALIZE Quick Data Access"
Cell # +639172482033
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform