Public Member Functions | |
boolean | isHandleEscapeSequences () |
Gets a flag indicating whether escape sequences like \n or \x40 should be translated by TFORMer. | |
boolean | isReuseValues () |
Gets a flag indicating whether DataField-values should be reused in consecutive records. | |
void | setHandleEscapeSequences (boolean bHandleEscapeSequences) |
Sets a flag indicating whether escape sequences like \n or \x40 should be translated by TFORMer. | |
void | setReuseValues (boolean bReuseValues) |
Sets a flag indicating whether DataField-values should be reused in consecutive records. |
TFORMer Runtime retrieves data used for printing a Job by using JobData.
A JobData is always iterated Record by Record, the order of the records is not changed.
TFORMer requires at least one Record to produce output.
All data-fields available in a Record are processed. It depends on HandleEscapeSequences whether possible escape sequences in the values are translated into their corresponding binary representation.
If a DataField, which is used in the FormLayout, is not present in the JobData its value depends on ReuseValues.
If no or an empty JobData was specified with JobData then TFORMer Runtime uses default DataSource for printing the Job. The default data is stored in an extra file (filename-extension .xml) and contains the DataField-values used during the last TFORMer Designer session. If no file with default data exists TFORMer Runtime produces no output.
If the JobData provides more DataFields than defined (either in the stand-alone Formlayout or in the Project of the Repository), these additional DataFields will be ignored.
boolean isHandleEscapeSequences | ( | ) |
boolean isReuseValues | ( | ) |
Gets a flag indicating whether DataField-values should be reused in consecutive records.
void setHandleEscapeSequences | ( | boolean | bHandleEscapeSequences | ) |
void setReuseValues | ( | boolean | bReuseValues | ) |
Sets a flag indicating whether DataField-values should be reused in consecutive records.
bReuseValues | true if DataField-values should be cleared between records; otherwise, false. |
© 2006-2009 All rights reserved by TEC-IT Datenverarbeitung GmbH |
![]() |
Generated on Wed Sep 2 16:01:27 2009 for TFORMer Runtime JAVA Developer Reference with doxygen 1.5.8 |