Re: Data entry screen building utilities

From: "Prasanth Kumar" <kumar1(at)home(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Data entry screen building utilities
Date: 2001-01-23 03:03:07
Message-ID: 000801c084e9$031a8550$afc8b018@c654771a
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

<snip>
>Rather than writing PostgreSQL data entry screens from scratch using
ncurses and >cdk, is anyone aware of any data entry screen building
utilities useful for character->based screens, as opposed to GUI utilities?
>
>Tim
<snip>
I don't know of such a utility but I remember that the tool 'pgaccess' lets
you create simple form under Tk/Tcl and saves it as a simple string in the
database. Maybe you could create a ncurses based library to parse this
string and produce a text based data entry screen?

--
Prasanth Kumar
kumar1(at)home(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2001-01-23 03:50:49 Re: syntax of outer join in 7.1devel
Previous Message Stephan Szabo 2001-01-23 02:57:47 Re: 'plpgsql' oddity