Prev: Report Export to BMP
Next: Report Pro question
From: Sandi on 24 Jan 2010 11:41 I understand it, but can I use it for reporting based on DBF files too? Or at least to create an array of data which I pass to report. Regards, Sandi "Geoff Schaller" <geoffx(a)softxwareobjectives.com.au> je napisal v sporocilo news:6sN6n.3046$pv.1721(a)news-server.bigpond.net.au ... > You are much better off learning and using MS Reporting Services. It is > free and basically is 1000 times better than MD Report, LL or Reportpro. > > The downside (like always) is that you have some learning to do. > > > "Sandi" <sandikastelic(a)gmail.com> wrote in message > news:hAn5n.414$UU2.33544(a)news.siol.net: > >> Hi to all. >> Is somebody in this group works with Combit List&Label? In my app I have >> a >> lot of >> hand coded reports, using data from databases and prepared in an array, >> which I print. I used MD Report for it, and MDReport is too much to >> compile >> with >> Vulcan. Obviously it uses a lot of low Windows functions. So I want to >> test >> things in VO first as I know a little about it, and later transform to >> Vulcan. >> Anyway I am considering in using LL. If someone can send me a little >> sample >> about it, it would be great, as I don't totally understand connection to >> data. The sample there is a little too little :) >> >> Thank you and regards, >> Sandi >
From: Willie Moore on 24 Jan 2010 14:07 Sandi, What you can do it to create a dataset that contains the data as read from the DBF. It is pretty much the same approach I used when using ReportPro. I would read my DBFs into a temp table and then swap it out at runtime. Here, you read your DBF into a in memory Dataset and then use the localserver to set the report's dataset to the one you created. Regards, Willie "Sandi" <sandikastelic(a)gmail.com> wrote in message news:pK_6n.639$UU2.58332(a)news.siol.net... > I understand it, > but can I use it for reporting based on DBF files too? Or at least to > create an array of data which I pass to report. > > Regards, > Sandi > > "Geoff Schaller" <geoffx(a)softxwareobjectives.com.au> je napisal v > sporocilo news:6sN6n.3046$pv.1721(a)news-server.bigpond.net.au ... >> You are much better off learning and using MS Reporting Services. It is >> free and basically is 1000 times better than MD Report, LL or Reportpro. >> >> The downside (like always) is that you have some learning to do. >> >> >> "Sandi" <sandikastelic(a)gmail.com> wrote in message >> news:hAn5n.414$UU2.33544(a)news.siol.net: >> >>> Hi to all. >>> Is somebody in this group works with Combit List&Label? In my app I have >>> a >>> lot of >>> hand coded reports, using data from databases and prepared in an array, >>> which I print. I used MD Report for it, and MDReport is too much to >>> compile >>> with >>> Vulcan. Obviously it uses a lot of low Windows functions. So I want to >>> test >>> things in VO first as I know a little about it, and later transform to >>> Vulcan. >>> Anyway I am considering in using LL. If someone can send me a little >>> sample >>> about it, it would be great, as I don't totally understand connection to >>> data. The sample there is a little too little :) >>> >>> Thank you and regards, >>> Sandi >> > > > __________ Information from ESET NOD32 Antivirus, version of virus > signature database 4802 (20100124) __________ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > > > __________ Information from ESET NOD32 Antivirus, version of virus signature database 4802 (20100124) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com
From: Philippe Mermod on 24 Jan 2010 14:18 Hi Sandi, With Crystal Reports, you can use DBF as database for the reports. Just take a look at http://www.pkl.ch/dev/creports.php then contact me if you need more informations. Samples with DBFs are included in the package. -- Phil Mermod Crystal Reports Library for Visual Objects http://www.pkl.ch/dev/ Sandi wrote: > I understand it, > but can I use it for reporting based on DBF files too? Or at > least to create an array of data which I pass to report. > > Regards, > Sandi > > "Geoff Schaller" <geoffx(a)softxwareobjectives.com.au> je > napisal v sporocilo > news:6sN6n.3046$pv.1721(a)news-server.bigpond.net.au ... > > You are much better off learning and using MS Reporting > > Services. It is free and basically is 1000 times better > > than MD Report, LL or Reportpro. > > > > The downside (like always) is that you have some learning to > > do. > > > > > >"Sandi" <sandikastelic(a)gmail.com> wrote in message > news:hAn5n.414$UU2.33544(a)news.siol.net: > > > > > Hi to all. > > > Is somebody in this group works with Combit List&Label? In > > > my app I have a lot of > > > hand coded reports, using data from databases and prepared > > > in an array, which I print. I used MD Report for it, and > > > MDReport is too much to compile with > > > Vulcan. Obviously it uses a lot of low Windows functions. > > > So I want to test things in VO first as I know a little > > > about it, and later transform to Vulcan. > > > Anyway I am considering in using LL. If someone can send > > > me a little sample about it, it would be great, as I > > > don't totally understand connection to data. The sample > > > there is a little too little :) > > > > > > Thank you and regards, > > > Sandi > >
From: Geoff Schaller on 24 Jan 2010 16:34
Sandi. Yes you can but that is pretty much not the point. However... Willie mentions one way. Another is to upload the DBF into a sql server on the fly. Performance is the issue - this would be the fastest way but the truly best solution is to go SQL. Geoff "Sandi" <sandikastelic(a)gmail.com> wrote in message news:pK_6n.639$UU2.58332(a)news.siol.net: > I understand it, > but can I use it for reporting based on DBF files too? Or at least to create > an array of data which I pass to report. > > Regards, > Sandi > > "Geoff Schaller" <geoffx(a)softxwareobjectives.com.au> je napisal v sporocilo > news:6sN6n.3046$pv.1721(a)news-server.bigpond.net.au ... > > > You are much better off learning and using MS Reporting Services. It is > > free and basically is 1000 times better than MD Report, LL or Reportpro. > > > > The downside (like always) is that you have some learning to do. > > > > > > "Sandi" <sandikastelic(a)gmail.com> wrote in message > > news:hAn5n.414$UU2.33544(a)news.siol.net: > > > > >> Hi to all. > >> Is somebody in this group works with Combit List&Label? In my app I have > >> a > >> lot of > >> hand coded reports, using data from databases and prepared in an array, > >> which I print. I used MD Report for it, and MDReport is too much to > >> compile > >> with > >> Vulcan. Obviously it uses a lot of low Windows functions. So I want to > >> test > >> things in VO first as I know a little about it, and later transform to > >> Vulcan. > >> Anyway I am considering in using LL. If someone can send me a little > >> sample > >> about it, it would be great, as I don't totally understand connection to > >> data. The sample there is a little too little :) > >> > >> Thank you and regards, > >> Sandi > > > |