I am newb to ACCPAC programming (and programming in general) and I am looking for information on ACCPAC ComAPI.
I know of some of methods like browse and fetch but I would like a more complete list along with how they should be used logically matter.
Does anybody know where to find this...
This array formula works fine on main report. The counter "i" increments and the array gets populated. The customer orders are aggregated together by customer name.
When I put the same array formula in the subreport, the counter "i" stays at 1 and does not increase. The array does not pick up...
Hi Everyone,
dim i as number
dim str as string
for i = 1 to 4
str = str + cstr(i)+ chr(13)
next i
formula = str
This simple formula field returns
1
I want it to return
1
2
3
4
if I take out the chr(13) i get
1234
I am using CR 11.
TIA
Hi Everyone,
CR 11
Is there a way to loop through the Details of a report and put them into a array?
I want to gather all the details output and do some work on them.
TIA,
Hi all,
I have a main report with a sub report linked by a sequence number field.
When I run the report there are multiple instances of the same item in details of sub report because the sub report displays items by sequence numbers.
Is there a way to summarize the items that are the same in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.