This topic is locked

Multi Records

12/24/2007 11:05:59 AM
PHPRunner General questions
B
barbary author

Dears,

Is there a way to select multi values from a drop down list ??

and every value to be written in a seperate record with the same other values

Thanks

J
Jane 12/25/2007

Hi,
you can set up your multi-dropdown box on the "Edit as" settings dialog, then parse selected values and insert another records in the Before record added event on the Events tab.

B
barbary author 12/27/2007

Dear,

I think I cwasn't clear, all I wanna know is how to be able to select multiple values in the same feild

for example, if you have a dropdown list that contains numbers from 1 to 10, each in a row

how can I be able to select multi values like from 1 to 5 in the same step, like holding ctrl and selecting values.
Thanks

Alexey admin 12/27/2007

Hi,
use Multiline option in Lookup wizard settings dialog in PHPRunner to make dropdown multiselectable.

B
barbary author 2/4/2008

Dears,

I did that, but nothing happened, still I can select only 1 option from the dropdown list.
can you help me ??????

J
Jane 2/5/2008

Hi,
it's difficult to tell you what's happening without seeing actual files.
Please publish your project on Demo Account and post a URL to your pages here or send it to [email=support@xlinesoft.com]support@xlinesoft.com[/email] along with instructions on reproducing this error.

I'll find what's wrong with your project inspecting it at Demo account site.

B
barbary author 2/7/2008

I tested it again and it worked fine, but I have a question.

It gives me all the values in one record, I want to separate each value in a record, meaning that when selecting 8 values from (POP_ field) to add 8 records in the database.

how can I do that ??
BR,