Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Mabry FTP Control
Message
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00460429
Message ID:
00460466
Views:
13
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform