AccountBudgetPeriodAmount
This method returns the budget amount for a given account in a given period.
Syntax:
oBiz.AccountBudgetPeriodAmount(<cAccount>,<nPeriod>)
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 period of November.
messagebox(oBiz.AccountBudgetPeriodAmount("3200", 11))