Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What's wrong with this ???

Status
Not open for further replies.

ajacode

Technical User
Aug 21, 2002
66
US
DateDiff (m,{Exception Phase.PhaseStatusDate} ,{Exception Phase.RefDate} )

I keep Getting the Error Message "Missing )"

and the Cursor is Blinking DateDiff (| right here to the left of the month interval value.

This happens in Both Crystal and Basic Syntax

I'm missing something here....

Thanks

AJA
 
The m needs to be in quotes.
Code:
DateDiff ("m",{Exception Phase.PhaseStatusDate} ,{Exception Phase.RefDate} )

~Brian
 
Thanks Brian it's now painfully obvious..
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top