Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Guys
I'm sure someone has had the need to do this.
I have a qvw which imports data from lots of xls files. Once the import is completed it creates a number of tables one of which i need to feed to another application.
At present, the reload runs on the server and someone from IT has to open the document and click the button which run the marco that inserts that data into a database.
I would like the server to do both the reload and run the marco thereafter.
Please help
Suky
Well, there is an event "OnPostReload" that executes macros after the reload; if you assign an action/macro there, it's being executed. That's standard. Just use it! Or what's the problem?
Rgds,
Joachim
Well, there is an event "OnPostReload" that executes macros after the reload; if you assign an action/macro there, it's being executed. That's standard. Just use it! Or what's the problem?
Rgds,
Joachim
Thanks
That was the easy route out. I was trying on post load within alerts setting flags on the loading script etc.
Thanks once again.