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 |
Can you give an example of any complex report you designed using Actuate?
wat is synchronous and asynchronous reporting?
What is data stream and data adapter is it same are different?
What property you use to Hide a control at runtime?
What is the difference between -using Group by in the SQL of the report -having a Group section in the report
Explain difference between onrow and onread method?
what is the filter?
What is data stream and data adapter is it same are different? Explain?
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?
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.
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?
Hi Friends, I am planning to learn actuate tool by it self .... can u suggest me any examples to practise this tool.