Text Report Parameters

vijay

Registered User.
Local time
Today, 01:03
Joined
Apr 28, 2003
Messages
16
Hi All,
Am a novice in here.
when i click on a report,I want a dialog box to ask for a user parameter input.
I want to display this user entered parameter in my reports header.
I dont want to use this parameter in my query or criteria.
Any help is greatly appreciated.
Thanks
 
Try this see if it's what you want. Clicking "OK" without typing any text will return all records.

Eric
 

Attachments

Hi Eric,
Thanks for the effort..but it was not of much help..coz i couldnt open it because of some format error!
 
Clicking "OK" without typing any text will return all records but incase the user types anything...then nothing is returned..and our field in the header does not get populated.!!
 
Did you get it to work? It is an A2K version. If you did what problems are you having with it? If the user types something in it will put what they typed in the box on the report header.

Eric
 
Yeah..I got it to work in 2000.
If you check the sql script,u'll notice the "where" clause.I dont want any clauses/criteria's there.Your example works fine,if i dont enter anything at the prompt.But If i enter the parameter, then a blank report follows or only those rows which satisfy the criteria are returned.
 
OK...Sorry
I'm not understanding fully what you're wanting then. What is the purpose of this textbox?

Are you just wanting a pop up that when the user opens the report they can type something in and whatever they type appears on the report header, but doesn't filter the report?
 
Last edited:

Users who are viewing this thread

Back
Top Bottom