DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Report - Move to background programatically

Hi There,
 
Can anyone let me know how I can move a report object to the background programatically. I am trying to create some text objects which needs to appear in the background so that the graphs are visible.
 
Waiting for you earliest response.
 
Priya
0 Kudos
Message 1 of 3
(3,110 Views)
Hi Priya,

you can move the objects programatically by using the following command :
Call GraphObjMove(GraphObjName, DHI1)

where GraphObjName is the name of the object and DHI1 is the direction. DHI1=1 is one level in front and DHI1=-1 is one level into the background.

You can get a detailed online help by searching for the command "GraphObjMove".

Stefan
0 Kudos
Message 2 of 3
(3,084 Views)
Thanks a lot Stefan. This is a very helpful information for me.
 
Thanks Again.
Priya
0 Kudos
Message 3 of 3
(3,024 Views)