david7
11th November 2009, 10:59
Hi,

I have wrote a 3GL Baan script that does a lot of things. My Boss wants me to add it to the Baan Jobs. I said I can add it in the windows scheduler, but he wants to use the Baan Jobs.

Usualy I would go to options menu and click on make job, but since this is a 3GL, and I am not allowed to us a form, how can I add it to the Baan jobs?

Regards,

- D7

Hitesh Shah
11th November 2009, 12:08
Create an update session with plain form and copy all ur code in main() (of 3gl prog) to con.process of the new session and create a job for the session.

Han Brinkman
11th November 2009, 20:10
You can add a batch file as step in a baan job. So if you can run it from a scheduled task you should be able to use the same batch file in order to start it out of a baan job.

Regards,
Han