Home > Archive > Visual Basic Crystal Reports > June 2005 > Refreshing Data in field explorer
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Refreshing Data in field explorer
|
|
|
| I'm using a dataset, which is built in a Web Service using C#, and
every time I add a column in the Web Service I have to remove the
tables in the report and add them back, which removes them from the
report. There must be a better way to do this, but I can't seem to
figure it out. Any Ideas??
| |
| Brian Bischof 2005-06-08, 8:59 pm |
| Close the IDE, re-open it and do a Verify Datasource. If that doesn't work
then do a Set Location and pick the DataSet again.
HTH,
Brian Bischof
www.CrystalReportsBook.com
"CJS" <c lier@vodavi.com> wrote in message
news:1118264641.910557.139670@z14g2000cwz.googlegroups.com...
> I'm using a dataset, which is built in a Web Service using C#, and
> every time I add a column in the Web Service I have to remove the
> tables in the report and add them back, which removes them from the
> report. There must be a better way to do this, but I can't seem to
> figure it out. Any Ideas??
>
| |
|
| That did it. Thank you very much.
|
|
|
|
|