Category: NiceLabel Portal

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

Formatting numbers and date/time using current locale in NiceForm and NiceLabel Portal

Locale is a set of parameters that defines the user’s language, country and any special variant preferences that the user wants to see in their user interface. Usually a locale identifier consists of at least a language identifier and a

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

How can I work with files in NiceLabel Portal?

NiceLabel Portal uses Microsoft Silverlight as its underlying technology. Because Silverlight is a browser-based plug-in, it has by default the lowest security privileges to ensure a safe browsing experience. This restriction introduces a number of challenges, especially when it comes

Posted in NiceLabel Portal Tagged with: , , , ,

How can I fix the “The ‘Microsoft.Jet.OLEDB.4.0’ provider is not registered on the local machine.” error in NiceLabel Portal?

Usually you get this error when you try to use Microsoft Excel file in NiceLabel Portal solution – in a form or in a label file when NiceLabel Portal is installed on a 64-bit operating system. Although I would not

Posted in NiceLabel Portal Tagged with: ,