Re: [GENERAL] Please Recommend a Front End App

2005-05-13 Thread Wolfgang Keller
Kurt Gibson wrote: > One important solution I created in Filemaker Pro requires very > detailed and exact replication of official court forms with database > data entered on the forms. Imagine a form with small type, boxes and > spacing that must be exactly as on the official form and data from >

Re: [GENERAL] Please Recommend a Front End App

2005-05-13 Thread John Dean
Hi Why not take a look at Rekall - http://www.totalrekall.co.uk. Rekall is a RAD tool for building database applications. It is similar to both FileMaker and MS Access but costs a faction of the price. Rekall supports PostreSQL natively as well as several other database engines. An ODBC interfa

Re: [GENERAL] Please Recommend a Front End App

2005-05-12 Thread Sean Davis
On May 12, 2005, at 7:44 PM, John DeSoi wrote: On May 12, 2005, at 7:06 PM, Kurt Gibson wrote: One important solution I created in Filemaker Pro requires very detailed and exact replication of official court forms with database data entered on the forms. Imagine a form with small type, boxes and

Re: [GENERAL] Please Recommend a Front End App

2005-05-12 Thread Scott Frankel
Though I haven't embarked on any expeditions into the world of printing yet, I've found Python to be a terrific language for db access. My solution uses Apple hardware, OSX, postgres, the psycopg programming interface to Python, Python, and my slowboat hacking with wxPython to build a GUI fro

Re: [GENERAL] Please Recommend a Front End App

2005-05-12 Thread Ned Lilly
Kurt, you might want to take a look at OpenRPT (http://pgfoundry.org/projects/openrpt/) - it's a Crystal/Access type report builder for PostgreSQL that works great on any of the feline Mac products. We don't do print to PDF yet, however, someone has raised his hand to work on that with some exis

Re: [GENERAL] Please Recommend a Front End App

2005-05-12 Thread Joshua D. Drake
with Filemaker, a database is a table. Each file only has one table and all layouts/reports/forms and scripts are in the same file. This setup has pros and cons that are irrelevant now. I'm not familiar with FileMaker, but my understanding is that it can communicate with other databases via O

Re: [GENERAL] Please Recommend a Front End App

2005-05-12 Thread John DeSoi
On May 12, 2005, at 7:06 PM, Kurt Gibson wrote: One important solution I created in Filemaker Pro requires very detailed and exact replication of official court forms with database data entered on the forms. Imagine a form with small type, boxes and spacing that must be exactly as on the offici