How do we have left -right flow , normally its top-down flow



How do we have left -right flow , normally its top-down flow..

Answer / shantanu sardar-9975581068

It is for right to left. Reverse logic has to implement for
left to right
-----------------------------------------------------------

First Define one gobal variable(g_rw_wdth) as double,
Static, publice.

And now assume that in a frame you have got two dynamic
text.

Now in 1st text box onRow method write following code:
g_rw_wdth = 0
IF ISNULL(row.getvalue("field1")) then
g_rw_wdth = g_rw_wdth + (me.size.width/1440)
end if

Now in 2ndtext box onRow method write following code:
IF ISNULL(row.getvalue("field2")) then
g_rw_wdth = g_rw_wdth + (me.size.width/1440)
else
Me.Position.X = Me.Position.X - (g_rw_wdth * OneInch)
end if
In these fashion you can have more dynamic text.

Now if 1st text box the value is null automatically the 2nd
text box will shift to place 1st text box.

And so on.


Cheer

Shantanu(Actuate Consultant)

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Actuate Interview Questions

what is the filter?

1 Answers  


WHERE WE USED JAVA CONCEPTS IN ACTUATE?

1 Answers  


We had a number of reports scheduled to run at various times. This worked fine for at least a year, now it is the second time round we lost all the scheduled jobs, with no apparent reason we can find. Any ideas?

0 Answers  


HOW TO PUBLISH A REPORT?

3 Answers  


I generated one report design time I can color green. At run I want bule how to change dynamically? And which method I can over write?

0 Answers  






wat is synchronous and asynchronous reporting?

1 Answers   HSBC,


Can we connect to 2 different types of database through the same report?

6 Answers   L&T,


how to implement the parallel report

1 Answers   TCS,


what will we have to do if we want to generate an existing report in different language for different countries??

1 Answers  


Hi, I am Anna and new to actuate programming. I am trying to learn the tool on my own, if any one could provide any helpful websites or training centers in NJ area will be greatly appriciated. Thanks in advance.

4 Answers  


What is report bursting?

4 Answers   L&T,


What is data stream and data adapter is it same are different?

0 Answers  


Categories