Description | The entry point AF035VAL() allows the values added to the Asset Postings routine (ATFA035) to be manipulated. |
---|
<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="ecb77608-812c-4de8-8155-1bbc51de6103"><ac:plain-text-body><![CDATA[
Examples | User Function AF030VAL() Local nVlVend := 0 Local aBxAtivo := {} Alert("Entry Point AF035VAL() 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 |
---|
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 ATFA035 routine. |
Source Program | ATFA035.PRW |