Thanks for the information, but unless I misunderstand, I still need
database interaction for the data (as a DataSet object). I would like
to insert String object(s) into the report - no database interaction at
all. It is, indeed, the PUSH style that I'm after.
As an scenario, a user types a letter into an edit box. The text in the
box is then inserted into the report. In addition, I control the
strings for headers, footers, etc.
My hope is to us the Crystal Report as an object that allows me to print
text (from any source) using it's already built-in features.
Again, thinks for what you've added so far. It may be useful in the
future (or as a horrible alternative, as a back door method by using
database views created just for the purpose).
Balboos
> There are two ways to place data onto CrystalReport (.NET version, coming
> with VS.NET): "PULL" and "PUSH". "PULL" meanspointing report to a database,
[quoted text clipped - 37 lines]
>>
>>Balboos
Developer - 13 Dec 2004 01:45 GMT
I'm a recently new user of Crystal and VS.Net (inherited the project
that uses Crystal Reports, hate Crystal Reports), but I think you can
pass parameters to the reports, so a text box can display that parameter.
> Thanks for the information, but unless I misunderstand, I still need
> database interaction for the data (as a DataSet object). I would like
[quoted text clipped - 59 lines]
>>>
>>> Balboos
Balboos - 15 Dec 2004 14:50 GMT
Thanks, but I discovered 'parameters' prior to my original post. I'm
not looking to (1) add items to a picklist, or 2) force the user to go
through a prompt (for each?) item I write to the report. The parameter
option seems to be designed to invoke a popup. If the popup could be
avoided, and I could attach a value directly to the parameter to display
it to the screen, that would have been the way.
More snooping around, online, led me to a number of groups where the
same question as mine was being posed. Similarly, they have nothing
nice to say about the help/documentation. And no useful answers were
forthcoming.
Putting text directly into a report, without the need for extracting it
from a 'data source', would seem to be a rather natural need for report
design. The facility to do this should be well documented and easy to
impliment.
Thanks for the try,
Balboos
> I'm a recently new user of Crystal and VS.Net (inherited the project
> that uses Crystal Reports, hate Crystal Reports), but I think you can
[quoted text clipped - 65 lines]
>>>>
>>>> Balboos
Michael. - 29 Dec 2004 18:11 GMT
You don't actually need a database to fill the dataset object. you can create
one from scratch and fill it with the data you want.
> Thanks for the information, but unless I misunderstand, I still need
> database interaction for the data (as a DataSet object). I would like
[quoted text clipped - 55 lines]
> >>
> >>Balboos