I’ve got a database that can output a bunch of data into an HTML file.. It’s all generated through code (no reports or pages)…
How can I have a button open the generated file in the “default browser?” I don’t want to hard-code a call to RunApp() with a particular browser or path…
thanks!
..dane