Páginas filhas
  • CTB00KALT - Book configuration -- 10981

Entry Point: CTB00KALT - Book configuration


Versions:

Microsiga Protheus 8.11, Microsiga Protheus 10

Compatible Countries:

All

Operating Systems:

All

Compatible with the Databases:

All

Languages:

Spanish, English


Description:

The entry point CTB00KALT is used for validating changes in the Book Configuration registration.

Source Program

CTBA130.PRW

Syntax

CTB00KALT - Book configuration ( )

Return

()

Examples

IF ExistBlock( "CtBkAlt" )    ExecBlock( "CtBkAlt", .F. , .F. )EndifUser Function CtBkAlt()Alert('Validating CtBkAlt')  Return (.T.)