Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Translate VB Command to Visual Fox Command.
Message
 
À
12/11/2004 06:15:53
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brésil
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Database:
Visual FoxPro
Divers
Thread ID:
00960723
Message ID:
00960759
Vues:
8
Erick,

DECLARE INTEGER WinExec IN kernel32;
STRING lpCmdLine, INTEGER nCmdShow

= WinExec ( "C:\BOB\BOBLINK /CIE=IF /USR=BM /MOD=CUSTOMER /MNF=IFCOMPAN.DB /AUTOCLOSE" , 3 )


Thank very much

bernhart

>Hi Bernhart!
>
>>Hi all,
>>This is a Visual Basic Command.
>
>> Resultat = Shell("C:\BOB\BOBLINK /CIE=01 /USR=AFM /MOD=CUSTOMER /MNF=COMPAN.DB /AUTOCLOSE", vbNormalFocus)
>
>>I would like translate this command TO Visual language.
>>who can help me ?
>>Thank in advance
>>bernhart
>

>See Run command help or WinExec function in Win32API library.
>DECLARE INTEGER WinExec IN Win32API STRING, INTEGER
>
>Other way is with WSH.
>I hope this helps you.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform