CashFlowDetAmountBudget
This method returns the budget amount for a group of accounts.
Syntax:
CashFlowDetAmountBudget(<nCashFlowDetId>)
Parameters |
Description |
nCashFlowDetId |
Identifier of the account group for which the budget amount has to be returned. |
Example:
*/ Instantiate end set the database location.
oBiz = createobject("bizinfo.application")
oBiz.cDatabasePath = "C:\WinBIZ Data"
oBiz.nCompany = 1000
oBiz.nYear = 2017
*/ Show the budget amount for the account group with identifier = 9
messagebox(oBiz.CashFlowDetAmountBudget(9))