Search results

  1. S

    set a progress program to run daily

    hello, I am trying to get a progress program to run each day as a scheduled task. I've been reading about the use of mbpro but not had much joy. Is there a good way in progress to set a program to run daily? Thanks Stuart
  2. S

    replace command

    Hello, I am doing a replace on a field so I can strip out various CHR such as carriage returns which I do not need. Using the following code at present: STRING(REPLACE(REPLACE(ACCESS-INFO,CHR(13),"[CR]"),CHR(10),"[LF]")) Does anybody know a better way of running multiple replaces on a string...
  3. S

    Help with extracting field names from a table

    Hello, Was wondering if anybody could help. Bit new at progress code. I have written code to export data out of progress into a txt file. Which works fine. I am now trying to find a way of exporting Field Names from a table. The code below I have used to export the data. What I would like...
Top