Hi Brian,
The func GetDevMode() gives you a pointer to the DEVMODE structure. See
the
WinAPI under DEVMODE
I am in a hurry, if you need more info, let me know.
regards
Urs
(also in Switzerland are some developers, now sitting in the rain...)
*****
LOCAL structDevMode AS _WINDEVMODE
*****
structDevMode := SELF:oPrintingDevice:GetDevMode()
****
<brian@[EMAIL PROTECTED]
> schrieb im Newsbeitrag
news:07e79e83-e3fd-4fe5-8d50-906fe656d47c@[EMAIL PROTECTED]
> Hello All,
>
> Could somebody please tell me how to enable number of copies when I
> call a print dialog.
>
> Cannot find any reference to this in help file.
>
> Also how to clear the copies afterwards.
>
> Many many thanks in advance.
>
> Brian.
>


|