How to test UseSystemPrinter

DACUNHADACUNHA Member Posts: 3
Hello,

I'm in a report.
i want to test 'UseSystemPrinter' to change the object's property : visible or not visible.
example :
if usesytemprinter = true then label.visible=false

How do it ?

Comments

  • krikikriki Member, Moderator Posts: 9,110
    There is no report-property to test that.
    Try to use a function in the report that receives a boolean saying it is the systemprinter or not and save it in a global in the report.

    And just before launching the report (you need to use a report-variable), call the function.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • DACUNHADACUNHA Member Posts: 3
    thank you.
    i try it
Sign In or Register to comment.