Can I do something like this?
<cfif month(GetSAP.DateEntered) EQ month(now())>
<font color="#FF0000">
<cfelse>
<font color="#000000">
<td valign="top" width="50">#GetSAP.AccountNumber#</td>
<td valign="top" width="230">#GetSAP.CompanyName#</td>
<td valign="top" width="150">#GetSAP.Address1#</td>
<td valign="top" width="50">#GetSAP.City#</td>
<td valign="top" width="40">#GetSAP.State#</td>
<td valign="top" width="50">#GetSAP.Zip#</td>
<td valign="top" width="100">#GetSAP.Phone#</td></font></font></cfif>
I am getting Just in time compilation error
Invalid parser construct found on line 72 at position 31. ColdFusion was looking at the following text:
"
Any ideas are appreciated! Thanks
<cfif month(GetSAP.DateEntered) EQ month(now())>
<font color="#FF0000">
<cfelse>
<font color="#000000">
<td valign="top" width="50">#GetSAP.AccountNumber#</td>
<td valign="top" width="230">#GetSAP.CompanyName#</td>
<td valign="top" width="150">#GetSAP.Address1#</td>
<td valign="top" width="50">#GetSAP.City#</td>
<td valign="top" width="40">#GetSAP.State#</td>
<td valign="top" width="50">#GetSAP.Zip#</td>
<td valign="top" width="100">#GetSAP.Phone#</td></font></font></cfif>
I am getting Just in time compilation error
Invalid parser construct found on line 72 at position 31. ColdFusion was looking at the following text:
"
Any ideas are appreciated! Thanks