reducing the column size [message #260851] |
Tue, 21 August 2007 02:11 |
brintha
Messages: 28 Registered: August 2007
|
Junior Member |
|
|
hai all,
can we reduce the size of the column(field and label) dynamically? I want to reduce the column spacing if the object is made invisible(false) in format triggers depending on the parameters passed. and i used anchors to link the text field with a dummy field which is comparitively smaller in size and made its property to collapse vertically.
The child field is replacing the parent field. But the label is left as it is.... so space is still left out in the middle of the report. I want the label to be reduced to the size of the child field i anchored with the parent. please help me out in solving this issue.
regards,
brintha.r.
[Updated on: Tue, 21 August 2007 02:16] Report message to a moderator
|
|
|
|
Re: reducing the column size [message #261567 is a reply to message #260866] |
Thu, 23 August 2007 01:14 |
brintha
Messages: 28 Registered: August 2007
|
Junior Member |
|
|
LittleFoot,
Thanks for ur reply. But i solved the issue of dynamically selecting columns without using anchors. I used Triggers to hide the data. And im able to get the space hidden by changing the property of frame, field and label.
Im giving what i did to make this work...
field & label :
vertical elasticity: variable
horizontal elasticity: expand
frame containing label:
vertical elasticity: fixed
horizontal elasticity: contract.
I saw the report u sent to dynamically select the columns.
But i couldn't understand the meaning of one expression.
in format triggers:
rerurn(p_var = 'Y')
how does it work? I dont remember the variable name. But i think you know what i mean... Could u please expalin that.
Regards,
Brintha.r
|
|
|
|