On Fri, 24 Mar 2017 19:29:07 +0000 (UTC)
Craig Bisgeier <cbisge...@yahoo.com> wrote:

> I am wondering if anyone can recommend a free or low-cost reporting
> solution that will work with SQLite and be compatible with Visual
> Basic 2015 as an embedded or callable application?  This is a project
> that will never make a lot of money so cost is an object.  

Although it uses tools rarely seen in VB environments, I recently wrote
a utility to produce simple reports.  

        https://github.com/jklowden/sqlrpt

Numeric columns are aligned on the decimal point and formatted with the
thousands separator consistent with the locale.  Wide text columns are
formatted to fit nicely on the page. 

Groff is available as a Windows binary.  As a typesetting system,
it's very different from Crystal Reports.  But it's certainly capable
of producing anything you're likely to need.  

--jkl
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to