Árvore de páginas

Versões comparadas

Chave

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

...

{ "TITULO DO CAMPO_TABELA", "CAMPO"}

Abaixo temos a relação dos campos:

TITULO DO CAMPO_TABELAABACampo
POSTO_TFLLocaisPosto
POSTO_LCAAlocação em LotePosto
POSTO_LGYGrid: AtendentesPosto

Exemplo de utilização: 

Bloco de código
languagetext
#INCLUDE 'protheus.ch'
#INCLUDE 'parmtype.ch'
#INCLUDE "FWMVCDEF.CH"

User Function TecF3190()
Local aRet  := {}

Aadd(aRet, {"POSTO_TFL", "TFL_DTINI" } )
Aadd(aRet, {"POSTO_TFL", "TFF_CODPAI" } )
Aadd(aRet, {"POSTO_LCA", "TFL_DTINI" } )

Return aRet

...