Reporting Components

Everything else that doesn't fall into one of the other PB categories.
nhokem
User
User
Posts: 60
Joined: Fri Mar 19, 2004 10:30 pm
Contact:

Post by nhokem »

Karbon wrote:I'll give you a hint with the OCX.. Just use OpenLibrary and CallFunction on it. An OCX is nothing more than a regular DLL with an ActiveX wrapper (and you can just not use that).
Karbon wrote:What I do is pass in an ID for the document I want to print and use ReportMan's internal query capability to pull data sets directly from an ODBC connection (which ReportMan supports natively).
WOOHOO! Thanks very much for that! :D

I had actually started to try the way you had mentioned earlier (using the Interface generator) before I gave up due to the query issues. Glad to know I can just treat it like a DLL!!!!
Cid
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

I should add that I've had problems with this setup. Namely "unknown error" popping up from within ReportMan. Since the error message is so specific I can't really debug it. It doesn't seem to happen often but it happens often enough for a few dozen people to have reported it already. IF they just pull the report again it seems to clear up quickly but it's sure annoying. One reason I switched to a 3rd party tool is that printing and such was so unreliable using webgadgets. It doesn't seem like I've improved the situation all that much so far.

I've been working with Toni (author of ReportMan) to get some work done in there so be on the lookout for a new release soon. A little financial motivation goes a long way :-)
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
nhokem
User
User
Posts: 60
Joined: Fri Mar 19, 2004 10:30 pm
Contact:

Post by nhokem »

Karbon wrote:It doesn't seem like I've improved the situation all that much so far.
:lol: I can relate to that!
Karbon wrote:I've been working with Toni (author of ReportMan) to get some work done in there so be on the lookout for a new release soon. A little financial motivation goes a long way :-)
Nice to hear that bit of news!
Cid
Post Reply