Do not let any software impress you!

Only let it convince your intellect.
Slider img 1
Do not look for a business paradise!

It is a waste of time.
Slider img 2
Only yourself can push you uphill.

There is no easy road to prizes.
Slider img 3
Productivity is the name of the game.

And you have to conquer it.
Slider img 4
As long as you understand it,

you will start to build your know-how.
Slider img 5
We can help with that.

We have the tools and the method.
Slider img 6

Job Executing Form Events Handling using AutoScript



We have placed those procedures into the Job Executing Form‘s AutoScript section.

       Sched_ViewApplForms ( sched_id )


Call this procedure to view some application-specific data for activity with sched_id as id.

       Sched_AfterStartActivity ( sched_id )


Call this procedure after the starting of an activity.

       Sched_AfterInterruptActivity ( step_log_id )


Call this procedure after the interruption of activity.

       Sched_AfterFinishActivity (step_id, sched_id, quant1, date )


Call this procedure after finishing the activity on step_id, sched_id, the final quantity quant1, and the date.

       Sched_AfterRetartActivity ( sched_id )


Call this procedure after the restarting of an activity.

This function is placed into the Job Executing Form‘s AutoScript section and returns 0 for failure or 1 for success (default is 1)

       Sched_BeforeEventActivity ( sched_id, event )


Call this function data for activity with sched_id as id and event with values “start_step“, “start_step_startup“, “start_step_cleanup“, “start_step_break“, “finish_step“, “interrupt_step“ and “restart_step“.