On Fri, 17 Aug 2018, Bob Sisson wrote:

I am looking for a cross platform app builder that will use SQLite to
build an inspection checklist that will build a "summary page" that takes
selected check boxes, radio buttons and pull downs and looks up their
expanded values and fills in a summary page to be printed.

Bob,

  Since SQLite is an embedded database back end to an application you need
both a UI and middleware. What you use depends on the platform on which you
run your computers and the language you prefer to use to build your tools.

  Without knowing any of this I will crawl out on a limb and suggest you use
Django <https://www.djangoproject.com/>.

HTH,

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

Reply via email to