Listbox

How to populate values programmatically to listbox in lotus script

Subject: populating listbox choices with LotusScript

Assuming you mean a listbox field on your form that you would like to set the choices for, you can’t.

You can, however, use LotusScript to write some data somewhere that the keyword formula of the field can read. Where you write it, is up to you.