Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Launching programs
Message
 
 
À
22/04/2005 12:57:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
01007551
Message ID:
01007937
Vues:
16
Alessio,
<script language=vbscript>
function LaunchSQL( cServer, cDatabase )
Set oShell = CreateObject( "wscript.shell" ) 
oShell.Run "isqlw.exe -S " & cServer & " -d " & cDatabase, 1
end function
</script>

<a href='vbscript:LaunchSQL( "{servname}", "{dbname}" )'><img src="isqlw50.gif" border="0" /></a>
>I know this has anything to do with VFP but I'm sure you'll help me :-)
>I don't remember what I have to put after the HREF tag to execute a program
>I'm talking about HTML pages of course :-)
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