Versões comparadas

Chave

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

...

Bloco de código
languagecpp
themeRDark
titleManipulação de PE no sistemaHandling of EP in the system
ExecBlock("A012RCOL",.F.,.F.,{oAux:aHeader, oAux:aCols, oAux})
Bloco de código
languagecpp
themeRDark
titleExemplo de PEEP Example
User Function A012RCOL()

      Local nx

      MsgAlert("Entered into Entry Point A012RCOL")

      If lSalvei
            //display 3 first fields of aHeadx
            For nX := 1 TO 3
                  MsgAlert("Field "+Alltrim(Str(nX))+": "+aHeadx[nX,2])
            Next
      EndIf

Return
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.

Handling of EP in the system

...

  • .

...

EP Example

User Function A012RCOL()

      Local nx

     

      MsgAlert("Entered into Entry Point A012RCOL")

      If lSalvei

            //display 3 first fields of aHeadx

            For nX := 1 TO 3

                  MsgAlert("Field "+Alltrim(Str(nX))+": "+aHeadx[nX,2])

            Next

      EndIf

...

04. RELATED SUBJECTS

  • Not Applicable.B