Search results

  1. R

    ASA Tire Pro

    Is any one on this board familiar with ASA Tire Pro software written in Progress? Thanks, Ross
  2. R

    Display statement issues

    I am trying to total up some sales and costs. I know that I can use the TOTAL in an aggregate phrase for this but I then want to take that TOTAL sales and TOTAL cost and calculate a TOTAL Gross Profit %. How could I accomplish this. I tried just not using the TOTAL thing and created some...
  3. R

    set a progress program to run daily

    Is there a place that I can find what all the syntax for this means? Can you pass parameters and specify printers? Thanks, Ross
  4. R

    Delaying a Job

    I am writing reports using Progress in an environment created by ASA software ( they write retail tire software). You can write your own reports but their software is obviously off limits. However, they have the ability to delay when jobs get run but they don't have this feature on all of...
  5. R

    Sort on a Calculated Total

    I have a detail report that we would like sorted on a subtotal. Is there any way to accomplish this without creating a temporary table to do this. The code is below. It is sub totalling on the change in the quick-draw variable and we want the group with the highest sub-total to displayed...
  6. R

    Problem with Temp-Table

    I keep getting an error 200 on the following code but I do not see any problem. Once again I am new to Progress and could use a little help on this error. ------------------ define var itemcnt as deci label "Count". define var totavecst as deci label "Average Cost". define var dd as char...
  7. R

    Hello

    My name is Ross Stanek and I just started programming in Progress 4GL. Its not what I am used to but I thought joining a forum would be a great place to get information. Hopefully there are also a few beginners so I won't be the only one asking dumb questions!!:lol: Thanks, Ross
Top