Páginas filhas
  • ATFASLD() - Handling of Variable cTipoImob



Description

Entry point ATFASLD() allows handling the variable cTipoImob and defining the saved contents of field SN5->N5_TIPO (Balance Type).

Examples

User Function ATFASLD()
Local cTipoImob := ParamIxb[1]

cTipoImob := 'X' // Contents to be attributed to variable "TipoImob"
Alert ('New saved occurrence: '+cTipoImob)

Return cTipoImob // Return of attributed value

Language

Portuguese(Brazil)

Versions

Previous_Versions

Operating Systems Supported

All

Compatible with the following Databases

All

Parameters

cTipoImob

Return

Character ("cTipoImob")

Call events of the Entry Point

If lAtfaSld
cTipoImob := ExecBlock("ATFASLD",.F.,.F.,{cTipoImob})
EndIf

Variables

Local lAtfaSld := ExistBlock("ATFASLD")

Source Program

ATFA040.PRX