Hello
We have some problems with Navision and printers. Acutally we have to add a printer twice, one time per paper tray we want to print in. This is very hard work with many printers and sometimes 2 or 3 paper trays. Are there any other possibilities to address a paper tray directly out of Navision? Are there any tools to do that?
Regards
cyberscout
0
Comments
Then get the software "FindTrays" in order to get the correct ID of the tray. Then enter this information in the Report Properties "PageSourceFirstPage" or "PageSourceOtherPages"
There was also a bug in Navision. The Properties "PageSourceFirstPage" or "PageeSourceOtherPages were ignored when the Report was started with "UseRequestForm" = False. HF 30 for 3.60 and HF 12 for 3.70 fixes that poblem.
Hope I could help you. Search the forum for other solutions.
medost
Hi Medost,
Do you know where to get "FindTrays", I have done a search on google, but it came up empty .
Thanks,
Gustav
Where to find FindTrays?
Freudenberg Schwab GmbH
16761 Hennigsdorf
Germany
Better late than never!
This problem cost me hours, so I hope this will help some people who are having the same:
I also haven't found an application called "FindTrays", but I found an VB-script wich gives you the binary number of all trays back.
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q194789&
Create an Visual Studio 6 Form Project, place a Button and a Textbox with Multiline on. After that place that code: After clicking on "List Bins" you'll see a list of all your installed printers with their trays and bin-numbers.
Example:
Place this code at the beginning of your report:
PaperSource is an Integer wich is in the request form.
For Tray 2 in this case, just enter 260 as PaperSource.
If you want to give the customers the ability to do that, you could write an COM-Api and generate an own Listbox with the right trays!
But that's another story
Have Fun!
Greetings
Lorry
http://www.mibuso.com/forum/viewtopic.php?t=5758
http://www.BiloBeauty.com
http://www.autismspeaks.org
http://dotnet-halle.blogspot.com/2006/02/navision-report-in-bestimmten.html for C#-Code
How can i post an attachment to this forum?
Best Regards
roynes@askerdata.no
http://www.oraxcel.com/projects/printertrays/
Microsoft Dynamics NAV Developer since 1997
MSDynamics.de - German Microsoft Dynamics Community - member of [clip]
(I didn't know the source where I've got it. It's to long ago.)
Microsoft Dynamics NAV Developer since 1997
MSDynamics.de - German Microsoft Dynamics Community - member of [clip]