Hi Sepehr,
the data of the report is stored within a form of the reportdocument.
The name of the form is "ReportSource" and it contains hidden Controls
where all the necessary data of the report is stored; e.g the used
generated sql command of the report is stored in a hidden Control named
"Command". What you have to do is to add your new column to all of the
hidden controls correspondingly and add a userfield of your column to
the corresponding document table (name of the userfield must match the
table column name).
I hope this helps you further
Berend
Sepehr Kiani schrieb:
Hi again,
For the life of me I can't figure out how to add a column to a report
table.
Basically I have built a tabular report and now I want to add a new column
for a new field in the query. The columns and data sources seem to be hard
coded. Is this possible? Is there a good tutorial on this?
thanks,
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]