views:

6

answers:

0

Hi I have an application written in visual c++ or visual basic (not sure, sorry) that I do not have source code access to. One of the toolbar options it offers generates an HTML report from a template that has bookmarks or space-holders that are filled by variables calculated in the program before it renders the HTML report. I would like to create an alternative report template, but have the option to pick between the two when the generate report option is is picked from the application toolbar.

I'm wondering if it might be possible to hook the call/reference to the template filename and prompt the user to pick between the default or alternative filename.

Can anyone provide any guidance or direction to help me with this?

Much thanks. Cheers