Hi all, I have a little problem with the salespickinglistjournal report.
We had to change some of the standard functionality of Axapta to add our own.
We would like to create a new report with the same old function (that validate the picking) and launch after
our own.
I've override the print() function like that
Public int print(){
;
PickingReport = new ReportRun(new args("BOAPickingReport"));
PickingReport.run();
Return true;
}
My question is :
How do I send the selected row from SalesPickingListJournalLine into that report? I mean I would like to take
The salespickinglistjournalline range and use it into that new report. How can I do that without using the
SalesPickingListJournalLine and SalesPickingListjournalTable in the BOAPickingReport?
Thanks in advance
----------------------------------------------------
Bacon Joannick
Stagiaire Informatique / IT trainee
B O A - F R A N C | M I R A G E
T 418.227.1181 #2313
F 418.227.1188
----------------------------------------------------
www.boa-franc.com
----------------------------------------------------
Yahoo! Groups Sponsor
ADVERTISEMENT
click here
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

