assassinator
7th May 2008, 06:03
I wonder "Make Job" is how the jump.
Now one session has 4 reports, Group1(2), Group2(2). These is one field(value is 'Yes'/'No') in the form input to control. When 'Yes' choose group1's reports, when 'No' choose group2s'.
I write some script. But when I make it to Baan Job, on the problems. Because "Make Job" stores form input, when it runs, it would skip check field input(like:'check.input', 'after.input', etc) and Button click(like:'choice.cont.process-on.choice', 'choice.create.job-on.choice','choice.run.job-on.choice', etc).
So I wonder, I make a job run, how can I control report group change before excute(rprt_open()). In other words, before excute(rprt_open()) where I write script would effective.
Now one session has 4 reports, Group1(2), Group2(2). These is one field(value is 'Yes'/'No') in the form input to control. When 'Yes' choose group1's reports, when 'No' choose group2s'.
I write some script. But when I make it to Baan Job, on the problems. Because "Make Job" stores form input, when it runs, it would skip check field input(like:'check.input', 'after.input', etc) and Button click(like:'choice.cont.process-on.choice', 'choice.create.job-on.choice','choice.run.job-on.choice', etc).
So I wonder, I make a job run, how can I control report group change before excute(rprt_open()). In other words, before excute(rprt_open()) where I write script would effective.