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.
Syntax
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;;;
© Copyright 2020, Oracle and/or its affiliates. All rights reserved. Legal notices.