Árvore de páginas

Versões comparadas

Chave

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

...

Bloco de código
languagedelphi
themeMidnight
titleOJD01AGR (ADVPL)
linenumberstrue
#include "Protheus.ch"
#include "TOTVS.ch"

User Function OJD01AGR()
    Local cTbl := "" 
    cTbl := PARAMIXB[1]

    if cTbl == "SB1"
        MsgInfoConout("Tabela SB1")
    elseif cTbl == "SB5" 
        MsgInfoConout("Tabela SB5")
    else
        MsgInfoConout("Tabela não informada")
    endif
Return 

...