Search results

  1. A

    One row at many times

    Ok, I'm hoping someone can help me. I have ODBC set up with PHP. When I fetch rows from my results list, I get the right number of results, but the output doesn't change when I $print = odbc_result($result, 1); I don't know what's going on!!! holdate PlantAbr Description...
  2. A

    Is SQL92 installed?

    I asked our UNIX guy if he'd consider reinstalling Progress so we could add the SQL92 server. He said he thought they installed both the SQL92 and the 4GL server. Is there a way I can check to see if the SQL92 is installed before I try setting up ODBC? Thanks, Ben Anderson
  3. A

    Excel COM

    I'm working with old code that creates an Excel spreadsheet. It already sets the width of columns. I would also like to format the columns so that all numbers are displayed as >>>>>9.99 . Does anyone know what COM function this is? Where can I find thorough documentation on this, so I don't...
  4. A

    newbie - report builder

    I used Crystal Reports last summer as an intern and was very impressed with it. It had its limitations, though like anything else. I find Report Builder to be very similar and just as good for the kind of reporting I need to do. The programming team I work with is pretty set on hand coding...
  5. A

    tabbing problems in window

    OK, this is probably an easy one for most of you out there. I'm having lots of trouble with this. Basically I want the enter key to correspond to a tab. I have 5 fill-in fields in a window and when the enter key is pressed I need the focus to go to the next fill-in field. The Progress Help...
Top