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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: metalgears
  • Content: Threads
  • Order by date
  1. metalgears

    ACCPAC Comapi

    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...
  2. metalgears

    Accpac Object Model Book?

    Anybody have any recommendations for a good book relating to the Accpac object model? TIA metalgears
  3. metalgears

    RE: Array in Subreport

    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...
  4. metalgears

    Carriage return problem with CR 11

    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
  5. metalgears

    Loop through Details output?

    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,
  6. metalgears

    Multiple items in the subreport details

    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...

Part and Inventory Search

Back
Top