Search results

  1. H

    selection list values

    Hello, New to GUI. I have a selection list. It gets populated with values. everytime i try to pass the values to another program, values passed are "?". i am using: message fi-prodcode:screen-value. this outputs "?". how can i make the value in the selection list to be highlighted so...
  2. H

    how to run a macro directly from progress

    Hello, I have progress code that outputs to excel. I intilally output data to a txt file then read in the data by: chExcelApplication:Workbooks:OpenText(txtFile,2,,,,,TRUE). I need to perform some calculations on the data i have and want to run a macro directly from the progress code...
  3. H

    Programs that run on appserver

    Hello, I have a program I run on webspeed through the appserver so i can generate an excel spreadsheet. All main webspeed programs sit on unix. I have come accross a problem with one of my programs. the program takes a long time to run on the appserver causing there to be a timeout. if i...
Back
Top