ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Printing trademark symbol

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Printing trademark symbol

    Anyone know if its possible to print a "registered trademark" symbol (the "R" in a circle) from the iseries to PC network connected printers ?

  • #2
    Re: Printing trademark symbol

    This thread on systeminetwork. may point you in the right direction...
    I am sorry we use forms packages here and I have no need to
    use the overlays...




    jamie
    All my answers were extracted from the "Big Dummy's Guide to the As400"
    and I take no responsibility for any of them.

    www.code400.com

    Comment


    • #3
      Re: Printing trademark symbol

      Hi Arrow:

      I just mapped my ` key to ®, keyed it in on the command line and hit the print key. It printed properly.

      Best of Luck
      GLS
      The problem with quotes on the internet is that it is hard to verify their authenticity.....Abraham Lincoln

      Comment


      • #4
        Re: Printing trademark symbol

        You are genius Thanks

        PHP Code:
        FQPRINT    O    F  132        PRINTER                         
         
        *                                                            
         * 
        Variable Definition                                        
         
        *                                                            
        d copyright       c                   CONST('®')              
        d copy            s              1                            
         
        *                                                            
        c                   eval      copy copyright                
        c                   except    DET1                            
         
        *                                                            
        c                   eval      *inlr = *on                     
         
        *                                                            
        OQPRINT    E 01         DET1           1                      
        O                       copy 
        All my answers were extracted from the "Big Dummy's Guide to the As400"
        and I take no responsibility for any of them.

        www.code400.com

        Comment


        • #5
          Re: Printing trademark symbol

          My bad (your still genius) it shows on spooled file but doesnt print.
          My guess is the printer must be IPDS (which I thought it was)
          But Im printing to remote outqueue.

          Jamie
          All my answers were extracted from the "Big Dummy's Guide to the As400"
          and I take no responsibility for any of them.

          www.code400.com

          Comment


          • #6
            Re: Printing trademark symbol

            Yeah, that's what happens to me. We use Cypress for a lot of stuff, it can probably handle it. I'll pass it to the Cypress programmer.

            Thanks GLS, I had forgotton about the keyboard map as an easy way to enter it. But Print Screen uses the PC printer connection, not the host print. As jaime says, it shows in spool file but not on the printed document.

            Comment

            Working...
            X