Author |
Message |
Topic: CALLing PRINTER_OPEN |
Richard Besemer
Replies: 6
Views: 8026
|
Forum: Support Posted: Fri Apr 24, 2009 11:20 pm Subject: |
Hi Paul,
Thanks so much for your help.
I found that the above also left the process running (linker hates that). I added a: ictrl = 2
CALL window_update@(ictrl)
Plus a loop to ... |
Topic: CALLing PRINTER_OPEN |
Richard Besemer
Replies: 6
Views: 8026
|
Forum: Support Posted: Thu Apr 23, 2009 10:27 pm Subject: |
In the above sample program I modified the function to return a -1 instead of 1 and at least it gets rid of the box (blank button). It still appears under the printer selection window which is ugly b ... |
Topic: CALLing PRINTER_OPEN |
Richard Besemer
Replies: 6
Views: 8026
|
Forum: Support Posted: Thu Apr 23, 2009 9:06 pm Subject: |
Here is a short program where a meaningless box appears. Thanks very much for your help.
Program Test6
INTEGER i, j, winio@
EXTERNAL test
i= winio@( '%sc', 'PRINTER_OP ... |
Topic: CALLing PRINTER_OPEN |
Richard Besemer
Replies: 6
Views: 8026
|
Forum: Support Posted: Wed Apr 22, 2009 11:10 pm Subject: CALLing PRINTER_OPEN |
hi,
Is there a way to use 'PRINTER_OPEN@' without having to use winio@ to call it? The problem with using winio@ is that it draws an unused box then brings in the standard printer selection window. ... |
Topic: Documentation on winio@ |
Richard Besemer
Replies: 1
Views: 4141
|
Forum: Support Posted: Wed Apr 22, 2009 12:46 am Subject: |
Found what I was looking for. Sorry about the confusion  |
Topic: Documentation on winio@ |
Richard Besemer
Replies: 1
Views: 4141
|
Forum: Support Posted: Tue Apr 21, 2009 11:56 pm Subject: Documentation on winio@ |
Where might I find documentation on 'winio@'? I need to know what each of the parameters in the call mean.
Thanks |
Topic: Accessing Printers |
Richard Besemer
Replies: 3
Views: 5381
|
Forum: Support Posted: Tue Apr 21, 2009 10:18 pm Subject: Thanks |
Took a while to become familiar with winio@ function but the 'PRINTER_OPEN' call works great. Thanks a lot for taking the time to help this 'old' FTN main frame programmer out.
Richard |
Topic: Accessing Printers |
Richard Besemer
Replies: 3
Views: 5381
|
Forum: Support Posted: Tue Apr 21, 2009 2:49 am Subject: Accessing Printers |
Hi,
I wish to WRITE to one of several printers connected to USB ports. How do I get UNIT numbers for these printers? I have tried to OPEN 'LPT1' but this did not work (probably because the print ... |
|