Páginas filhas
  • AF060BRW - Entry point to filter the initial browse

Versões comparadas

Chave

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

AF060BRW - Entry point to filter the initial browse

Description

Entry point AF060BRW to filter the initial browse.

Notes

(from version 12.1.6)

Examples

User Function AF060BRW()


Local cFil := "N3_CBASE = 'BEM0000001' "


Alert("Displaying assets only from" + cFil)


Return cFil

Preview

 


See also

 


Language

Portuguese(Brazil)

Versions

Microsiga_Protheus12

Operating Systems Supported

All

Compatible with the following Databases

All

Updates

 


Parameters

 


Return

cFil : Expression to filter the browse.

Call events of the Entry Point

If(lAF060BRW)

cFiltro := ExecBlock("AF060BRW",.F.,.F.)

oBrowse:SetFilterDefault(cFiltro)

EndIf

Variables

 


Source Program

ATFA060.PRW