AccountBudgetYearAmount
This method returns the budget amount for a given account for the current fiscal year.
Syntax:
oBiz.AccountBudgetYearAmount(<cAccount>)
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 for the account 3200 for the whole year.
messagebox(oBiz.AccountBudgetYearAmount("3200"))