Product Line: | Microsiga Protheus. | ||||
Industry: | Services | ||||
Module: | Fixed Asset (SIGAATF). | ||||
Routine: |
| ||||
Entry Point: | AF251LNK. | ||||
Related Tickets | TUFGO5 | ||||
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.
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: | This entry point allows you to manipulate the data from the upper tabs and the "Apportionment Totals" and "Tax Details" tabs. |
Location: | It is a custom routine, so it is not part of the default menu. |
Events: | AF251LNK |
Source Program: | ATFA251 |
Function: | Af251LinOK |
Return: | Vector of 2 elements as in the example. The first element with oGetDadTot, the second with oGetDadImp manipulated or not. |
User function AF251LNK()
Local oGetDTot := paramixb\[1\]
Local oGetDadImp := paramixb\[2\]
/* -----------------------------------------------------------------------
Call - ExecBlock( 'AF251LNK', .F., .F., \{@oGetDadTot, @oGetDadImp\})
Note: oGetDadosC, the object of the upper tab "Add-ons", is private
------------------------------------------------------------------------ */
Alert("Entry Point AF251LNK Run")
oGetDTot:ForceRefresh()
Return (\{ oGetDTot, oGetDadImp \})
!worddavaf485e25f57cd86bb5b0fc63f3f1b1cc.png|height=32,width=32! Wiki Markup