Num-Copy in Printer output not working

anandknr

Member
How to get printer dialog value

Hi All,

I was trying to get the user input value from a system dialog for printer. PLease see below my code.

DEF VAR v-ans AS logi .
SYSTEM-DIALOG PRINTER-SETUP NUM-COPIES 3 UPDATE v-ans .

Is there any way to get user input to the field no . of copies so that i can use the statement below .


output to PRINTER NUM-COPIES
<user input from printer dialog>

If I don't use the NUM-COPIES in output to statement only 1 copy will be printed even though the user have opted for more than one.

Any thoughts please share...
 
Top