This topic is locked

Multiselect Option

2/29/2008 4:06:07 PM
PHPRunner General questions
M
monoofy author

Hello to you all,

First, I really wanna say that your software is magnificent.

I have a little question ... I have a field to be multi selected.

I select for example, 6 values.

When I add this record, all values are in the same record.

Is there a way to make each value to be added in a separate record with all the rest values??
Thanks,

F
Fanta 3/1/2008

Hello to you all,

First, I really wanna say that your software is magnificent.

I have a little question ... I have a field to be multi selected.

I select for example, 6 values.

When I add this record, all values are in the same record.

Is there a way to make each value to be added in a separate record with all the rest values??
Thanks,


I have the same question few posts below (multiselect+listbox+one-to-many). I still didn't get the answer. If anybody knows any solution, will he share that knowledge with the rest of us???

J
Jane 3/3/2008

Hi,
use Before record added/Before record updated events on the Events tab to parse entered value and insert new records.