USEREQUESTFORM - NAV 2009 Classic running on Citrix

Popspelt
Member Posts: 4
We had the weirdest issue after a driver update on our printers. It seems that something different happens depending on whether or not USEREQUESTFORM is TRUE or FALSE.
This bit of code went well, and the report printed as it was supposed to:
CLEAR(MyReport);
MyReport.USEREQUESTFORM := TRUE;
MyReport.RUN;
But with this bit of code, the printer just printed gibberish for page after page until we cancelled it:
CLEAR(MyReport);
MyReport.USEREQUESTFORM := FALSE;
//MyReport.USEREQUESTFORM(FALSE); **Same result**
MyReport.RUN;
We tried RUNMODAL as well, but that didn't make a difference.
When we reverted back to the old driver, everything worked again. Does anyone know if there is a difference in the way NAV sends information to the printer queue, based the setting in USEREQUESTFORM, or whatever else could cause this weirdness?
Thanks in advance.
/Pops
This bit of code went well, and the report printed as it was supposed to:
CLEAR(MyReport);
MyReport.USEREQUESTFORM := TRUE;
MyReport.RUN;
But with this bit of code, the printer just printed gibberish for page after page until we cancelled it:
CLEAR(MyReport);
MyReport.USEREQUESTFORM := FALSE;
//MyReport.USEREQUESTFORM(FALSE); **Same result**
MyReport.RUN;
We tried RUNMODAL as well, but that didn't make a difference.
When we reverted back to the old driver, everything worked again. Does anyone know if there is a difference in the way NAV sends information to the printer queue, based the setting in USEREQUESTFORM, or whatever else could cause this weirdness?
Thanks in advance.
/Pops
0
Comments
-
did you check if the report perhaps had some default settings in the properties, like PaperSourceFirstPage or things like that?http://www.vssolutions NAV-Outlook synchronisation re-invented.0
-
evandeveerdonk wrote:did you check if the report perhaps had some default settings in the properties, like PaperSourceFirstPage or things like that?
I even made a brand new and very simple report, running through Integers number 1 through 10, with a header and a body and all properties at default. I called it the same ways as above and had the same results.0 -
Well, at least that's consistent then
Is this your default printer?http://www.vssolutions NAV-Outlook synchronisation re-invented.0 -
Yes. Default printer. Default settings. Some of these print jobs have been working forever, and worked the day before we updated the driver. And now that we have downgraded the driver back to the-way-it-was-before, it works again. My best guess is that this particular driver is faulty somehow, and needs "something" to happen on the request form, in order to make the print job a valid one. But I'm clutching to straws here.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions