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

Difference between onRow and Onread method?

1 Answers   HSBC,


Where do we use ACvisitor class?

0 Answers  


What is afc?

0 Answers  


What is the difference between -using Group by in the SQL of the report -having a Group section in the report

2 Answers   HCL,


i have one question? 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?

1 Answers   IBM,






how can i generate a report by getting values from two reports. the generated report should contain the 5 values of first report and last 5 values of second report. can any one guide me on this. pls... awaiting for the rply..

1 Answers  


I need a help for Connecting to iServer Volume using IDAPI Classes(Java Classes) and after connecting to iServer i want to execute the ROX on iServer and also want know the status whether that job is succesfully run or not. Please do the needful if anyone of you known the code and send the copy of it ASAP.

3 Answers  


How can i make use of Multiple Input Filter, the case is, i have two Datasources with different queries with a common field. i need the merge set in datarow of MultipleInputFilter. how can i make it.? please provide with clear example i'm new to actuate. thanks in advance.

2 Answers  


Explain difference between onrow and onread method?

0 Answers  


How to set Parameter in Script data source?

1 Answers  


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

0 Answers  


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

1 Answers  


Categories