kulbhushan
4th December 2012, 12:43
hi...

i have developed a customised session which generates outbound advice. There are standard reports which opens automatically which i have handled. i have made a customised report which also i want to open automatically while generating advice. Kindly help me how can i achieve this...

Kulbhushan

kulbhushan
4th December 2012, 12:43
i use LN 6.1 with FP2

benito
4th December 2012, 14:32
first of all you said it's a customized session. then you can do whatever you want to print another custom report. however looks like you are tying your custom session to standard report handling of this session. i believe the standard session use the dll tccomdll0010. in this case add your custom report as report # 5 (or next available number in the group) and call using the dll.

ben

kulbhushan
8th December 2012, 06:52
thanks but i am new to baan ... session and report both are customised. How will i call the report. please specify the code if possible. Also, some input parameters needs to be specified for the report. please help.....

Hitesh Shah
26th December 2012, 14:02
in B4c4 brp.open , brp.ready and brp.close functions lets u open / print / close the report automatically with few options . Same must be in Ln.