Hi All,
I have crystal report field i.e. employee's intime.
if (intime > 10:00 AM) then dat intime should get red background...
how would I do this?
I have tried formula editor bu it's not working...
I'm using crystal reports 8.5
Printable View
Hi All,
I have crystal report field i.e. employee's intime.
if (intime > 10:00 AM) then dat intime should get red background...
how would I do this?
I have tried formula editor bu it's not working...
I'm using crystal reports 8.5
Where are you using your formula, select the format field and use the formula here and Try see the Image for more understanding
Duplicate thread removed from Classic Vb.
Please do not double post your question in different forum sections.
Sorry!! I won't do againQuote:
Originally Posted by Hack
yes!! I tried exactly where u pointed in image.Quote:
Originally Posted by shakti5385
can you post your formula
Quote:
Originally Posted by shakti5385
i.e 10 is code for RedCode:If {ado.intime} > 10:00 then 10