Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Help - Re Build Field List

edited September 2004 in General
I am using Delphi 7, RB 7.03, and DOA to connect to an Oracle DB. Here is
my problem. I had to add a field to the query (TOracleDataSet) and added it
to the Fields list of the dataset.When I went to the Report the field was
not visible. So I went to the report pipeline (TppDBPipeline) and noticed
that there is a fields editor there. I envoked the fields editor and
clicked Add. The field did not show up. Instead I got dbRptPipeppField12.
In trying to get the field to show up I did something (don't know what) and
now I don't have any fields in the Fields Editor.

So, question is - How do I add a field to the pipeline after modifying the
SQL statement.

Thanks
Richard Anderson

Comments

  • edited September 2004
    Set the AutoCreateFields to False an then back to true.

    --
    ---
    Guillermo Casta?o Acevedo
    www.GrupoMillennium.com
This discussion has been closed.