Páginas filhas
  • AF240BUT - Add New Buttons to Asset Classification

 

Description

Entry Point AF240BUT adds buttons to the Purchase Classification screen.

Examples

User Function AF240BUT()

//Buttons to be added
Local aBotao := {}

//Default Routine Buttons
Private aRotina := ParamIXB[1]

//Message
MsgAlert("Entry Point executed for adding the new buttons")

//New added button
aBotao := { { "Botão Teste", "AF010Visua" , 0 , 2 , ,.F.} }

Return aBotao

Language

Portuguese(Brazil)

Versions

All

Operating Systems Supported

All

Compatible with the following Databases

All

Parameters

aRotina - Contains array with the default buttons of the routine

Return

aBotao - Array containing only the new buttons created.

Source Program

ATFA240.PRW