Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

"One or more of the option for this picklist are not in the range of allowed values."

40 views
Skip to first unread message

alper

unread,
Feb 12, 2008, 3:49:59 AM2/12/08
to
I have error like this
"One or more of the option for this picklist are not in the range of
allowed values."

My code for picklist.


var connection = new ActiveXObject('ADODB.Connection');


var connectionString =
'Provider=SQLOLEDB;Server=MYSERVER;Database=MYDB;integrated
security=SSPI';


connection.Open(connectionString);


var query = 'SELECT intId, strGrupAd FROM tblFirmaGrup';
var rs = new ActiveXObject('ADODB.Recordset');


rs.Open(query, connection, 1, 2);
rs.moveFirst();


while (!rs.eof)
{
var oyIntId= rs.Fields(0).Value;
var oyStrGrupAd =
rs.Fields(1).Value.toString();


crmForm.all.oy_firmagrup.AddOption(oyStrGrupAd, oyIntId);


rs.moveNext();
}


My picklists are runnig very well but when i try to save form i get
error
"One or more of the option for this picklist are not in the range of
allowed values."


Please help me!
Regards

hassa...@gmail.com

unread,
Jun 22, 2015, 7:22:42 PM6/22/15
to
Morning, did you end up getting any solution to this.
0 new messages