Search found 157 matches
- Wed Oct 08, 2014 8:14 am
- Forum: Label Design & Printing
- Topic: Changing the Logo on a Label
- Replies: 5
- Views: 3670
Re: Changing the Logo on a Label
No, changing the image on one label will not change it on every other label. To do that, you could replace the old image (you can find its path in the properties of the graphic element) with the new one, keeping the old name. I don't know if they have the same format, so don't expect too much from d...
- Mon Oct 06, 2014 10:52 am
- Forum: Label Printing Integration & Programming
- Topic: Automation cant find Printers after 1 or 2 days
- Replies: 5
- Views: 2993
Re: Automation cant find Printers after 1 or 2 days
Hi, I have the issue that every day or 2 the Trigger (running) on the right side says 1 but in the left Window i cant see it. When this is happen, the Trigger works normal till "set Printer" where he suddenly cant find any installed Printer. Could you provide a screenshot of the problem and also of ...
- Mon Oct 06, 2014 10:50 am
- Forum: Label Design & Printing
- Topic: Changing the Logo on a Label
- Replies: 5
- Views: 3670
Re: Changing the Logo on a Label
Hi, you are able to click on the image and mark it, correct? It's not part of the label background? If that is the case, once you have it selected press either Enter or F2 and you should see the properties of the graphic object. In there you should be able to see the path to the image and change it ...
- Mon Oct 06, 2014 10:44 am
- Forum: Label Printing Integration & Programming
- Topic: Create a stand alone label via code
- Replies: 1
- Views: 1796
Re: Create a stand alone label via code
Hi, Unfortunately I don't think there is a way to do this, but I don't know much about the export features, maybe those could solve your problem. An alternative I can think of to achieve this would be to print to file with the records you need and give this to your external partners. Then they can p...
- Mon Oct 06, 2014 10:11 am
- Forum: Label Design & Printing
- Topic: Auto resizing ean
- Replies: 2
- Views: 2098
Re: Auto resizing ean
Hi, could you provide the files needed to replicate this problem and a detailed description how to replicate it? I am just not sure what you mean and would like to see the problem for myself. if you don't want to make those files public, you can PM them to me. And if you can't give them out at all, ...
- Mon Oct 06, 2014 9:57 am
- Forum: Label Printing Integration & Programming
- Topic: Print Label from RS232 Scale
- Replies: 1
- Views: 2196
Re: Print Label from RS232 Scale
Hi, this can be achieved in multiple ways. If you need data to be manually entered in addition to the data from the scale, you will need to make use of NiceForm. It allows you to easily create a form where users can enter data and different actions can be executed (like reading data from a serial po...
- Mon Oct 06, 2014 9:19 am
- Forum: Deutsch
- Topic: Rich-Text aus MS Access-DB inkl. Formatierung in NiceLabel
- Replies: 22
- Views: 18132
Re: Rich-Text aus MS Access-DB inkl. Formatierung in NiceLab
Hallo, ich habe das Ganze bei mir gerade mal ausprobiert (Access 2010, aber .mdb für die DB): Sowohl in der Textbox als auch im RTF-Feld wird ein in Access eingegebener Zeilenumbruch (CTRL+ENTER) dargestellt. Ich kann mir also nicht ganz erklären, warum es bei Ihnen nicht funktioniert. Eine Alternat...
- Mon Oct 06, 2014 8:30 am
- Forum: Label Design & Printing
- Topic: "Mapping" the labels
- Replies: 1
- Views: 1501
Re: "Mapping" the labels
You can define variables in the Designer as well as Automation. If a variable has the same name in both and Automation is used to print a label, the contents set in Automation will be "transferred" to the label and printed. I'm not sure what you have set up right now, but the general course of actio...
- Mon Oct 06, 2014 8:16 am
- Forum: General Discussions
- Topic: Starting NicePrint and getting Error ID: 150003
- Replies: 7
- Views: 6381
Re: Starting NicePrint and getting Error ID: 150003
Glad to hear that it's working!
- Thu Oct 02, 2014 4:32 pm
- Forum: Deutsch
- Topic: RTC Avery Drucker in Barcode
- Replies: 1
- Views: 2271
Re: RTC Avery Drucker in Barcode
Hallo, ich bin leider kein Experte in Sachen Druckersprachen und muss deshalb nochmal nachfragen: Wenn der Printstream abgeändert wird und das fehlende "Y"-Flag eingefügt wird, dann arbeitet der Drucker korrekt und gibt den Barcode mit RTC-Zeit aus? Die anderen Punkte sind leider etwas allgemein, ei...
- Thu Oct 02, 2014 3:58 pm
- Forum: General Discussions
- Topic: Starting NicePrint and getting Error ID: 150003
- Replies: 7
- Views: 6381
Re: Starting NicePrint and getting Error ID: 150003
This might be an issue with your network:
Q is a network share. NicePrint started without any problems with cmd.- Thu Oct 02, 2014 2:00 pm
- Forum: General Discussions
- Topic: Starting NicePrint and getting Error ID: 150003
- Replies: 7
- Views: 6381
Re: Starting NicePrint and getting Error ID: 150003
Are you able to open and print the label normally? Can you make sure that if you call the process like this, the process owner is still your user that has admin rights? Additionally you could try to make a very simple label, just one plain text on there, and see if you can access that one via networ...
- Wed Oct 01, 2014 3:10 pm
- Forum: Label Design & Printing
- Topic: Rester Counter on each new line in Excel
- Replies: 2
- Views: 2739
Re: Rester Counter on each new line in Excel
Hi, I am afraid that this is not possible with NiceLabel Standard, because you do not have access to variables. With Designer Pro on the other hand this is easily doable thanks to the internal variables: print amount.PNG You can just place those on the label where they are needed and will see the co...
- Wed Oct 01, 2014 8:55 am
- Forum: Label Printing Integration & Programming
- Topic: Use .dsn file for connecting
- Replies: 3
- Views: 2073
Re: Use .dsn file for connecting
I don't think I've seen this done before and I highly doubt it is possible. The ActiveX interface to the label can be called in a VBScript in the label, e.g.: if CInt(GetLabelState) > 0 then label.NewDatabase() end if But this will just call the new database GUI. You can find detailed information to...
- Wed Oct 01, 2014 8:24 am
- Forum: Label Printing Integration & Programming
- Topic: Automation Easy Database Lookup
- Replies: 1
- Views: 1647
Re: Automation Easy Database Lookup
Hi Steve, with Automation Easy the only way to do a lookup for CSV or Excel would be with the help of scripting. This would include a few custom tailored scripts that might make you more trouble than you can think. The second way you described is a much safer and easier way and can be done out of th...