Category: NiceLabel Breeze

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: , , , ,

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: , , , ,