Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Launching programs
Message
 
 
To
26/04/2005 04:39:27
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
01007551
Message ID:
01008444
Views:
16
Alessio,

I'd think I'd do it a little simpler:
<script language=vbscript>
function LaunchEXE()
Set oShell = CreateObject( "wscript.shell" )
oShell.Run "YourVFPProgramHere.exe"), 1
end function
</script>

...

<input id="btn1" type="button" value="Click Me!" onclick="javascript:LaunchEXE();">
>thanks, I think your solution is good, I should try it a little more to understand it. Is it the same of this solution with the difference that the following one is based on buttons ?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform