import.css=/download/attachments/327912/newLayout.css |
Entry Point: CTA400CAL - Update of the accounting calendar
Description: The entry point CTA400CAL is used for manipulating the accounting calendar during the update. Events STATIC Function Ct400CTG(cCalend,cExerc,cFilCal) Source Program CTBA400.PRW Syntax CTA400CAL - Update of the accounting calendar ( < cCalend> , < cExerc> ) Parameters:
Return () Examples #include "Protheus.ch"User Function CTA400CAL()Local cCalend := paramixb[1]Local cExerc := paramixb[2] msgalert( 'The entry point receives the parameters : cCalend : ' + cCalend + ' , cExerc : ' + cExerc ) Return |