Register clist

Hi,



i am registering a clist to a column in js as follows:



manageSubjects.registerCList(7,[SubjectQuestionnaireNameClistArray] + “”); // where 7 is the column i want to assign it to



it has been working fine but i have noticed that if i have a name with lower case i.e. ‘big test’ it displays it with upper case i.e. ‘Big Test’ - but also it actually does put it in the clist as lower case.



i.e. in cell display it says ‘Big Test’ but when i drop down the Clist it shows in the drop dowm as ‘big test’ and therefore the item is not selected as ‘big test’ is not thje same as ‘Big Test’



am i doing something wrong when i register the array in the clist or is this a bug in the clist



thanks very much



richard



am i doing something wrong when i register the array in the clist or is this a bug in the clist
Please provide full code used for clist registration.
There is no lower|upper case transformation in code of clist, so most probably data changed before attaching to clist.

>>therefore the item is not selected as ‘big test’ is not thje same as 'Big Test’
If necessary it can be changed with pretty small modification.