RE: [Axapta-Knowledge-Village] help modifying X++

2004-10-26 Thread Andrew Vranjes
October 2004 1:53 PM To: [EMAIL PROTECTED] Subject: Re: [Axapta-Knowledge-Village] help modifying X++ Hi, I think you need to write this --- if(svcCallTable.CallStatusId == ProjStatus::Completed || svcCallTable.CallStatusId == ProjStatus::cancelled ) i think u need to use OR instead

Re: [Axapta-Knowledge-Village] help modifying X++

2004-10-25 Thread akash malohatra
Hi, I think you need to write this --- if(svcCallTable.CallStatusId == ProjStatus::Completed || svcCallTable.CallStatusId == ProjStatus::cancelled ) i think u need to use OR instead of AND ... if u want to use AND , then use hope this helps... regards Akash --- Andrew Vranjes [EMAIL