Page 1 of 1

Bill Of Material Maintenance "Print" breakout doesnt fire.

PostPosted: Tue Jul 22, 2008 10:33 am
by BenyD
I am currently using Jiwa version 6.4.14 SP5 and am also doing some preliminary testing on version 6.05.11.

My problem is relating to the BOM module. Within the BOM Maintenance section, the "Print" breakout script and the "Print Setup" breakout script do not fire. This is the case in both of the versions that I am currently using/testing.

I am testing this by simply trying to produce a msgbox upon printing:
Code: Select all
msgbox "test"
End Sub


Can anyone give me any help on this?

Cheers,

Ben

Re: Bill Of Material Maintenance "Print" breakout doesnt fir

PostPosted: Wed Jul 23, 2008 7:11 pm
by Mike.Sheen
I can confirm this is a bug, and still occurs in 06.05.12

I have logged this as bug # 6537 for you :

http://jiwa.com.au:81/bugzilla/show_bug.cgi?id=6537

It's currently targetted for 06.05.13 - but I'll try to get it done in 06.05.12 - which is supposed to be closed to new bugs at this stage... if our testing reveals a bug which would necessitate a new build, then I
could slip the fix in.

Re: Bill Of Material Maintenance "Print" breakout doesnt fir

PostPosted: Fri Aug 01, 2008 7:17 pm
by Mike.Sheen
This has been addressed in 06.05.12.

Be aware, however, that the behaviour may not be as you expect - from the bug report :

The print breakout is now executed, but the parameters passed won't be what is
expected - the report name is actually the XML XPath in the system profile of
the report, and the selection criteria is ignored (as this report does not use
it - it uses formulas instead).

the rtnAllowPrint parameter is used.

Similar rules apply to the PrintSetup breakout.