Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Launching programs
Message
 
 
À
26/04/2005 04:39:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
01007551
Message ID:
01008444
Vues:
15
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform