Report Designing

VettriVettri Member Posts: 16
edited 2003-10-15 in Navision Attain
Hi all,
I'ave a problem in customizing the report.

In the Relatioship Management , Questionnaire - Handouts (Report id 5066). this report is based on the table (Profile Questionnaire Line).

We would like to have both question and answer attached to it to appear in the same page.
We can't have question and answers to appear in two different pages.
If a end of page comes both the question and answers need to be shifted to next page.

Can anyone suggest how this can be done!!!

Regards,
Vettri... :(

Comments

  • SbhatSbhat Member Posts: 301
    Hi,

    You need to create a temporary table which would have fields from both the table and on predataitem of the data item you need to write a routine that would populate from both the table and populate the temporary table and you could then drive the report from this temporary table. Please remember to delete the temporary table every time you run the report.

    Thanks
    Best regards
    Suresh
    New York.
  • eromeineromein Member Posts: 589
    It think you sould use the "KeepWithNext" property. This property can be found on header sections.

    Play with it and read the manual, this property needs to be set just right or it does not work.

    good luck!
    "Real programmers don't comment their code.
    If it was hard to write, it should be hard to understand."
  • VettriVettri Member Posts: 16
    Dear eromein & Suresh,

    Thank you eromein & Suresh......
    I'ave tried the "KeepWithNext" property, it doesn't work in this case.After trying with the properties only i'ave posted it in the forum.
    I'ave to try for the temporary table, as suresh suggested.

    Thanks A lot.

    Regards,
    Vettri.....
  • eromeineromein Member Posts: 589
    Did you check the manual (developers guide) on the keepwithnext property?

    Because I think you have to set this property on more sections to get it working.
    "Real programmers don't comment their code.
    If it was hard to write, it should be hard to understand."
  • VettriVettri Member Posts: 16
    Yes i'ave cheched it................but no use......
Sign In or Register to comment.