Home » Developer & Programmer » Reports & Discoverer » multipul layouts
multipul layouts [message #228288] Mon, 02 April 2007 07:46 Go to next message
sridharbireddy
Messages: 25
Registered: September 2006
Junior Member
hi,
I created three parameters and three different layouts. what my need is suppose I click first parameter first layout should be displayed for second parameter it will go to second layout and for third one it will display third one.

How it will be achieve?
Re: multipul layouts [message #228299 is a reply to message #228288] Mon, 02 April 2007 08:15 Go to previous message
Littlefoot
Messages: 21813
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Would something like this help?

Change top level parent frame's Vertical Elasticity property to "Variable". Write a trigger on that frame which would look like this:
RETURN :parameter_1 IS NOT NULL;
Translated to English: if 'parameter_1' has a value (i.e. you want to display first layout), return TRUE -> display the first layout. Otherwise, return FALSE and do not display it.

Do the same for all three top level parent frames and try it - shouldn't take much time (please, note that I didn't test it).
Previous Topic: Importing worksheets from different workbook
Next Topic: generate to file "delimited" but sequence data non correct
Goto Forum:
  


Current Time: Thu Jul 04 12:24:47 CDT 2024