forums.silverfrost.com Forum Index forums.silverfrost.com
Welcome to the Silverfrost forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CLEARWIN_INFO@('PRINTER_COPIES') not responding

 
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> General
View previous topic :: View next topic  
Author Message
Steve



Joined: 23 Feb 2007
Posts: 73

PostPosted: Fri Jun 24, 2011 5:08 pm    Post subject: CLEARWIN_INFO@('PRINTER_COPIES') not responding Reply with quote

We have been generating output using Clearwin+ for many years but still are only able to get 1 copy at a time.

To print we use many Clearwin+ commands together with Windows calls, for example,

CALL PRINTER_DIALOG_OPTIONS@(0, 1, 1, 0, 0, 0, 0, 0, 0)
I4RET = SELECT_PRINTER@(CDEV, CPORT)
GET_PRINTER_ORIENTATION@()
CALL SET_CLEARWIN_STRING@('PRINTER_DOCUMENT', 'xxx')
I4RET = OPEN_PRINTER1@(IHPRNT)
CALL GET_GRAPHICAL_RESOLUTION@(IW, IH)
CALL GET_CURRENT_DC@(IDVDC)
I4RET = GetDeviceCaps(IDVDC, TECHNOLOGY)

and yet to obtain the nos copies that may have been typed into the printer driver dialog is not able to be extracted.

Can anyone help me please ?
Back to top
View user's profile Send private message
PaulLaidler
Site Admin


Joined: 21 Feb 2005
Posts: 7925
Location: Salford, UK

PostPosted: Thu Jul 07, 2011 11:51 am    Post subject: Reply with quote

The intention was that you call

Code:
ic = clearwin_info@("PRINTER_COPIES")


after select_printer@ but this was not connected up in the library.

I have now fixed this for the next release.
Back to top
View user's profile Send private message AIM Address
Steve



Joined: 23 Feb 2007
Posts: 73

PostPosted: Mon Jul 11, 2011 12:33 pm    Post subject: Reply with quote

Thanks for sorting this out Paul.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> General All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group