Search results

  1. F

    What is the business rules in the code bellow.

    From the little that I have read about progress and business rules. I thought the "Do and else" part of the code is where the business rules are.. That is the actions that has to take place. That's where you can abstract the business rules. The link you gave me is not working. Thanks
  2. F

    What is the business rules in the code bellow.

    I am looking for a translation of the code into a simple English language that someone who is not a programmer can easily understan after reading it. Thanks.
  3. F

    What is the business rules in the code bellow.

    The other code that I posted was just part of the whole procedure. Bellow is a complete procedure. Would you please help me identify the business rules from this code. What do I look for and where. I have not programmed in Progress before as a result I am finding it difficult to identify the...
  4. F

    Code translation question

    actually, I had only a portion of the code.
  5. F

    Code translation question

    Can someone please help translate this line of code into business rule for me. if vCatNo ne ? AND vTempItemNo NE ? THEN do: find bProdItem where bProdItem.CatNo = vCatNo and bProdItem.ItemNo = vTempItemNo...
Back
Top