Glenn,
I wish there was a findstring method for the combobox. There is not so I used an evaluate. I am using Fujitsu Powercobol v7. I can see this is going to be needed for every combo box used. It is too bad you can't just set a property of the combo box to show the current value or...
That is what I am trying to do, but the value is not the first item in the list. So are you saying that to display the value from the record I will have to search one by one through the list to find the value and then set the listindex to it so it will display every time I display a record? I...
We had a situation like that and I used a case which was much easier to read and understand.
case( app_type when "Zoning" then "Zoning (242800 - 100-0740-4334-00000)"
when "Building" then "Building/Storm Drain (242800 - 100-0750-4374-00000)"
when...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.