Páginas filhas
  • AF036AUTBT - Inclusion of customized option in the Related Actions menu of the batch asset postings screen

Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

Description

The entry point AF036AUTBT includes customized options in the Related Actions menu of the batch asset postings screen.

Notes

It replaces the entry point AF030AUTBT.

Examples

/*/{Protheus.doc} AF036AUTBT*
 @author TOTVS
@since 5/06/2014
@version 1.0 /*/ User Function

AF036AUTBT() Local aButtons := {} Aadd( aButtons,

 {'New Button' , , { | | AxPesqui() },'0',2} )
,'0',2} ) Return(aButtons)

Language

Portuguese(Brazil)

Versions

Microsiga_Protheus12

Operating Systems Supported

All

Compatible with the following Databases

TOTVSDBAccess

Return

aButtons (Array with the buttons' definitions)

Source Program

ATFA036L.PRW