This topic is locked

Form in report

12/9/2009 5:00:08 AM
ASPRunnerPro General questions
D
danivale author

Hi!

I created a report composed by 3 groups. I want that the 3th group of the records could be modified.

For example:
Project Name 1 (1st group)

---------------------------------------------------------

Purchases budget € 1000,00 (2nd group)

---------------------------------------------------------

hardware AA € 200,00 01/12/2009 (3th group)

software BB € 150,00 06/12/2009

etc..

---------------------------------------------------------
Project Name 2 (1st group)

---------------------------------------------------------

Purchases budget € 2000,00 (2nd group)

---------------------------------------------------------

hardware CC € 300,00 01/12/2009 (3th group)

software DD € 450,00 06/12/2009

etc..
I want that all the values of the records in the 3th group could be fields of a form (such as the records of pages created from a simple table). Is it possible?

Thanks

J
Jane 12/9/2009

Hi,
I'm not sure that I understand your question.

Could you clarify what form you need on the report? Where do you use this form?

D
danivale author 12/9/2009

I need an inline update of the values in the 3th group:

For the first project I want to modify the values in the two rows

€ 200,00 and 01/12/2009

€ 150,00 and 06/12/2009
For the second one I want to modify

€ 300,00 and 01/12/2009

€ 450,00 and 06/12/2009
Maybe using the same method of the inline update of the table pages (that is clicking an icon in the respective record)



Hi,
I'm not sure that I understand your question.

Could you clarify what form you need on the report? Where do you use this form?

J
Jane 12/9/2009

Hi,
unfortunately there is no easy way to add InlineEdit on the reports. This task requires a lot of custom code in the generated files.

D
danivale author 12/9/2009

So, how can I create a list of elements coming from tables in join and make some rows editable?

With "table" is not possible, with "query" too...must I customize my code?



Hi,
unfortunately there is no easy way to add InlineEdit on the reports. This task requires a lot of custom code in the generated files.

J
Jane 12/10/2009

Hi,
I recommend you publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages. I'll try to find a workaround.