Search results

  1. O

    Running Procedure in a UNIX script...

    I am trying to run a progress procedure in a UNIX script, but I seem to be having a bit of an issue. The line in the script looks something like this: $DLC/bin/mpro -pf <pf file> -p <procedurename> For some reason, the script throws me into the procedure editor when the procedure is...
  2. O

    Checking syntax with includes...

    I am using the Win32 progress procedure editor to write some programs where I want to some various includes. Whenever I go to check my syntax, I always get errors over these includes. Where do I need to keep these includes so that the PE takes these includes into consideration. On the AIX...
  3. O

    Automatically Run Procedures?

    I'm not really sure this is the best place to post this question, but I get such great help here, I figured I would give it a try. I have some procedures written in character progress that update records, spit out reports, and a few other things. The problem is that I want these procedures to...
  4. O

    Dumb question about frames...

    I know this is probably going to be a really dumb, simple question... but this is how we learn, right? :D I have two frames defined in my procedure. Both are being used to update variables. I use an UPDATE statement for the user to update the first set of vairables, then use a second UPDATE...
  5. O

    CASE Statement

    I'm writing a program to assign a value to a field in the customer records based on some calculated sales dollars. There are multiple values that this field can be assigned to and this is driven by where the total sales value falls. I thought the best way to execute this would be by using the...
  6. O

    Quick connect to AIX from Win32 Progress?

    I really like using the procedure editor that come with the Win32 version of progress because of some of it's automatic formatting and color-coding. The problem is that our Progress DB is running on our AIX server. So if I want to use the Win32 procedure editor, but still want to check my...
  7. O

    Basic coding question...

    I have a table that basically holds transactions for picks by location. There's a record for each pick that's peformed on a bin, but there's also a field in the table for the product number. What I'm looking to do is create a variable where I can count the number of records per bin, per...
Top