Prev: Report Export to BMP
Next: Report Pro question
From: Sandi on 19 Jan 2010 14:18 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 19 Jan 2010 17:15 Sandi, Have a look at Reporting Services. If you use the local server, you do not need SQL server installed. You just pass in a dataset that you build. I use it so when a user is on a screen, then can do a print of their grids. The same report also works when it is pulled from the database. Regards, Willie "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 4787 (20100119) __________ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > > > __________ Information from ESET NOD32 Antivirus, version of virus signature database 4787 (20100119) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com
From: Sherlock on 20 Jan 2010 07:00 Sandi snip[ MDReport is too much to compile with Vulcan. ] I think Denis rewrote this for .NET .. why not ask him. Phil McGuinness
From: Sandi on 21 Jan 2010 05:35 On 20 jan., 13:00, Sherlock <sherl...(a)sherlock.com.au> wrote: > Sandi > > snip[ MDReport is too much to compile with Vulcan. ] > > I think Denis rewrote this for .NET .. why not ask him. > > Phil McGuinness I tried, but got no response from him. I don't know if his email adress is even alive. Regards, Sandi
From: Geoff Schaller on 23 Jan 2010 20:33
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 |