Options

report problem with array

voyager99voyager99 Member Posts: 15
edited 2005-03-10 in Navision Financials
Hi to all,

i have a problem with a report. I hope, one of you can help me ?!

I have a job and many resources for this job, about 8 resources.
I want to print the job with the resources.
The resources are printed in an array of 8 dimensions, but one resource is in one line, so the report need 8 lines. :cry:
I want to print two of these resources in one line. 4 resources left, and 4 resources right. ](*,)
Is there any solution ?

Thanks a lot.

Voyager99

Comments

  • Options
    AlbertvhAlbertvh Member Posts: 516
    Hi Voyager99

    If I get what you want do to do have a look at report 110 Customer Labels
    this will probably help you on your way.

    Cheers
    Albert
  • Options
    kinekine Member Posts: 12,562
    make integer section, repeat it from 0 to ((Count-1) div 2 + (Count-1))-1 mod 2 and on the line include values ResArray["No."*2+1] and ResArray[("No."+1)*2]... :-k
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.