Entry Point: CTB00KINC - 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 CTB00KINC is used for validating add in the Book Configuration registration.
Source Program
CTBA130.PRW
Syntax
CTB00KINC - Book configuration ( )
Return
()
Examples
IF ExistBlock( "CtBkInc" ) ExecBlock( "CtBkInc", .F. , .F. ) EndifUser Function CtBkInc()Alert('Validating CtBkInc') Return (.T.)