Páginas filhas
  • CTBA0501 - Adds buttons -- 109588

Entry Point: CTBA0501 - Adds buttons


Scope:

Microsiga Protheus 10, Microsiga Protheus 11

Versions:

Microsiga Protheus 10, Microsiga Protheus 11

Compatible Countries:

All

Operating Systems:

All

Compatible with the Databases:

All

Languages:

Portuguese (Brazil) , Portuguese (Portugal) , Spanish , English


Description:

Adds user buttons to the Accounting Entity Configurations Registration screen.

Events

Occurs before the assembly of the Accounting Entity Configurations Registration screen.

Source Program

CTBA050.PRW

Syntax

CTBA0501 - Adds buttons ( ) --> aUsRotina

Return

aUsRotina(array_of_record)

User button collection

Examples

            If ValType( aUsRotina := ExecBlock( "CTBA0501", .F., .F. ) ) == "A"                 AEval( aUsRotina, { |x| AAdd( aRotina, x ) } )        EndIf