Good evening.
Yesterday I posted a message regarding capturing the value of a caption in a variable radio group box . My goal is to have an item's (button) property in the group box change to identify items in the group box that are not present in the list of items that have been entered into a scrolling region. I can capture the value of the column name in a table which is identical to the caption value in the group box from an 'on exit' eep in the scrolling region But I don't have the itemindex value. Would the command below only capture the value of the button of the radio group if the [itemindex] value is known. GETPROPERTY <VRGCompID> RADIOBUTTONS[ItemIndex]->CAPTION vValue Because I only have a variable that matches the caption value of an item in the group box. . How would I get the 'itemindex' value to plug into the getproperty command so that I can alter the checked status of the radio button in the group box that has a caption value that matches my variable ? I'm beginning to think I have the wrong vehicle for this operation. Maybe displaying a list box or list view with a bold font or some property change for he items in the list box that are not in the scrolling region is the answer? Mike (the plumber)

