My issue is that I have a list of selection values in mixed case, for a form. LID selections bring the value as is but Portal changes them all to Upper Case and then proceeds to say 'Value Not in list:...'. How do I fix that?
The field is probably defined as Alpha instead of AlphaLower. in the screen definition change the A to AL for the field with the value list. Be careful if you are doing this to a Lawson delivered database field though, it could impact much more than just your one form, and if the database definition have a value list it still will not work if that list is upper case as well.
John, I did solve the 'Upper Case' issues I was having. Thanks.
I still have the other issue, though, where on an ADD function, Portal returns a message 'Value Not In list .....' even when I select a value from the list of Vendor numbers! Please see description in my response to Gary, above.