Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Launching programs
Message
 
 
To
22/04/2005 12:57:05
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
01007551
Message ID:
01007937
Views:
17
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform