Páginas filhas
  • AF030VAL() - Manipulate asset posting values

Versões comparadas

Chave

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

AF030VAL() - Manipulate asset posting values

Description

The entry point AF030VAL() allows the valued added to the Asset Posting routine (ATFA030) to be manipulated.

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="6561abdb-a9e2-4946-83a4-fa3ca1d02384"><ac:plain-text-body><![CDATA[

Examples

User Function AF030VAL()

Local nVlVend := 0

Local aBxAtivo := {}


Alert("Entry Point AF030VAL() run.")


AADD( aBxAtivo, { "N3_CBASE" , SN1->N1_CBASE } )

AADD( aBxAtivo, { "CNOTA" , SN4->N4_NOTA } )

AADD( aBxAtivo, { "CITEM" , SN1->N1_ITEM } )

AADD( aBxAtivo, { "N3_TIPO" , SN3->N3_TIPO } )

AADD( aBxAtivo, { "CSERIE" , SN4->N4_SERIE } )

AADD( aBxAtivo, { "VLRBAIXA", SN3->N3_VORIG1 } )

AADD( aBxAtivo, { "NQUANT" , SN1->N1_QUANTD } )

AADD( aBxAtivo, { "AUTPERCBX" , 100 } )

AADD( aBxAtivo, { "NVLVEND" , SN4->N4_VENDA } )


nVlVend := aBxAtivo[9][2]


Return nVlVend

]]></ac:plain-text-body></ac:structured-macro>

Language

Portuguese(Brazil)

Versions

Previous_Versions

Operating Systems Supported

All

Compatible with the following Databases

All

Return

nVlVend

Call events of the Entry Point

Posting an asset in the ATFA030 routine.

Source Program

ATFA030.PRW