Welcome to the Invelos forums. Please read the forum rules before posting.

Read access to our public forums is open to everyone. To post messages, a free registration is required.

If you have an Invelos account, sign in to post.

    Invelos Forums->DVD Profiler: Layouts and Reports Page: 1... 3 4 5  Previous   Next
New HTML Section: Printing Dymo Labels
Author Message
DVD Profiler Unlimited RegistrantStar ContributorMithi
Sushi Annihilator
Registered: March 13, 2007
Reputation: Superior Rating
Germany Posts: 2,216
Posted:
PM this userEmail this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote

I've heard about funny source-codes, but that is a new level ... 8)

SCNR, Mithi
Mithi's little XSLT tinkering - the power of XML --- DVD-Profiler Mini-Wiki
DVD Profiler Unlimited Registrantukanalyst
Registered: October 21, 2010
Posts: 4
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Quoting Mithi:
Quote:

I've heard about funny source-codes, but that is a new level ... 8)

SCNR, Mithi


LOL Would be handy if the forum had a code block option to disable converting characters to emoticons but nevermind ... I did flag it up in my previous post:

Quote:
NB: The forum decided to insert a smiley part way down the code ... replace the emoticon with ": P" without the quotes and the space so the line would look like this but without the space between the : and the P: "timezone = /\b(?:[PMCEA][SDP]T|(?: Pacific|Mountain|Central|Eastern|Atlantic) (?:Stan" ...:
DVD Profiler Desktop and Mobile Registrantmediadogg
Aim high. Ride the wind.
Registered: March 18, 2007
Reputation: Highest Rating
United States Posts: 6,396
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
Quoting ukanalyst:
Quote:
Excellent work Mediadogg, I hope you don't mind but I've taken your code and enhanced it to work with the new Dymo .net framework so now I have this: ...

Hey, you know I totally missed these posts. Bummner, cause I'll bet you wondered why I didn't respond at all.

I'm so sorry. Much deserved PROPS TO YOU!     

Glad you are having fun. Nice work.
Thanks for your support.
Free Plugins available here.
Advanced plugins available here.
Hey, new product!!! BDPFrog.
 Last edited: by mediadogg
DVD Profiler Unlimited Registrantukanalyst
Registered: October 21, 2010
Posts: 4
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Quoting mediadogg:
Quote:
Quoting ukanalyst:
Quote:
Excellent work Mediadogg, I hope you don't mind but I've taken your code and enhanced it to work with the new Dymo .net framework so now I have this: ...

Hey, you know I totally missed these posts. Bummner, cause I'll bet you wondered why I didn't respond at all.

I'm so sorry. Much deserved PROPS TO YOU!     

Glad you are having fun. Nice work.


No bother at all ... thanks for the reply and Happy New Year!
DVD Profiler Desktop and Mobile Registrantmediadogg
Aim high. Ride the wind.
Registered: March 18, 2007
Reputation: Highest Rating
United States Posts: 6,396
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
Good news! DVDP 3.9.1 can now print barcodes in reports. See the Beta Test Forum.

It is my intention to retire this tool, unless it is not possible to replace it with a report template.

I encourage any user of this utility to attempt to migrate to using Reports with your label printer as soon as possible.

Let me know if any issues.
Thanks for your support.
Free Plugins available here.
Advanced plugins available here.
Hey, new product!!! BDPFrog.
Invelos Software, Inc. RepresentativeKen Cole
Invelos Software
Registered: March 10, 2007
United States Posts: 4,282
Posted:
PM this userEmail this userVisit this user's homepageView this user's DVD collectionDirect link to this postReply with quote
FYI, at the moment the program can only print UPC-A and EAN-13.
Invelos Software, Inc. Representative
DVD Profiler Desktop and Mobile RegistrantStar ContributorSH84
Registered: March 13, 2007
Reputation: High Rating
Germany Posts: 922
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
And it cannot print labels because there's no way to use custom paper sizes.

Deutsches DVD Profiler Forum: www.dvdprofiler-forum.de
DVD Profiler Unlimited RegistrantEdwinK
Registered: May 27, 2007
Netherlands Posts: 691
Posted:
PM this userEmail this userView this user's DVD collectionDirect link to this postReply with quote
I've been away from DVD('s and Profiler) for a few years. Just a few weeks ago I could get my hands on a Windows machine, and now I'm back and trying to recreate this script.
Unfortunately, I can't use DVDprofiler at the moment due to lack of a Windows computer.
DVD Profiler Desktop and Mobile Registrantmediadogg
Aim high. Ride the wind.
Registered: March 18, 2007
Reputation: Highest Rating
United States Posts: 6,396
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
Quoting EdwinK:
Quote:
I've been away from DVD('s and Profiler) for a few years. Just a few weeks ago I could get my hands on a Windows machine, and now I'm back and trying to recreate this script.

How's it going? I found an old script written by Rander long ago, if that would help.
Thanks for your support.
Free Plugins available here.
Advanced plugins available here.
Hey, new product!!! BDPFrog.
DVD Profiler Unlimited RegistrantEdwinK
Registered: May 27, 2007
Netherlands Posts: 691
Posted:
PM this userEmail this userView this user's DVD collectionDirect link to this postReply with quote
O, I think that would help.

All in all, everything is going better again. Too much happend in between the last time I was here and now.
Unfortunately, I can't use DVDprofiler at the moment due to lack of a Windows computer.
DVD Profiler Desktop and Mobile Registrantmediadogg
Aim high. Ride the wind.
Registered: March 18, 2007
Reputation: Highest Rating
United States Posts: 6,396
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
Quoting EdwinK:
Quote:
O, I think that would help.

All in all, everything is going better again. Too much happend in between the last time I was here and now.

<HTML>
<HEAD>
<SCRIPT TYPE="text/javascript">
<!--
<DP NAME="HEADER_VARS" Language="JavaScript" Comments="True" IncludeCast="False" IncludeCrew="False">
//-->
</SCRIPT>
  <body>
    <h1>Dymo  Label Printing</h1>
    <DP NAME="UPC">  <DP NAME="LOCALITY">
    <form>
      <INPUT TYPE="BUTTON" NAME="PrintBtn" VALUE="Print Label" OnClick="PrintBtnClicked()">
    </form>
    <SCRIPT Language="JavaScript">
      function PrintBtnClicked()
      {
        var DymoAddIn, DymoLabel;
        var ret, upc;
        var dot = -1;
        DymoAddIn = new ActiveXObject('DYMO.DymoAddIn');
        dot = DP_UPC.indexOf(".");
      if (dot > 0)
      {
          upc = DP_UPC.substring(0,dot-1);
        }
        else
        {
            upc = DP_UPC;
        }
        DymoLabel = new ActiveXObject('DYMO.DymoLabels');
        ret = "false";
        if (upc.length == 12)
        {
            ret = DymoAddIn.Open('C:\\Documents and Settings\\All Users\\Documents\\DYMO Label\\Label Files\\RanderCloneEAN13.LWL');
        }
        else
        {
            ret = DymoAddIn.Open('C:\\Documents and Settings\\All Users\\Documents\\DYMO Label\\Label Files\\RanderCloneUPCA.LWL');
          }
        if (ret)
        {
  if (DP_UPC != "") DymoLabel.SetField("UPC", upc)
  if (DP_CollectionNumber != "") DymoLabel.SetField("collection",DP_CollectionNumber)
  if (DP_Title != "") DymoLabel.SetField("title", DP_Title)
  if (DP_OriginalTitle != "") DymoLabel.SetField("original", DP_OriginalTitle)
  if (DP_Rating != "") DymoLabel.SetField("rating", DP_Rating)
  if (DP_Edition != "") DymoLabel.SetField("edition", DP_Edition)
  if (DP_Genres[0] != "") DymoLabel.SetField("genre1", DP_Genres[0])
  DymoAddIn.Show();
        }
      else
          alert('Error: Label file Not Found!');
      }
    </SCRIPT>
    </body>
</html>
Thanks for your support.
Free Plugins available here.
Advanced plugins available here.
Hey, new product!!! BDPFrog.
DVD Profiler Desktop and Mobile Registrantmediadogg
Aim high. Ride the wind.
Registered: March 18, 2007
Reputation: Highest Rating
United States Posts: 6,396
Posted:
PM this userVisit this user's homepageDirect link to this postReply with quote
Oh I see that is already in the thread, including some of your own. So maybe not so much help. Sorry.
Thanks for your support.
Free Plugins available here.
Advanced plugins available here.
Hey, new product!!! BDPFrog.
 Last edited: by mediadogg
DVD Profiler Unlimited RegistrantEdwinK
Registered: May 27, 2007
Netherlands Posts: 691
Posted:
PM this userEmail this userView this user's DVD collectionDirect link to this postReply with quote
Quoting mediadogg:
Quote:
Oh I see that is already in the thread, including some of your own. So maybe not so much help. Sorry.


Had been troubles getting online, so hadn't seen your reply. Thanks anyway
Unfortunately, I can't use DVDprofiler at the moment due to lack of a Windows computer.
    Invelos Forums->DVD Profiler: Layouts and Reports Page: 1... 3 4 5  Previous   Next