Thread: data entry forms

data entry forms

From
SierraAdm@aol.com
Date:
  We have a character based data entry application on dumb terminals.
  We would like to use postgres (postgreSQL) as the data base.
  What tools are available for creating data entry screens on dumb terminals?

Re: [GENERAL] data entry forms

From
Stephan Doliov
Date:
This is probably not the world's most helpful response, but maybe it will
point you in the right direction.

What tools are there for creating screens on dumb terminals (regardless of
where the data is being written to)? I'd think that libcurses would be a
place to look. If that answers your question, then perhaps you are curious
as to how to send data from data entry screens created in C or C++ back to
postgresql.  look into libpq.  if you have updated your MANPATH to search
the postgres install directory's man (e.g. /usr/local/postgres/man) pages
directory, than man libpq will send you on your way to programming in C to
get to the database.

As for other tools, you'll notice that I also replied this to the
pgsql-interfaces@postgresql.org mailing list, as the smart folks there may
better be able to answer your question.  To subscribe to this mailing
list, send email to pgsql-interfaces-request@postgresql.org and put in the
body the text "subscribe" (without the quote marks of course).  that'll
get you on that mailing list also.

keeping info in the family :-),
steve doliov

On Thu, 2 Jul 1998 SierraAdm@aol.com wrote:

>   We have a character based data entry application on dumb terminals.
>   We would like to use postgres (postgreSQL) as the data base.
>   What tools are available for creating data entry screens on dumb terminals?
>


Re: data entry forms

From
Ken Rich
Date:
http://www.decus.org/libcatalog/document_html/vs0088_25.html sez:
    SHELLFORMS.TAR-Z
        A program to provide a forms-editor interface to shell scripts.
        Contributor: Paul Lew <lew@gsg.uucp>

I have used it a little, though I never quite got up the courage to do
anything production with it.  It is a program that you can use from
inside a shell script or perl program.   It can output Perl code
(variable assignments) containing the values scarfed from the data entry
screen.

--
-ken rich           fault___
                            \___of the mind
                                              kenr@cc.rochester.edu