Árvore de páginas

Versões comparadas

Chave

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

...

Bloco de código
languagejava
themeMidnight
firstline1
titleExemplo de execução
linenumberstrue
#include 'Protheus.ch'     

User Function F580BROW()
    Local cNum    := '000000001'
    Local cFiltro := ""
    
    SET FILTER TO DbSelectArea("SE2")
    
    cFiltro := "E2_FILIAL == '" + xFilial("SE2") + "' .AND. "
    cFiltro += "E2_NUM == '" + cNum + "'"
    
    DbSetFilter({|| &(cFiltro)}, cFiltro)
    
    SE2->(DbGoTop())
    
Return (NIL)


Templatedocumentos

...