Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. cityosh

    Power Cobol combo box

    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...
  2. cityosh

    Power Cobol combo box

    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...
  3. cityosh

    Describe function knightmare !!!

    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...
  4. cityosh

    Power Cobol combo box

    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...

Part and Inventory Search

Back
Top