Hi,
Is there a way of adding things to the export menu?
Here's the background:
I have a module I have written that takes the stored procedure of a report and uses it to parse through the data it returns. Using some basic php and regex I've developed this into an email generator, so emails can be customised to each results set. As each row is checked, whatever columns are returned by the SP are being used in the email.... which is nice! :)
To feed this to my program, I need to let my module know what SP is... I'm using a form to activate this (could easily be a url as well). I've been using 'dbr.purehtml' to add a button underneath each report but we have a lot of reports and it's not ideal.
I'd like to add this to all forms, preferably in the export menu (export excel csv etc). Can this be done? A link would need to be of the form:
http://myserver.com/the specific SP]/[variables] etc...
Cheers
Rick