[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: List widget in forms
From: |
Derek Neighbors |
Subject: |
Re: List widget in forms |
Date: |
Wed, 29 May 2002 08:12:17 -0700 |
> We're planning to use GNUe Forms for a real project. After having
> played around with it a bit, the main shortcoming in my opinion is
> absence of a list widget for the related records.
>
> Is there any alternative/workaround for that available? Maybe it
> would make sense to implement this list widget?
I assume you mean a 'grid'. If so it exists by putting a rows="3" or
such in your entry widget and that will make that entry widget repeat.
Inspect the zipcode sample in cvs and you will see it.
-Derek