Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form
Message
From
05/08/2008 07:06:52
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Form
Environment versions
Visual FoxPro:
VFP 7
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Miscellaneous
Thread ID:
01336500
Message ID:
01336500
Views:
62
hi to all i have created a program and i have a little problem and i hope that you can help me, i'll give you the program but let me explain the problem first.
this program when we run it it open a page ftp:\\100.0.0.200 i need a command or prg that without openning the page it makes a copy all folders in the page and save it for example in drive c.
this is the program that i told you,if you know the answer please tell me and i will be thankfull to you.


PUBLIC oMyHelpViewer

oMyHelpViewer = NewObject("myhtmlhelpviewer")
oMyHelpViewer.Show

DEFINE CLASS myhtmlhelpviewer AS form
Top = 0
Left = 0
Height = 454
Width = 633
DoCreate = .T.
BorderStyle = 2
Caption = "ÈÑäÇãÌ ÓÍÈ ÇáÈíÇäÇÊ"
MaxButton = .F.
WindowState = 0
Name = "Form1"

ADD OBJECT olecontrol1 AS olecontrol WITH ;
Top = 10, ;
Left = 16, ;
Height = 433, ;
Width = 601, ;
Name = "Olecontrol1", ;
OLEClass = "Shell.Explorer.2"

PROCEDURE olecontrol1.Refresh
NODEFAULT
ENDPROC

PROCEDURE olecontrol1.Init
cHelpPath = SubSTR(Home(5), 1, Len(Home(5))-8)
cVFPHelpTopicPath = "ftp://100.0.0.200"

This.Navigate(cVFPHelpTopicPath)

ENDPROC
ENDDEFINE
Next
Reply
Map
View

Click here to load this message in the networking platform