IBCEFG0 ;ALB/TMP - FORMS GENERATOR EXTRACT (CONT) ;17-JAN-96
Source file <IBCEFG0.m>
| Name | Comments | DBIA/ICR reference | 
|---|---|---|
| ELE(IBXDA,IBXPARM,IBXFORM) | ; Find element to extract for form fld
 | 
|
| ELEQ | ||
| DATA(IBXELE,IBX00,IBXFILE,IBXIEN,IBXARRAY,IBXERR) | ; Find data assoc with form fld def
 | 
|
| DATAQ | ||
| DUP(DA,X,CK) | ; Duplicate check on form field definitions
 | 
|
| DUPQ | ||
| BILLPARM(IBXIEN,IBXPARM) | ; Sets up parameters for extracting bill data
 | 
|
| PARTEXT(FORMAT,PG,LN,IBXIEN,IBXFORM,IBXPARM,IBXERR) | ; Extract part of a printed form
 | 
|
| PTQ | ||
| BILLN(FORMAT,PG,LN,IBXIEN,IBXFORM) | ; Call to extract the contents of lines on a bill
 ; See PARTEXT for parameters ; RETURNS null if extract OK, OR error text if not  | 
|
| EXTONE(IBXIEN,IBXELE,IBX,IBXERR) | ;
 ; Extract unformatted data element(s) for record in file whose entry ; is IBXIEN ; IBXELE(1-n) = array passed by reference and containing the data ; element ien's from file 364.5 to return ; IBX = name of array to be returned containing the data requested. ; For individual-valued elements, IBX(1-n) will ; contain the data element values. ; For group elements, IBX(1-n,1-z) will contain the ; values of the data element's 1-z occurrences. ; ; IBXERR = if an error, the error message will be returned here  |