by Glen Richards >> Mon, 4 Aug 2003 5:26:27 GMT
We use a scheduler in our JADE application; at the moment it handles scheduled online backups. We want to add the ability to schedule 'e-mail reports'. I've come across a problem where our scheduler (a non-GUI app that is run as a server application) causes an exception (14182) when trying the create the report object - this is expected as the scheduler is non-GUI (although we will never display this report on the screen).
I've played around with a few tricks to try & get around this: I tried getting the scheduler app to start another 'GUI-no forms' app or 'GUI' app to create the report - but this is not allowed.
Has anyone got any ideas or tricks that will help me around this problem? Any help appreciated.
Glen
Encos