Páginas filhas
  • CTGETFIL - Add branches -- 91314

Entry Point: CTGETFIL - Add branches


Scope:

Microsiga Protheus 10

Versions:

Microsiga Protheus 10

Compatible Countries:

All

Operating Systems:

All

Compatible with the Databases:

All TotvsDbAccess

Languages:

Spanish, English


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:


Name



Type



Description



Default



Mandatory



Reference



aFil



Array of Record



Array containing the branches selected for the report.












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



Name



Type



Scope



Editable



description






Array of Record



Global



No