This is a discussion on Print file problem with XP within the pgsql Databases forums, part of the PostgreSQL category; --> I can't get a file to print from Progress V9D07 on XP. I've tried the following with no success: ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I can't get a file to print from Progress V9D07 on XP. I've tried the following with no success: OS-COMMAND SILENT VALUE ("COPY " + fileName + " " + "<Printer>" ). OS-COMMAND SILENT VALUE ("TYPE " + fileName + " > " + "<Printer>" ). OS-COMMAND SILENT VALUE ("PRINT " + fileName). The print jobs are not being spooled. Any ideas? |
| ||||
| "Brian" <bwc@dccnet.com> wrote in news:104el5gr6pku918@corp.supernews.com: > I can't get a file to print from Progress V9D07 on XP. I've tried the > following with no success: > > OS-COMMAND SILENT VALUE ("COPY " + fileName + " " + "<Printer>" ). > > OS-COMMAND SILENT VALUE ("TYPE " + fileName + " > " + "<Printer>" ). > > OS-COMMAND SILENT VALUE ("PRINT " + fileName). > > The print jobs are not being spooled. Any ideas? > > > Output to printer?? Kevin |