Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Translate VB Command to Visual Fox Command.
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00960723
Message ID:
00960909
Views:
7
David,

thank for your help.

i use this code.
 DECLARE INTEGER WinExec IN kernel32;
    STRING  lpCmdLine, INTEGER nCmdShow

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



>Bernhart,
>
>This looks like a short name for ShellExecute() there are several examples of how to declare/use ShellExecute over on my website. There's also the FFC _shellexecute wrapper class you can use.
>
>>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 ?
Previous
Reply
Map
View

Click here to load this message in the networking platform