Hi all;
My actuate server is on the UNIX enviornment.
I want to change the height of a specific control during runtime depending upon the length of the data that will be displayed in that control.
What I am looking for is some kind of flag or any other technique Actuate will be following internally to check the word wrap.Another option is to GET THE SIZE OF THE STRING THAT WILL BE DISPLAYED IN TWIPS OR INCHES.Any suggestion on this?
I have written a logic by my self which will check number of characters in the string and ASSUMING the total number of characters that can fit in the control,change the height.But I want to make it generic.
NOTE : GetDisplayHeight wont work with UNIX
Will really appriciate your help
My actuate server is on the UNIX enviornment.
I want to change the height of a specific control during runtime depending upon the length of the data that will be displayed in that control.
What I am looking for is some kind of flag or any other technique Actuate will be following internally to check the word wrap.Another option is to GET THE SIZE OF THE STRING THAT WILL BE DISPLAYED IN TWIPS OR INCHES.Any suggestion on this?
I have written a logic by my self which will check number of characters in the string and ASSUMING the total number of characters that can fit in the control,change the height.But I want to make it generic.
NOTE : GetDisplayHeight wont work with UNIX
Will really appriciate your help