I'm looking for an application (or *simple* development framework)
which will provide me with an easily accessible grid form for entering
data into a table.

Requirements:-
    This can be a web app or a [Linux] desktop one though I have a
    slight preference for a web app.

    Must be able to launch straight into the grid, no navigation
    through menus etc.  This rules out OpenOffice/LibreOffice really.
    I want to be able to say:-
        gridform <database> <table>
    or the equivalent in a link.  A 'SELECT' in addition would be fine
    just as long as it can all be done in one go when launched (or
    linked to).

    I want a 'clean' form, just the form, no menus or other clutter
    (similarly rules out OpenOffice/LibreOffice).

    Simple 'in form' data editing, just click on a field and change
    its data, on exiting the field the data is saved.  No pop-up boxes
    for data entry, no 'Save' buttons.

    Add rows at the bottom either by TABbing off the last field or
    possibly have a blank row at the bottom (like MS Access).

That's it really, I've no need for the ability to add columns, modify
the database or anything like that (it will be done elsewhere).  I'm
happy to do some programming, I'm resonably proficient in PHP and
Python (and C/C++ for that matter but I don't think I want to go
there).  I don't really want to have to install a whole web (or other)
development framework just to do this though so I probably want
something that's specifically aimed at databases if I'm going to
program it.



-- 
Chris Green
ยท

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

Reply via email to