Besides quite a few bug fixes, there were several changes made in NiceForm 6. New Look First thing you will notice when you start NiceForm is the new look. By default NiceForm now shows large icons. Also the user interface…
Besides quite a few bug fixes, there were several changes made in NiceForm 6. New Look First thing you will notice when you start NiceForm is the new look. By default NiceForm now shows large icons. Also the user interface…
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…
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…
If the preview in NiceForm suddenly stops being updated (blank white preview without any data is shown), you should check how many files are there in the Temp folder on your computer. If there are 65535 files in the Temp…
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…