AF010AIN - Allow data manipulation when adding the Asset

Description

The entry point AF010AIN allows you to manipulate Acols, aHeader, and aSaveSN1 using the private variables available, _aColsAF010, _aHeadAF010, and _aCabSN1.

Notes

This entry point is run only on inclusion (nOpc == 3).

Examples

User Function AF010AIN() Local lRet := .t.// Return .T.
/* Variables available to manipulate Acols, aHeader, and aSaveSN1 _aColsAF010 := AClone(aCols) _aHeadAF010 := AClone(aHeader) _aCabSN1 := AClone(aSaveaSN1) These variables _aColsAF010, _aHeadAF010, _aCabSN1 allow the manipulation of arrays aCols, aHeader, and aSaveaSN1. */
Return(lRet)

Preview

 

See also

 

Language

Portuguese(Brazil)

Versions

Microsiga_Protheus10_e_Microsiga_Protheus11

Operating Systems Supported

All

Compatible with the following Databases

All

Updates

 

Parameters

 

Return

.T.

Call events of the Entry Point

 

Variables

 

Source Program

ATFA010.PRW