Has anyone had any problems using the Dialog.LargeSet type instead of
the Dialog.Selection type for a Selection Box Control?
To explain ...
When attached to a LargeSet, the Selection Box does not display the
contents although the GetName function will return values and I call
Dialog.UpdateList and Dialog.Update. If I open the dialog up to edit, I
sometimes get entries in the Selection Box but they are never changed
when Dialog.UpdateList and Dialog.Update are again called. As a test I
changed the type of the of the Field from Dialog.LargeSet to
Dialog.Selection and everything worked as expected (with less than 32
entries of course). It seems to be a problem with the Update.
Does this sound familiar to anyone, or am I doing something very wrong?
Then docn is not clear but I assume that the In, Incl and Excl member
functions of Dialog.LargeSet are there because its the LargeSet's
responsibility to remember which entries have been selected.
Thanks in advance,
Don