I have been able to set up multiple choices using this code in the footer. I have also selected listing box for the type of selection, and have check that I have spelled the name correctly as in the file, and set up the var x and x a different and unique field. Why can't I get this one entry to multiple select?
Thanks for your help.
this is the code I used and it works fine for all muy other selections:
var fieldName1 = "InsertRecordUtilities_Available";
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
melinda
I have been able to set up multiple choices using this code in the footer. I have also selected listing box for the type of selection, and have check that I have spelled the name correctly as in the file, and set up the var x and x a different and unique field. Why can't I get this one entry to multiple select?
Thanks for your help.
this is the code I used and it works fine for all muy other selections:
var fieldName1 = "InsertRecordUtilities_Available";
var x11=document.getElementsByName(fieldName1);
x11[0].multiple=true;
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.