Search found 325 matches
- Wed Jan 04, 2023 8:13 pm
- Forum: General Discussions
- Topic: Rejecting blank files/lines
- Replies: 1
- Views: 67
Re: Rejecting blank files/lines
Dejael, Are you printing from Automation using File Trigger or printing manually from Designer/Print application? Either way, the best "solution" is to not add 100,000 blanks rows to the Excel spreadsheet (i.e. fix the user error). The "workaround" depends on automated vs manual ...
- Wed Jan 04, 2023 7:38 pm
- Forum: General Discussions
- Topic: Control Center not displaying "All Printers" list
- Replies: 1
- Views: 55
Re: Control Center not displaying "All Printers" list
tcinker, I assume you are using NiceLabel Control Center 2019? You can find the documentation here starting on page 119: https://help.nicelabel.com/hc/en-001/article_attachments/4402720550417/ug-NiceLabel_Control_Center-en.pdf Licensed Printers will show exactly that, printers used by any workstatio...
- Wed Jan 04, 2023 5:46 pm
- Forum: Introduction to NiceLabel Software
- Topic: NL 2019 LMS Pro license
- Replies: 3
- Views: 204
Re: NL 2019 LMS Pro license
Sorry to hijack! We currently use NiceLabel Pro 6 and NiceForm 6. Our forms utilise MySQL databases as well as Excel spreadsheets. It's worked well for us for a number of years but it's time to upgrade. How does NiceLabel 10 compare? Do NiceForm and NiceLabel work hand-in-hand in the same way? Can ...
- Fri Dec 23, 2022 7:12 pm
- Forum: Label Design & Printing
- Topic: PowerForms Suite, Batch No
- Replies: 1
- Views: 91
Re: PowerForms Suite, Batch No
Peter, The logic within such "custom shift requirements" is usually complex enough where scripting may actually become more simple to implement/maintain than PowerForms logic alone (native Actions/Functions). There will be scripting involved in Conditional Execution of Actions or Condition...
- Fri Dec 23, 2022 3:46 pm
- Forum: Introduction to NiceLabel Software
- Topic: NL 2019 LMS Pro license
- Replies: 3
- Views: 204
Re: NL 2019 LMS Pro license
morbozz, If you have a NiceLabel 2019 license key, you must contact NiceLabel Sales (or your NiceLabel Partner) for an upgrade to NiceLabel 10. If you have an active Software Maintenance Agreement (SMA), the upgrade to equivalent edition is usually free: https://www.loftware.com/customer-center/tech...
- Fri Dec 23, 2022 3:41 pm
- Forum: Label Design & Printing
- Topic: Use of adobe font interstate
- Replies: 1
- Views: 49
Re: Use of adobe font interstate
Hi, The fonts must be available in Windows, as-in deployed here: "C:\Windows\Fonts" If the fonts are available from OS-level, then they can be used by any application like Word, Notepad, and NiceLabel. Sorry, but I do not have any information or recommendations on how to achieve this with ...
- Fri Dec 23, 2022 3:24 pm
- Forum: Label Printing Integration & Programming
- Topic: 2019 SDK and Global Variable Integration
- Replies: 1
- Views: 60
Re: 2019 SDK and Global Variable Integration
ckuchinski, Global Variable is defined in the specific .NLBL which is being opened/printed at the time of this error. The error may change based on which Global Variable is used exactly. I'm not sure what you mean about the names not matching, but the error implies your client cannot connect to Cont...
- Thu Dec 22, 2022 11:23 pm
- Forum: Label Printing Integration & Programming
- Topic: Read a large number of Label by VB.net
- Replies: 2
- Views: 40
Re: Read a large number of Label by VB.net
Kulagkit, What version of NiceLabel are you using and what information are you looking to get? In general, I would say don't try to do it like this. You can automate the task with best practice using PowerForms, Automation, or new Document API (for NiceLabel Cloud subscriptions). Get Label Informati...
- Thu Dec 15, 2022 6:00 pm
- Forum: Label Design & Printing
- Topic: Label layers in Control Center
- Replies: 1
- Views: 49
Re: Label layers in Control Center
kruzikruzPL, I assume you are running NiceLabel 10 but not version 10.2, right? I think there was an issue introduced only since 10.0 where NiceLabel Control Center Proxy Service was deployed as 64-bit instead of 32-bit. The problem is that VBScript can only run as 32-bit so the logic behind layer c...
- Fri Dec 09, 2022 7:35 pm
- Forum: General Discussions
- Topic: Update all printers at once?
- Replies: 1
- Views: 67
Re: Update all printers at once?
Hi, Unfortunately, there is no update checker or automatic update process for NiceLabel Printer Drivers. Driver package can only be checked and downloaded manually here: https://www.nicelabel.com/downloads/printer-drivers Most drivers are only updated 1-3 times per year, not very often. Preferably, ...
- Fri Dec 09, 2022 12:05 am
- Forum: Label Design & Printing
- Topic: the 'redirect printing to pdf' function
- Replies: 2
- Views: 77
Re: the 'redirect printing to pdf' function
Hi, Well, Arial font should not be used for Chinese text, because the font does not support the unicode characters. In short, NiceLabel Designer is drawing the glyphs as closely as they would look stylized by the selected font. But when the PDF file is generated, the font reference (or optionally th...
- Wed Dec 07, 2022 4:43 pm
- Forum: General Discussions
- Topic: print form - to change label before loading
- Replies: 1
- Views: 63
Re: print form - to change label before loading
Cléorodrigues, There are several ways to approach this, most commonly using either scripting logic or conditional execution of actions or conditional visibility of objects. Scripting is easier if you can build the simple syntax using VBScript or Python: https://help.nicelabel.com/hc/en-001/articles/...
- Wed Dec 07, 2022 4:37 pm
- Forum: Label Printing Integration & Programming
- Topic: action "open program/document" / python3 scripts
- Replies: 1
- Views: 114
Re: action "open program/document" / python3 scripts
Hi, Yes, you can open a .exe file using the Open Document/Program Action. Actually, you can open any file this way, including .py file for any Python version (assuming you have the dependencies). NiceLabel itself using IronPython library based on Python2.7. You can't directly import .py from Python3...
- Wed Dec 07, 2022 4:21 pm
- Forum: Label Design & Printing
- Topic: Parsing xml or json to set variable
- Replies: 1
- Views: 74
Re: Parsing xml or json to set variable
alex1907, Conceptually, what is the reason to use a Database Trigger then save data to JSON or XML for processing? Database Trigger can already process and print all of the received data! If you receive JSON or XML data payload, simply use a Data Filter to parse content and process further (execute ...
- Wed Dec 07, 2022 4:18 pm
- Forum: General Discussions
- Topic: File Drop without filters
- Replies: 1
- Views: 87
Re: File Drop without filters
I assume this is for Automation Easy edition, right? Using .CSV file with field headers is preferred, because you can make use of Dynamic Structure, where NiceLabel Automation will automatically detect the amount and content of all field-value pairs. This still requires a Structured Text Filter - an...