IMPORTANT ANNOUNCEMENT

These forums were permanently set to read-only mode on July 20, 2022. From that day onwards, no new posting or comment is allowed on the site, but the historical content remains intact and searchable.

A new location for posting questions about PlanetPress Suite is now available:

OL Learn - PlanetPress Classic (opens in new tab)

Topic Options
#24631 - 06/09/09 10:40 AM ITF 2of5 Expression Create - How To
well Offline
Junior Member

Registered: 06/09/09
Posts: 2
Dear friends, i need your help to create an expression to generate an ITF 2of5 code like this numeric model: 000009910028, the first 7 digits (0000099) are the 'text' the next 2 digits (10) are the digit verifier and the last 3 digits (028) are a secondary 'text' that have a fix number always. Please post how can i create this expression.
Ty for all..
supervisao@multicopias.net

Top
#24632 - 06/09/09 02:31 PM Re: ITF 2of5 Expression Create - How To
Raphael Lalonde Lefebvre Offline
OL Expert

Registered: 10/14/05
Posts: 4956
Loc: Objectif Lune Montreal
Well,

The expression would simply be:

ITF("000009910028")

This will return a barcode string. Highlite the variable, and apply the font PSMIntHrP72DmTt to it. That should make the barcode properly. That font is meant to be used in a size of 72.

If the number is in a field of your database, use this:

ITF([FieldName])

Where FieldName is the name of your field.

Hope this helps.

Regards,
Rapha

Top
#24633 - 06/25/09 05:22 PM Re: ITF 2of5 Expression Create - How To
well Offline
Junior Member

Registered: 06/09/09
Posts: 2
Dear Raphael,

The trouble is that i don

Top