import.css=/download/attachments/327912/newLayout.css |
Entry Point: CTB020VG - Add/Change of chart of accounts
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
|