Would like to have a job queue on a server for rbase. Periodically the queue table should be checked. If there is a new entry, a RBase programm should be executed (create reports and fax them). My first solution using RBase form with timer works well.
Disadvantage: If somebody close the form on the server, log off the server or restart the server, the necessary queue-form/timer is missing. Any idea how I would be able to - start rbase as a system service in time of starting Windows, not bound on user-login (visible form is not necessary), OR - start an other process as a system service which periodically checks rbase-form is started and starts it if not started yet, OR - start an other process as a system service which periodically checks the queue and start rbase-procedure if necessary? Environment at customer site: MS Win SBS2008 Any idea welcome. Best Regards Adrian Huessy

