Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form
Message
 
 
À
05/08/2008 07:06:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Re: Form
Versions des environnements
Visual FoxPro:
VFP 7
OS:
Windows XP SP2
Network:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
01336500
Message ID:
01336503
Vues:
14
You can use FTP class 2.0.4 Download #30345

>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
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform