Dear folks,
I have a contract class where i am getting month and year, month is created as enum and year is created as year base... in RDP class the loop we are getting some data to be printed , I have debugged loop by loop found that
//get the error qty prodjournal prod
if(years==year(prodTable.DlvDate) && month= mthofYr(prodTable.DlvDate)
{
//do some thing
}
year and month are coming from contract class yearbase, enum respectively
now i wanted to get the year and month from the prod table while debugging it looks like
this is not esxecuting.
is this correct