Tag: form

How can I calculate week number and year in Python in NiceForm?

Sometimes you need to have a year and/or week number on a label or in a form. The following script calculates both. import sys if sys.platform == ‘silverlight’: import System from System.Globalization import * culture = System.Globalization.CultureInfo.CurrentCulture; dt = System.DateTime.Now

Posted in NiceForm, NiceLabel Breeze, NiceLabel Portal Tagged with: , , , ,

Label Structure 2.9.5

New version of Label Structure has been available for download for a few days now. Several changes have been made: Label Structure now supports NiceLabel 5 and NiceLabel 6. If you have both versions installed on your computer, Label Structure

Posted in NiceLabel Tagged with: , , , ,

NiceLabel QuickPrint

On November 6th, 2012, a new version of NiceLabel was released. Version 6 (NiceLabel Designer Standard, NiceLabel Designer Pro and NiceLabel PowerForms Desktop) now comes with a new application called NiceLabel QuickPrint. NiceLabel QuickPrint allows you to view all the

Posted in NiceForm, NiceLabel, NiceLabel QuickPrint, NicePrint Tagged with: , , , , , ,

How can I open web page from NiceForm, NiceLabel Portal or NiceLabel Breeze?

Sometimes you would like to open a web page from a form that runs on a desktop or even in the browser when you are using NiceLabel Portal or NiceLabel Breeze. To do that you can use Open document/program action

Posted in NiceForm, NiceLabel Breeze, NiceLabel Portal Tagged with: , , , ,

Password Protected Forms – A Warning

As I already mentioned in one of the previous posts, you can protect your forms so nobody can modify them or even view details of actions. You have to be careful though that you do not forget the password, because

Posted in NiceForm Tagged with: , , ,