Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

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,


WHERE WE USED JAVA CONCEPTS IN ACTUATE?

1 Answers  


Can you give an example of any complex report you designed using Actuate?

2 Answers   TCS,


Where do we use ACvisitor class?

0 Answers  


which cmponent has onRead method and what it is used for?

2 Answers   TCS,


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  


wat is synchronous and asynchronous reporting?

1 Answers   HSBC,


what is the filter?

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 do performance tunning of reports?

0 Answers  


How do you design a report which has multiple child datastream (horizontal seq)

0 Answers  


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

1 Answers  


Categories