Páginas filhas
  • ATFXOCOR() - Aims to handle the variable cOcorr that controls the reason for posting

 

Description

We have created the entry point ATFXOCOR() that handles the variable cOcorr, controlling the reason for posting.

Examples

User Function ATFXOCOR()
Local cOcorr := ParamIxb[1]

cOcorr := '02'
Alert ('New saved occurrence: '+cOcorr)

Return cOcorr

Language

Portuguese(Brazil)

Versions

Previous_Versions

Operating Systems Supported

All

Compatible with the following Databases

All

Parameters

cOcorr // Variable that controls the reason for posting fixed assets

Return

cOcorr // Character

Call events of the Entry Point

If lAtfxOcor
cOcorr := ExecBlock("ATFXOCOR",.F.,.F.,{cOcorr})
EndIf

Variables

Local lAtfxOcor := ExistBlock("ATFXOCOR")

Source Program

ATFXATU.PRX