TFORMer SDK - DLL/Library  8
JobDataRecordSet

Overview

The JobDataDataSource is the preferred method to pass data to TFORMer SDK from within program code. Create and fill a JobDataDataSource and pass it to the Job using JobData.

The JobDataDataSource represents an in-memory list of Records. Each Record holds a collection of pairs of strings. The first member of such a string-pair denotes the name of the DataField, the second member denotes the value of the DataField.

Although not required it is good practice to set all DataFields used in the FormLayout for each Record. If a DataField which is used in the FormLayout is not present in the JobData its value depends on TFormer_SetReuseValues.

By default each Record is used for printing exactly once. This behavior can be changed with TFormer_SetRecordCopy.

More Information

For a general description see JobData.


© 2006-2021 - all rights reserved by TEC-IT Datenverarbeitung GmbH
Generated on Wed Nov 17 2021 12:13:03 for TFORMer SDK - DLL/Library with doxygen 1.7.6.1