LHooker
July 26th, 2007, 10:37 AM
I inserted a date prompt (range) into a "Page Header" of a "Crystal Reports", but when I refreshed the report, the date prompt did not display in the "Page Header". What am I doing wrong ?
|
Click to See Complete Forum and Search --> : Displaying A Date Prompt (Range) In Page Header LHooker July 26th, 2007, 10:37 AM I inserted a date prompt (range) into a "Page Header" of a "Crystal Reports", but when I refreshed the report, the date prompt did not display in the "Page Header". What am I doing wrong ? LHooker July 26th, 2007, 12:54 PM Never mind, I found a solution. Below is the solution . . . "From: " + ToText ( Minimum ( {?Prompt_Date} ) ) + " To: " + ToText ( Maximum ( {?Prompt_Date} ) ) codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |