Printing problem XP & 2000 clients
-
- Posts: 3
- Joined: Tue Oct 10, 2017 12:44 pm
Printing problem XP & 2000 clients
Some of our reports just do not print when the client is using an XP machine or a 2000 machine. They can run the report to the viewer just fine but when the print button is pressed nothing happens. Windows 98 clients print all reports from the browser object with no problem.____Anyone else seen anything like this?__
=> Printing problem XP & 2000 clients
This is not one that I have seen before.____Kathleen__R&R Support
-
- Posts: 3
- Joined: Tue Oct 10, 2017 12:44 pm
==> Printing problem XP & 2000 clients
The problem seems to be occuring when we use the following:____rr.parameters(^RI_WHERE^) = [a string larger than about 200 bytes]____Could we be stepping on another portion of the object^s memory when we do this? ____Is there a parameter or technique I can use to pass the where clause and not cause the problems with the printing on windows 2000 and XP machines?__
-
- Posts: 3
- Joined: Tue Oct 10, 2017 12:44 pm
===> Printing problem XP & 2000 clients
that should read: ____rr.parameters("RI_WHERE") = (a string more than about 200 bytes)____Thank you.__