Subject: RE: Javascript (combo Box Dialog List) --Need help
You could also take a look at the atGetField() function I posted some time back – since field types can change in Domino depending on hide-whens, form formulas, and so on, it can be easier to have a consistent interface to field values that doesn’t depend on knowing the type ahead of time. With atGetField() you just need to throw either a field object or a field name at the function and you ALWAYS get back an array.