Páginas filhas
  • AF060GRP_PE_INFORMAR_GRUPO_ATUAL_GRUPO_DIGITADO_TRANSFERENCIA_ATIVO

Entry Point

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



NameTypeDescription
GrupoGravadoCharacterThe group currently saved in the table SN1-Assets File
GrupoDigitadoCharacterThe group typed in the transfer screen

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

  • Sem rótulos