Páginas filhas
  • ATF370VLD - Validate Offline Booking of Asset

 

Description

Entry point ATF370VLD allows validating whether the offline booking process of the asset continues or not. The entry point is used in routine Offline Booking of Assets (ATFA370).

Examples

#Include 'Protheus.ch'

User Function ATF370VLD()
Local lRet := MsgYesNo("Continue the current process?")
Return lRet

Language

Portuguese(Brazil)

Versions

Previous_Versions

Operating Systems Supported

All

Compatible with the following Databases

All

Parameters

None

Return

lRet

Call events of the Entry Point

If lATF130VLD
lRet := ExecBlock("ATF370VLD", .F., .F.,)
Endif

If !lRet
Return
Endif

Source Program

ATFA370.PRW