import.css=/download/attachments/327912/newLayout.css

Entry Point: CTB020VG - Add/Change of chart of accounts


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 CTB020VG is used to validate the recording of the add and change of the chart of accounts.

Source Program

CTBA020.PRW

Syntax

CTB020VG - Add/Change of chart of accounts()--> lRet

Return

lRet(logical)

.T. = allows recording (or saving); .F. blocks recording

Notes

This entry point is exclusively for validating the recording  process.

Examples

User Function CTB020VG()Local nOpc  := Paramixb[1]If nOpc==3     alert("Add")Else  alert("Chage")EndIfReturn nOpc==3 // Blocks record changes

Variables



Name



Type



Scope



Editable



description



Paramixb[1]



Numeric



Global



No