Category: NiceForm

What is new in NiceForm 6.0?

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

Posted in NiceForm Tagged with: , , , , ,

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

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

Preview in NiceForm suddenly stops updating. What is going on?

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

Posted in NiceForm 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: , , , ,