Páginas filhas
  • AF36AFIL - Creation of asset filters to select in the batch asset posting screen

Versões comparadas

Chave

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

Description

Entry point AF36AFIL creates asset filters for selection in the batch asset posting screen.

Notes

It substitutes the entry point AF03AUTFIL.

Examples

/*/

{Protheus.doc} AF36AFIL

@author TOTVS

@since 06/05/2014

@version 1.0

/*/

User Function AF36AFIL()

Local cQryFil := " "

cQryFil := " SN1.N1_CBASE = 'ATF0073 ' "

Help("" ,1, "AF36AFIL",,"Entry point to create asset filters for selection in the batch asset posting screen." ,1,0)

Return cQryFil

Language

Portuguese(Brazil)

Versions

Microsiga_Protheus12

Operating Systems Supported

All

Compatible with the following Databases

TOTVSDBAccess

Return

Return Character (cQryFil := ' SN1.N1_QUANTD = 1 ')

Source Program

ATFA036L.PRW