import.css=/download/attachments/327912/newLayout.css |
Entry-Points: ALTDATAL - Changes dDataLanc variable
Description: Entry Point that allows changing the content of the variable dDataLanc. Returns a date to be assigned as the posting date. Event It is executed within the function for including accounting entries. Source Program CTBA105.PRW Syntax ALTDATAL - Changes dDataLanc ( [ dData ], [ cRotina ] ) --> dDataLanc Variable Parameters:
Return dDataLanc (data) Nova data para geração dos lançamentos contábeis. Examples If lAltDataL .and. !lOrdTpSld dDataLanc := ExecBlock("ALTDATAL",.F.,.F.,{dData,cRotina})EndIf |