Páginas filhas
  • AF040BAI - Change of data after saving

Versões comparadas

Chave

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

AF040BAI - Change of data after saving

Description

The entry point AF040BAI is run at the end of the Advance Posting process.

Notes

This entry point can be used to save additional posting data.

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="4342534a-6104-40e4-8c72-edca781e743c"><ac:plain-text-body><![CDATA[

Examples

#INCLUDE "Protheus.ch"

User Function AF040BAI()

Local aRecPon := ParamIXB[1]

//-------------------------------------------------------------------------------------------------

//Entry point run at the end of the Advance Posting process

//--------------------------------------------------------------------------------------------------

Alert("Entry point run at the end of the Advance Posting process.")

Return]]></ac:plain-text-body></ac:structured-macro>


Return

Language

Portuguese(Brazil)

Versions

All

Operating Systems Supported

All

Compatible with the following Databases

All

Parameters

aRecPon: Recnos that make up the posting to be transmitted to the entry point, with structure { "Alias", Recno }

Source Program

ATFA040.PRW