Thread: Forms generator ?

Forms generator ?

From
Stuart Adams
Date:
  Looking for a forms generator for a web based UI for
  entering/modifiying/viewing a table's records.

  Any recommendations ???

Thanks,
    Stuart

Re: Forms generator ?

From
Thomas Kellerer
Date:
Stuart Adams wrote on 28.10.2009 17:59:
>
>  Looking for a forms generator for a web based UI for
>  entering/modifiying/viewing a table's records.
>
>  Any recommendations ???
>
> Thanks,
>    Stuart
>
I haven't used this (yet), but once:Radix seems to be what you are looking for

http://www.oncetechnologies.com/newonceradix/index.html

Thomas



Re: Forms generator ?

From
Ries van Twisk
Date:
Hi Stuart,

I have seen some form generators, but for some reason or the other
they always partially worked,
or never fit my dataset because more often then others they assume
very simple relations.

Nowdays I tend to use Adobe Flex for a lot of my work (there are some
form generators for it :) )
and make simple RPC services or using AMF3 (Java and PHP do have some
nice frameworks, amfphp and Blaze-DS come into my mind)
If you are into buying a commercial subscription then weborb is worth
to take a look at, although I am not sure anymore if
it has a form generator...


Ries



On Oct 28, 2009, at 11:59 AM, Stuart Adams wrote:

>
> Looking for a forms generator for a web based UI for
> entering/modifiying/viewing a table's records.
>
> Any recommendations ???
>
> Thanks,
>   Stuart
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general




Re: Forms generator ?

From
Marcin Stępnicki
Date:
Dnia Wed, 28 Oct 2009 12:59:22 -0400, Stuart Adams napisał(a):

> Looking for a forms generator for a web based UI for
>   entering/modifiying/viewing a table's records.
>
>   Any recommendations ???

http://python-rum.org/
http://www.djangobook.com/en/beta/chapter06/


Re: Forms generator ?

From
Thom Brown
Date:
2009/10/28 Stuart Adams <sja@brightstareng.com>:
>
>  Looking for a forms generator for a web based UI for
>  entering/modifiying/viewing a table's records.
>
>  Any recommendations ???
>
> Thanks,
>   Stuart
>

Do you mean a full-access web app like phppgadmin?
http://phppgadmin.sourceforge.net/

Thom

Re: Forms generator ?

From
Mark Morgan Lloyd
Date:
Stuart Adams wrote:
>  Looking for a forms generator for a web based UI for
>  entering/modifiying/viewing a table's records.
>
>  Any recommendations ???
>
> Thanks,
>    Stuart

I've been using OpenOffice Base to hack something needed in a hurry. Not
bad with the native SDBC driver on Debian i386, problems on SPARC and
PPC (form creation wizard broken, ODBC suspect) but I've not had time to
investigate properly.

To do the job properly I'd be using Lazarus.

--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]