If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Crystal Reports > datetime parameter in crystal report

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-24-11, 04:07
SailajaK SailajaK is offline
Registered User
 
Join Date: Nov 2011
Posts: 1
datetime parameter in crystal report

hi,

in one of my crystal reports i'm invoking a procedure which has begin date and end date as parameters.when trying to run the report it's prompting for both date and time. my requirement is just to prompt for date and time is not required. the option of editing the parameter at the report level has been disabled since the parameters dierctly get invoked form procedure , in which i've declared the datatype as
samp_proc(p_begin_date date,p_end_date date,p_ref_cursor in out).
can someone help me on this.

Thanks,
Sailaja.k
Reply With Quote
  #2 (permalink)  
Old 11-28-11, 14:54
mission mission is offline
Registered User
 
Join Date: Oct 2010
Posts: 44
Quote:
Originally Posted by SailajaK View Post
my requirement is just to prompt for date and time is not required.
  1. What procedure are you invoking? SQL Server or Oracle?
  2. How would begin and end date gets populated if you don't want it prompted?
  3. Attach your sample report for review here.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On