Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I shorten this simple Crystal formula?
Message
General information
Forum:
Visual FoxPro
Category:
Crystal Reports
Title:
How can I shorten this simple Crystal formula?
Miscellaneous
Thread ID:
00669488
Message ID:
00669488
Views:
41
I think I only need one If statement, but I always have fun with the semi-colons in Crystal formulas. I am never quite sure If and When I need to use the semi-colons where I have multiple command lines. Maybe there is a simple rule of thumb. Here's my simple code. Thanks!
WhilePrintingRecords;
NumberVar durat;
If {observe.date} in {?s_date} to {?e_date} then
    durat:=durat+VAL({observe.duration});
NumberVar totdurat;
If {observe.date} in {?s_date} to {?e_date} then
    totdurat:=totdurat+VAL({observe.duration});
NumberVar visit;
If {observe.date} in {?s_date} to {?e_date} then
    visit:=visit+1;
NumberVar totvisit;
If {observe.date} in {?s_date} to {?e_date} then
    totvisit:=totvisit+1;
Steve Kramer
Kramer & Kramer Design
"Home of Go Cartoons"
Web Site: www.stephenkramer.com
Would you believe Far Side Lite?
More than 270 original cartoons.
Next
Reply
Map
View

Click here to load this message in the networking platform