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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

each radio button for each separate report

Status
Not open for further replies.

haripali

Programmer
Feb 27, 2008
37
0
0
IN

I have to create radio buttons like a,b,c,d. if user select 'a' radio button then report1
will open,if user select 'b' radio button then report2 will open & so on.

Has anybody has done this. Please guide me.
haripali@gmail.com
 
If all the reports are built from the same package you could combine them all into one 'report' having each output on a separate page the have a prompt page with your radio buttons which would control a conditional variable which would decide which page to display.

If they're from separate packages, the only way I can think of is to create a pagelet (tab) with a navigator on the left pointing to a folder that has all the relevant shortcuts and a viewer on the right to receive the choices. It wouldn't be radio buttons but it would function correctly.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top