Page 1 of 1

RI_WPTR value ignored

Posted: Tue Oct 06, 2015 4:33 pm
by DMADISON
using Windows 7 systems____I cannot get reports sent to anything other than the default printer. When I test from the command line in vdbase using my control file, or when I run this from within my vdbase programs, it always sends to the default printer.____This is my vdbase command window call, I use a similar command in my programs ____RUN "C:
ewstock rwrun.exe U:NewStockData eptpara 9")____I store "?" to RI_WPTR; this value appears correctly in the control file record; the Windows printer choice menu pops up, I select a printer. The report is always sent to the windows default printer, regardless of my selection.____Please does anyone have any suggestions?____

=> RE: RI_WPTR value ignored

Posted: Tue Oct 06, 2015 8:06 pm
by DMADISON
also FWIW...the Windows printer dialogs function correctly in all other programs, selecting and delivering output to the chosen printer.__

==> RE: RI_WPTR value ignored

Posted: Thu Oct 08, 2015 8:19 am
by Tom_(Guest)
Are you sure that the printer drivers are on the computer that you are using. The system looks at the specific computer, not a network, when it uses a printer. If it printer drivers are on the network, the printer will appear in the dialog box, but it will not select that printer.

=> RE: RI_WPTR value ignored

Posted: Thu Oct 08, 2015 8:20 am
by Tom_(Guest)
Tom, I will double check this but am fairly certain that the driver is local in the primary case of this since that particular printer (with which we first noticed this issue) is a local printer connected via USB port. But I will check. Thanks for your suggestion.

=> RE: RI_WPTR value ignored

Posted: Thu Oct 08, 2015 8:22 am
by Tom_(Guest)
The printer drivers are definitely local.____

==> RE: RI_WPTR value ignored

Posted: Thu Oct 08, 2015 8:23 am
by Tom_(Guest)
Are you sure that the printer drivers are on the computer that you are using. The system looks at the specific computer, not a network, when it uses a printer. If it printer drivers are on the network, the printer will appear in the dialog box, but it will not select that printer.

===> RE: RI_WPTR value ignored

Posted: Thu Oct 08, 2015 12:33 pm
by DMADISON
Are you sure that the printer drivers are on the computer that you are using. The system looks at the specific computer, not a network, when it uses a printer. If it printer drivers are on the network, the printer will appear in the dialog box, but it will not select that printer.

====> RE: RI_WPTR value ignored

Posted: Fri Oct 09, 2015 12:28 am
by DMADISON
Are you sure that the printer drivers are on the computer that you are using. The system looks at the specific computer, not a network, when it uses a printer. If it printer drivers are on the network, the printer will appear in the dialog box, but it will not select that printer.

=> RE: RI_WPTR value ignored

Posted: Thu Dec 10, 2015 5:25 am
by Thozassed
Hi,____I see this every now and then, but I can^t see a pattern to the problem. It^s as though a report or client goes bad and stays bad.____We have cured it by asking the user to pick a printer then writing that into the report instance using the DLL interface.____IIRC we also write the printer name to the RRW.INI file, but I^m not sure how important that is.____HTH,____Dave