Páginas filhas
  • AF060Val - Asset validation when it already exists in the target branch

Description

The entry point AF060Val validates the asset when it already exists in the target branch when using the Automatic Transfer.

Notes

With the execution of the entry point, the message: Asset already exists in the Target Branch. To transfer it, the item must be incremented keeping the base code. Continue? stops being displayed and must be treated by the entry point.

Examples

#INCLUDE "Protheus.ch"

User Function AF060Val()

Local lRet := .T.


If MsgYesNo("Asset already exists in the Target Branch. To transfer it, the item must be incremented keeping the base code. Continue?")

      lRet := .T. Else

       lRet := .F.

EndIf

Return lRet

Language

Portuguese(Brazil)

Versions

Microsiga Protheus10 and Microsiga Protheus11

Operating Systems Supported

All

Compatible with the following Databases

All

Return

lRet

Call events of the Entry Point

lRet := Execblock("AF060Val",.F.,.F.)

Source Program

ATFA060.PRW

  • Sem rótulos