Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AR Aging Report

Status
Not open for further replies.

robhob

Programmer
Dec 1, 2008
22
ZA
Hello

I've read a number of posts where people refer to an "AR Aging Report". Where do I find this report in v5.4A?

Thanks

Rob
PS. Excuse my ignorance - I'm not an ACCPAC guru or an accountant.
 
Thanks Ettienne. I thought as much. I'm trying to programatically calculate the 30/60/90 values per debtor. Any tips?

 
When I try AR0055 I get the following error "Invalid object name 'AR0055'
 
Works for me...
Code:
Dim mDBLinkCmpRW As AccpacCOMAPI.AccpacDBLink
Dim ARAge As AccpacCOMAPI.AccpacView

Set mDBLinkCmpRW = OpenDBLink(DBLINK_COMPANY, DBLINK_FLG_READWRITE)
mDBLinkCmpRW.OpenView "AR0055", ARAge

Set ARAge = Nothing
Set mDBLinkCmpRW = Nothing
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top