import.css=/download/attachments/327912/newLayout.css |
Entry Point: CTGETFIL - Add branches
Description: Entry Point that allows adding branches to the aFil array, which contains the branches selected for the accounting reports that have the question "Select Branches". Source Program ADMXFUN.PRW Syntax CTGETFIL - Add branches ( [ aFil ] ) --> aFil Parameters:
Return aFil(array_of_record) Array containing the branches selected and added to the aFil array for the report Examples User Function CTGETFIL()Local aFil := ParamIxb[1] MsgInfo("Entry Point CTGETFIL - Adding branches to the array of selected branches") aAdd(aFil, "03") // add branch 03 to the arrayReturn(aFil) Variables
|