{{getMsg('Help_YouAreHere')}}: {{page.title}} {{page.title}}

Glossary - N

Native Fonts

By default, Java only has a certain number of fonts. By selecting this option, you are allowed to use fonts installed on your system, for example for PDF or PS exporting. This makes it necessary, however, to provide i-net Designer with the path to your system fonts. This can be set in category Fonts/Layout of the i-net Clear Reports Options in the Options menu.

New Page Before

A property of sections which declares that a new page must be started before every instance of the section. By default off. See section, property.

New Page After

A property of sections which declares that a new page must be started after every instance of the section. By default off. See section, property.

Null

A value standing for nothing. If null is used as a condition, the condition is evaluated as false. In other words:"if (null) then a else b" would result in "b".

If null is compared to anything, the result is always null as well, unless there is a way to evaluate the result without having to actually compare with null. In other words: "(null = 1)" would evaluate as null, while "(null OR true)" would evaluate as true.

Numeric

An adjective meaning a value is a number.