Hi,
If you are using Crystal 7 or higher, then it is possible to bind a
report to a COM dataset, such as ADO, RDO or DAO objects.
If you are using an older version then the only way would be to popluate
your recordset into a DataControl in VB and then bind the OCX to the
DataControl.
In both cases, this is documented in Crystal's developr.hlp file.
--
--
Sincerely,
Brian Dong
To reply, remove nospam from the address.
Quote:
>I have a situation where I fetch data in VB but need to display it as a
>Crystal report. I don't know if this is possible at all with Crystal. In
>short, is it possible to bind data fetched in VB to a crystal report if so
>how ? I also need to display the results as a graph in Crystal. I have
>searched for examples but found none. I would be grateful if someone threw
>light on the issue.