Search results

  1. H

    selection list values

    thanks very much!!!!!!!!!
  2. 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...
  3. H

    Programs that run on appserver

    what causes the delay the delay is caused when writing to each individual cell in excel. its much faster to output to txt file then write to excel
  4. H

    how to run a macro directly from progress

    solved i have worked this out with the help from progress. basically you need to specify the excel spreadsheet that your macro is in: Application.Run "macromaster.xls!macroname" so in a real example: chExcelApplication:RUN("'C:\PROGRESS\report\macrotest.xls'!testmacro"). If your...
  5. 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...
  6. 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