
Search found 685 matches
- Tue Jun 19, 2018 12:50 am
- Forum: Label Design & Printing
- Topic: Using setobjectvisible attribute
- Replies: 4
- Views: 1717
- Fri Jun 15, 2018 11:04 pm
- Forum: Label Design & Printing
- Topic: Using setobjectvisible attribute
- Replies: 4
- Views: 1717
Re: Using setobjectvisible attribute
You are right. There is not great sample on the forum how to connect NiceForm to Label and use SetObjectVisible. So I created one for you (and if any other need it). Just unpack the file to C:\tmp SetObjectVisibleFromNiceForm.zip Here is the correct VBScript to achieve the change of the visibility D...
- Fri Jun 15, 2018 10:33 pm
- Forum: Label Design & Printing
- Topic: Máy lọc nước loại nào tốt cho gia đình 2018
- Replies: 1
- Views: 899
Re: How to add date
You can connect both, label and form to the access database. This would be the best option. I don't have any information why exactly are you connecting the form and the label. Anyway the dateAdd function should be added to the label and will add number of days to a value sent to the printer. Regards...
- Thu Jun 14, 2018 4:01 pm
- Forum: Label Design & Printing
- Topic: Using Provisional Values in Label Preview
- Replies: 2
- Views: 1178
Re: Using Provisional Values in Label Preview
Hi
You cannot show provisional values in the label previews. Previews show what the label would look like when it is printed... so it uses the current values of the variables.
Regards, Damjan
You cannot show provisional values in the label previews. Previews show what the label would look like when it is printed... so it uses the current values of the variables.
Regards, Damjan
- Wed Jun 13, 2018 2:54 pm
- Forum: Label Printing Integration & Programming
- Topic: ILabel Error C#
- Replies: 3
- Views: 2274
Re: ILabel Error C#
I have some questions before we proceed...
Which version do you have (including build number)?
Provide the path to the executable that you are executing?
Provide the path to the SDKFiles (the SDK.NET and SDK.NET.Interface)?
Regards, Damjan
Which version do you have (including build number)?
Provide the path to the executable that you are executing?
Provide the path to the SDKFiles (the SDK.NET and SDK.NET.Interface)?
Regards, Damjan
- Tue Jun 12, 2018 12:38 am
- Forum: Label Printing Integration & Programming
- Topic: ILabel Error C#
- Replies: 3
- Views: 2274
Re: ILabel Error C#
Please try to call these two lines before calling OpenLabel. And make sure you use the latest 17.3.1 version PrintEngineFactory.SDKFilesPath = "c:\\Application\\SDKPath\\"; PrintEngineFactory.PrintEngine.Initialize(); ILabel label = PrintEngineFactory.PrintEngine.OpenLabel(@"c:\tmp\SimpleLabel.lbl")...
- Mon Jun 11, 2018 7:24 am
- Forum: General Discussions
- Topic: PowerForms Web printing
- Replies: 2
- Views: 4041
Re: PowerForms Web printing
Sorry for the late reply. I would agree with you to try this technique. Anyway there is no other alternative since you need to logout one user before another one logins.
Regards, Damjan
Regards, Damjan
- Sun Jun 10, 2018 3:39 pm
- Forum: Label Design & Printing
- Topic: Customise Default Printing Form
- Replies: 2
- Views: 1268
Re: Customise Default Printing Form
Hi
Unfortunately you cannot change the default printing form. You can only update printing form for a solution. But creating new solution or label will use the default printing form.
Regards, Damjan
Unfortunately you cannot change the default printing form. You can only update printing form for a solution. But creating new solution or label will use the default printing form.
Regards, Damjan
- Sun Jun 10, 2018 2:44 pm
- Forum: Label Design & Printing
- Topic: Moving objects
- Replies: 1
- Views: 836
Re: Moving objects
Hi
You could select objects and group them. Or you could hold CTRL and press key down while the objects are selected.
Currently there is no way to align text by its base line. I have added it to a "wishlist" for future development.
Regards, Damjan
You could select objects and group them. Or you could hold CTRL and press key down while the objects are selected.
Currently there is no way to align text by its base line. I have added it to a "wishlist" for future development.
Regards, Damjan
- Sun Jun 10, 2018 1:36 pm
- Forum: Label Printing Integration & Programming
- Topic: Nicelabel LMS Print Android
- Replies: 3
- Views: 2157
Re: Nicelabel LMS Print Android
Hi What the android application does is asks the user for some data input. Actually for the values of the elements that are on the label which will be printed. Then these data is sent to the NiceLabel Automation. Which is an application you can download and install on any Windows computer. In Automa...
- Sun Jun 03, 2018 10:43 am
- Forum: Label Design & Printing
- Topic: Disable Filter
- Replies: 3
- Views: 1133
Re: Disable Filter
I've reproduced it here and I can confirm that this is a bug. If you need a fix for this soon then you'll need to contact our support. This can be done by using this form https://www.nicelabel.com/support/technical-support, where you should provide us all the details, so that our support guys inspec...
- Fri Jun 01, 2018 7:26 am
- Forum: Label Design & Printing
- Topic: Disable Filter
- Replies: 3
- Views: 1133
Re: Disable Filter
From the photos you provided it seems to me that this is a bug in the software. We'll need to get a replication procedure on how you managed to get only 4 tabs in the "Table configuration" page. This could be the key here to why the Filter tab is not visible and therefore that you cannot remove the ...
- Fri Jun 01, 2018 6:44 am
- Forum: Label Printing Integration & Programming
- Topic: SDK 2017 - Iterating trough variables
- Replies: 1
- Views: 1566
Re: SDK 2017 - Iterating trough variables
Hi Eros Yes there is. You can get it from the IVariableList. Please try this: PrintEngineFactory.PrintEngine.Initialize(); ILabel label = PrintEngineFactory.PrintEngine.OpenLabel(@"c:\tmp\SimpleLabel.lbl"); string allVariableNames = null; foreach (IVariable variable in label.Variables) { string vari...
- Fri Jun 01, 2018 6:00 am
- Forum: Label Printing Integration & Programming
- Topic: COM port dropping characters
- Replies: 7
- Views: 2530
Re: COM port dropping characters
No problem
Regards, Damjan

Regards, Damjan
- Tue May 29, 2018 10:50 pm
- Forum: Label Printing Integration & Programming
- Topic: COM port dropping characters
- Replies: 7
- Views: 2530
Re: COM port dropping characters
I would change the trigger configuration. Instead of setting the length of the data received I would use the <CR> character as the signal for the END of data. This means that I would select the option "on sequence of characters received" and for the value enter <CR> Now unselect the "Include in trig...