I need your help in the following situation:
I’m developing an app with a Sql Server 2008 db in back-end.
I want to store some URL’s in the database and I put a button in my interface which should open these URL’s.
I want to code the button in VBscript but I’m a newbie in this language.
I found this code CreateObject("WScript.Shell").Run "\\195.234.22\server\docs" which works fine but I want to take the links from the database, I suppose that I should set some parameters but I have no idea how to do that.
Thanks in advance!
I need your help in the following situation: I’m developing an app with a
Share
Well the way forward is to write a stored procedure to return the date you want from the database, then bind this to a grid template, you can then select the column control type as an html link. You’ll get a lot of extra goodies thrown in.