Search results

  1. 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...
  2. 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