Product Line: | Microsiga Protheus. | ||||
Industry: | Services | ||||
Module: | Fixed Asset (SIGAATF). | ||||
Routine: |
| ||||
Entry Point: | AF252VLO | ||||
Related Tickets | TTUH27. | ||||
Countries: | All | ||||
Database: | All approved for Protheus. | ||||
Tables Used: | SN1, SN3, SN4, SN5. | ||||
Operating Systems: | All approved for Protheus. |
This entry point allows you to manipulate the data from the bottom tabs Apportionment Totals and Tax Details. The objects oGetDadTot and oGetDadImp that allow the manipulation of the bottom tabs respectively cited above are transmitted to the PE. It is executed through the AF251VORIG function called tudoOk.
The variables of the upper tab Asset Data and Add-ons are respectively the aCols array and the oGetDadosC object that are declared private.
Description: | Entry point AF251VLO handles the data from the bottom tabs Apportionment Totals and Tax Details. The objects oGetDadTot and oGetDadImp that allow the manipulation of the bottom tabs respectively cited above are transmitted to the PE. It is executed through the AF251VORIG function called tudoOk. |
Location: | Custom routine, does not stay in the default menu |
Events: | AF251VLO. |
Source Program: | ATFA251.PRX |
Function: | AF251VORIG |
Return: | Vector of 2 elements as in the example. The first element with oGetDadTot, the second with oGetDadImp manipulated or not. |
Example:
* *
Example:
#Include '[<span style="color: #0000ee"><span style="text-decoration: underline; ">Protheus.ch</span></span>|http://Protheus.ch]'
User Function AF251VLO()
Local oGetDTot := paramixb\[1\]
Local oGetDadImp := paramixb\[2\]
/* -------------------------------------------------------------------------
call - ExecBlock( 'AF251VLO', .F., .F., \{@oGetDadTot, @oGetDadImp\}) Note: oGetDadosC, the object of the upper tab "Add-ons", is private------------------------------------------------------------------------ */
Alert("Entry Point AF251VLO Run")
oGetDTot:ForceRefresh()
oGetDadImp:ForceRefresh()
Return (\{ oGetDTot, oGetDadImp
!worddavaf485e25f57cd86bb5b0fc63f3f1b1cc.png|height=32,width=32! Wiki Markup