Hi!
I'm developing an Intranet web site, using Delphi to
build the CGI executables that respond to calls from
buttons on a web page.
In particular, there's a page for searching a drawings archive: I use the querytableproducer component from the
Internet palette to fetch the results back, and it does work well.
Now, the CGI actually fetches the number of the drawing and its place (directory) on a server.
My aim is to permit to the end user to click on a certain number of drawing on the page after the query, and to have windows open Explorer on the given directory, and possibly select the corresponding file.
How can I do? Any advice?
Thanks everybody
I'm developing an Intranet web site, using Delphi to
build the CGI executables that respond to calls from
buttons on a web page.
In particular, there's a page for searching a drawings archive: I use the querytableproducer component from the
Internet palette to fetch the results back, and it does work well.
Now, the CGI actually fetches the number of the drawing and its place (directory) on a server.
My aim is to permit to the end user to click on a certain number of drawing on the page after the query, and to have windows open Explorer on the given directory, and possibly select the corresponding file.
How can I do? Any advice?
Thanks everybody