[Progress Communities] [Progress OpenEdge ABL] Forum Post: Existing code(in operator) of corticon 5.5 version not working in corticon version 5.7

  • Thread starter Thread starter mehtakapil
  • Start date Start date
Status
Not open for further replies.
M

mehtakapil

Guest
Hi Team, I have an already existing code related to in operator working correctly in version 5.5.When I migrated to 5.7 same code is giving an error. Here is the example of code written in rulesheet. myObj.effectiveStartDate in [ myOtherObj.effectiveStartDate..myOtherObj.effectiveStartDate.addMonths(2) ) The above code gives me error of unbalanced parenthesis error in 5.7 .As per corticon documentation this should not give an error as I need to include the date near to '[' bracket and I do not need to include date near to ')' bracket. This piece of code is working in version 5.5 but not in 5.7 Thanks Kapil Mehta

Continue reading...
 
Status
Not open for further replies.
Back
Top