Páginas filhas
  • DT A010BRWT/A012BRWT Add Filter to the Browser

Versões comparadas

Chave

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

...

Bloco de código
languagecpp
themeRDark
titleManipulação do PE no SistemaHandling of EP in the System
linenumberstrue
collapsetrue
Local lA010Brwt 	:= ExistBlock("A010BRWT")

If lA010Brwt
	cFilter := ExecBlock( "A012BRWT", .F., .F. )
	cFilter := If(ValType(cFilter) == "C", cFilter, Nil )
Endif  
Bloco de código
languagecpp
themeRDark
titleExemplo de PEEP Example
linenumberstrue
collapsetrue
User Function A010BRWT() //ok, documentar no tdn
 
	// Não necessario colocar codigo, so compilar para ser feita o redirecionamento pra o A012BRWT.
 
 
Return cFiltroA


User Function A012BRWT()// OK
 
	Local cFiltroA  := " SN1->N1_CBASE = 'TESTE' "
 
 
Return cFiltroA


...

Informações
titleInformation


PE Parameters:

Parameter

Type

Description

Use

Required

Not Applicable

Not Applicable

Not Applicable

Not Applicable

No



What should be returned:

Return

Type

Description

Required

cFiltro

Character

The filter returned by the user

Yes



05. RELATED SUBJECTS

  • Not Applicable.