Description: | The entry point AF060GRP transmits the information referring to the group currently saved in the table SN1-Assets File and the new group entered in the transfer screen. | |||||||||
Location: | SIGAATF - UPDATES/TRANSACTIONS/TRANSFERS | |||||||||
Events: | Transfer | |||||||||
Source Program: | ATFA060 | |||||||||
Function: | Af060Grupo | |||||||||
Return: | No return | |||||||||
Parameters |
|
Example:
#Include 'Protheus.ch'
User Function AF060GRP()
Local cGrupoGravado:= PARAMIXB[1]
Local cGrupoDigitado:= PARAMIXB[2]
Alert("PE AF060GRP - GROUP SAVED: "+cGrupoGravado)
Alert("PE AF060GRP - GROUP TYPED: "+cGrupoDigitado)
Return