You are here: Job and Form Set Rules Reference > JDT Rules Reference > InlineImagesAndBitmaps

InlineImagesAndBitmaps

Use this form set level rule if you do not want to use Library Manager to maintain forms and graphics but still need to retrieve the exact data that was printed. This rule lets you inline all FAP files and embed graphics into the NA file.

     
Note Keep in mind the size of the NA file and archive will grow significantly if you use this rule. Furthermore, the performance of the GenData, GenPrint, and GenArc programs will degrade significantly if you use this rule.

Syntax

;InlineImagesAndBitmaps;;;

Use this rule only when necessary and when performance and the size of the output are not issues.

This rule loads all sections and graphics and ignores the LoadFAPBitmap and LoadCordFAP INI options. There are no parameters for this rule.

The return values are: msgSUCCESS or msgFAIL.

Example

Here is an example:

;InlineImagesAndBitmaps;;;

This rule must be placed (run) before the NAFILE.DAT and POLFILE.DAT files are unloaded and after the pagination rules. Here are some examples of how you would set up your AFGJOB.JDT file:

For single-step execution

<Base Form Set Rules>

;NoGenTrnTransactionProc;;;

;ResetOvFlw;;;

;BuildFormList;;;

;LoadRcpTbl;;;

;RunSetRcpTbl;;;

;PrintFormset;;;

;WriteOutput;;;

;WriteNaFile;;;

;InlineImagesAndBitmaps;;;

;BatchingByRecipINI;;;

;PaginateAndPropagate;;;

For multi-step execution

<Base Form Set Rules>

;RULStandardTransactionProc;;;

;LoadExtractData;;;

;ResetOvFlw;2;;

;IfRecipUsed;;BATCH1=INSURED;

;BuildFormList;;;

;LoadRcpTbl;;;

;RunSetRcpTbl;;;

;UpdatePOLFile;;;

;InlineImagesAndBitmaps;;;