Topic Options
Rate This Topic
#137950 - 06/08/07 01:41 PM Table question
kokona Offline
Just Signed Up

Registered: 09/12/06
Posts: 2
I have a Person form with a table of Products. The table includes a checkbox field to "select" the product to be installed for this Person. It also includes a Permission/Group field.

The Product form contains all available products that can be installed and has a radio button field that indicates if this specific product can be installed multiple times.

What I'm trying to do is this:
the user selects a product that can be installed multiple times.
the table is updated to show a second record of the same product.

For example: Mary wants to have the Product 'Email Group' installed. She selects the 'Email Group' Product from the table and puts 'GroupA' in the Permission/Group field. When she loses focus from this row in the table, a new row appears with 'Email Group' as the Product so she can indicate that she wants Permissions/Group to 'GroupB' also.

Hope this makes sense.

Top
#137961 - 06/11/07 02:11 AM Re: Table question [Re: kokona]
Vincent_RIEDWEG Offline

Old Hand
****

Registered: 05/24/05
Posts: 1454
Loc: France
Hi,

You can do this using editable columns on you table field and some workflow to update the underlaying form.
_________________________
Vincent.

Top