Re: Bind dhRichClient RS to VSView Reporting Edition
- From: phil_mac <phil_mac@xxxxxxxxxxxxxx>
- Date: Fri, 25 Sep 2009 09:12:18 +1000
Schmidt wrote:
"phil_mac" <phil_mac@xxxxxxxxxxxxxx> schrieb im NewsbeitragOlaf
news:Ocq8N%23MPKHA.220@xxxxxxxxxxxxxxxxxxxxxxx
A project that I am moving from MS Access to SQLite uses VSView from
ComponentOne to produce reports. This was fairly easy to implement.
However I am not having any success with the change to SQLite. I have
used examples from VSView Help along with an example from Olaf of
binding to a vsFlexGrid, to create a class that (should) bind a
dhRichClient recordset to a VSReport.
I am unable to get this to work ...
The most Reporting-Tools "out there" work well with ADO-
Reocrdsets (be it disconnected ones or not).
And you can create a freestanding (disconnected) ADO-Rs
over the wrappers SQLite-Rs-Type using:
Dim AdoRs as AdoDB.Recordset
Set AdoRs = SQLiteRs.GetADORsFromContent
Then try to pass such ADORs' to your VSView-
Reporting-engine.
Alternatively (don't know, how large or complex your
Reports are) - you can try the Report-Classes, which
are available in the RichClient3-toolset too (there
should be some smaller Demos in the Demo-Package
how to use them).
Olaf
Thanks for your suggestion. Once I added a reference to ADO, your method worked fine. As I have quite a few report definitions already for VSView I will continue to investigate the possibility of writing a class similar to your cFlexBinding.cls.
Thanks
phil mac
.
- References:
- Bind dhRichClient RS to VSView Reporting Edition
- From: phil_mac
- Re: Bind dhRichClient RS to VSView Reporting Edition
- From: Schmidt
- Bind dhRichClient RS to VSView Reporting Edition
- Prev by Date: Re: Bind dhRichClient RS to VSView Reporting Edition
- Next by Date: dhRichClient3 FindFirst and Multiple Parameters
- Previous by thread: Re: Bind dhRichClient RS to VSView Reporting Edition
- Next by thread: dhRichClient3 FindFirst and Multiple Parameters
- Index(es):
Relevant Pages
|
Loading