|
-
Oct 12th, 2005, 11:45 AM
#1
Thread Starter
Addicted Member
[RESOLVED] Date Equals Null
How do I write: If Ending date = Null then do some stuff....
This is in Crystal syntax
Here is the code I tried but its not correct.
If {PAYABLES_TRANSACTION.Starting} < CurrentDate And
{PAYABLES_TRANSACTION.Ending} = CDate ("Null") Then
"$" + {PAYABLES_TRANSACTION.Amount} + " is paid to " + {PAYABLES.PayableCompany} + {@period1} + " begining on " + ToText({PAYABLES_TRANSACTION.Starting}) + " and will continue until paid in full."
- cally
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|