Forum Discussion

ShankarRavi's avatar
ShankarRavi
Qrew Cadet
7 years ago

Script a button to print current record to DYMO label writer/printer?

I have one report as Packing Lists. I want to show one formula url button on each row based on certain condition. If condition satisfies button will be visible. When user clicks that button some columns should be printed from DYMO Label writer/printer.

10 Replies

  • Can you clarify?

    Are you simply saying that if some conditions are true then you want to have a button appear which will simply print that singe record on a specific form?
  • The format would be

    IF( .. some condition is true,

    URLRoot() & "db/" & dbid() & "?a=printr&dfid=xx&rid=" & [Record ID#]

    Replace xx with the form ID number of the different form that you want to use.
  • Will it work for DYMO label writer? I know that I can use exact form and print with normal printer.

    Just for are we on the same page : Attached file is the DYMO writer.

    Regards,
  • Sorry, I can't you help you with that.  I suggest contacting Trinity  for that  trinityis.com  
    Mark
    • ShankarRavi's avatar
      ShankarRavi
      Qrew Cadet
      I think I can achieved that without trinity.

      Regards
  • Hi Shankar, did you manage to resolve this? I am looking for the same solution using the dymo printer.