Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Parameter form question

Status
Not open for further replies.

neemi

Programmer
May 14, 2002
519
GB
Is it possible to create a list box, check box etx (any thing other than a simple text box) in the parameter form for oracle reports?

Urgent

help appreciated
Cheers
Neemi
 
On the standard report parameter form the only thing you can do beyound the plain text input is a drop-down list. The list can be populated by either SQL or with fixed items. To create the list use "List of Values" property on a parameter's propery palette.
 
Thanks for your response, where do i find the parameters property pallete. Is this when i have draged a field to the form and double clicked on the field. The same place i assign the fields source.
 
You need to double click on the parameter icon in the Object Navigator, or press F4 when the parameter name is highlighted there. The parameters are under the Data Model-->User Parameter branch.
 
How abt the original question

is there any good & simple way to perform it.


Best regards
 
You will need to use Oracle Forms to create parameter form with all those features. There is no way to do anything beyound drop down list using Oracle Reports only.
 
nagornyi, you state there is no way to do anything beyond drop down list using Oracle Reports only. Do you know of any tools that can be purchased that will allow you to use List Boxes.

Thanks for your help
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top