Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.

...

Bloco de código
languagecpp
themeRDark
titleEP Example
#Include 'Protheus.ch'

User Function AF251VLO()

      Local oGetDTot   := paramixb[1]
      Local oGetDadImp := paramixb[2]

      /*
      -------------------------------------------------------------------------
      Call - ExecBlock( 'AF251VLO', .F., .F., {@oGetDadTot, @oGetDadImp})
      Note: oGetDadosC, object of the upper tab "Complements", is private
      --------------------------------------------------------------------------
      */

      Alert("Entry Point Executed")
      oGetDTot:aCols[1,4] := 20000
      oGetDadImp:aCols[1][3]:= 10

      oGetDTot:ForceRefresh()
      oGetDadImp:ForceRefresh()

Return ({ oGetDTot, oGetDadImp })
Aviso
titleImportant
  • It is noteworthy that the customer is responsible for EP utilization and its impacts on the system.
  • The examples used in this documentation are for demonstration purposes only. Each customer must check what behavior they want to perform according to the scope of the entry point.

04. RELATED SUBJECTS

  • Not Applicable.