[Stackoverflow] [Progress OpenEdge ABL] How to test for an item in a radio set

Status
Not open for further replies.
J

JSS

Guest
In OpenEdge Progress, I want to add an item to a radio set, but first I want to test to make sure that it is not already there so it won't be duplicated. Is there a better way to do this other than :

dummy-log = radioset:delete(value) no-error. dummy-log = radioset:add-last(label,value).

Using :delete causes issues if the current record has this as a screen value.

We use OpenEdge Release 10.2B05.

Continue reading...
 
Status
Not open for further replies.
Top