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.

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

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