Tag: variables

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

Actions in NiceForm and NiceLabel Portal

One of the main strengths of NiceForm and NiceLabel Portal are actions that let you build workflows that accomplish manual chores quickly, efficiently and effortlessly. You don’t have to know any scripting languages or write any code (unless you want

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

Variables in NiceLabel – Part 2

How can I create new variable?   There are several ways you can create new variable: Go to the “Variables” dialog box by selecting “Variables” option in the “Data” menu. You have two possibilities here. You can use the “Wizard”

Posted in NiceLabel Tagged with: , ,

Variables in NiceLabel – Part 1

What is variable? Variable is a facility for storing data. The current value of the variable is the data actually stored in the variable. In NiceLabel variable can be used in many places: as a source of value for objects

Posted in NiceLabel Tagged with: , ,

Everything you wanted to know about Text object in NiceForm

Basics Text object displays text. You place a text on a form when you need to identify or annotate another object such as an edit field or when you want to include text on a form. It can contain fixed

Posted in NiceForm Tagged with: , , ,