We are starting to use Fujitsu Powercobol v7 and have been using Fujitsu Netcobol v6 and v7 for a while. The question I have is what is the code needed to show in a combo box the current value of the record? I know how to add to it using the addstring method and it works when the combobox is set to simple. But simple looks bad because it has a text box on top and then a list box below it all the time. This takes up too much screen area. I just want to use a dropdownlistbox and then when a user pulls up a record to display the value in the record in the listbox and then if the user wants to change it they can scroll down using the arrow. I don't think this is a lot to ask. Any ideas? This is very basic in VB or PowerBuilder.