Description

Entry point to save table AF8.

Notes

It is present in function PMSA 310. Entry point run at the project closing when returning to the Browser.

Examples

#INCLUDE "PROTHEUS.CH
"User Function AF8GRAVA()
Local cMsg:= '"Entry point AF8GRAVA run successfully!"'
MsgAlert(cMsg)
Return

Language

Portuguese(Brazil)

Versions

Microsiga_Protheus 11

Operating Systems Supported

All

Compatible with the following Databases

All

Return

No return.

Call events of the Entry Point

If lGrava // Entry point that saves the data from table AF8

ExecBlock( "AF8GRAVA",.F.,.F.,)

EndIf

Variables

Local lGrava:= ExistBlock ("AF8GRAVA")

Source Program

PMSA 310