Páginas filhas
  • EP DT_PE_CT030BUT_Buttons_Customization

Buttons Customization

Requirement Characteristics

Product Line:

Microsiga Protheus

Segment:

Services

Module:

SIGACTB

Routine:

Routine

Technical Name

CTBA030


Cost Center Register

Parameters

aRotina - Array

Entry Point:

CT030BUT

Countries:

Brazil

Database:

All

Operating Systems:

All

Description

The purpose of this entry point is to customize the buttons in the Cost Center Registration routine (CTBA030).

Entry Point

Description:

This entry point customizes the buttons in the Cost Center Registration routine (CTBA030).

Events:

aCTBA030 := ExecBlock( "CT030BUT",.F.,.F.,aRotina)

Source Program:

CTBA030

Return:

aBotoes - Array

 

Example:

#INCLUDE "protheus.ch"
 
User Function CT030BUT()
Local aBotoes := ParamIXB
 
aAdd(aBotoes,{ "EP" , "Process( { || CTBA080() })", 0, 0} )
 
Return aBotoes