hexagon logo

Picture

How do you import a picture into a program ?? I have version 2022.2
Parents
  • Insert / Report Command / External Object / Browse (find pic) / Check Display as Icon.
    As stated, if you F3 the icon it will either: show upon execution, not show, show in report, etc.


    This is what we do but we also have an operator prompt asking them if the want to see the setup picture

    COMMENT1 =COMMENT/YESNO,NO,FULL SCREEN=NO,AUTO-CONTINUE=NO,
    
    Do you want to see the set up picture?
    
    IF/COMMENT1.INPUT == "NO"
    GOTO/SKIP_PIC
    END_IF/
    $$ NO,
    
    INSERT SETUP PICTURE GOES HERE
    
    SKIP_PIC =LABEL/
Reply
  • Insert / Report Command / External Object / Browse (find pic) / Check Display as Icon.
    As stated, if you F3 the icon it will either: show upon execution, not show, show in report, etc.


    This is what we do but we also have an operator prompt asking them if the want to see the setup picture

    COMMENT1 =COMMENT/YESNO,NO,FULL SCREEN=NO,AUTO-CONTINUE=NO,
    
    Do you want to see the set up picture?
    
    IF/COMMENT1.INPUT == "NO"
    GOTO/SKIP_PIC
    END_IF/
    $$ NO,
    
    INSERT SETUP PICTURE GOES HERE
    
    SKIP_PIC =LABEL/
Children
No Data