Skip to main content



      Home
Home » Archived » BIRT » cell in a grid
cell in a grid [message #81366] Mon, 17 October 2005 03:42 Go to next message
Eclipse UserFriend
Hi,

is there any possibility to write a String to a specific cell out of the
"onCreate"-method of the Grid?
My problem is, how to address a special cell of the grid?




NameOfTheGrid[1][1]="first-first";
NameOfTheGrid[1][2]="first-second";
NameOfTheGrid[2][2]="second-second";

[/pseudo-code]


Thanks for your efforts,
with best regards,

Thomas X.
Re: cell in a grid [message #84000 is a reply to message #81366] Tue, 25 October 2005 18:45 Go to previous message
Eclipse UserFriend
Thomas,

In 1.0.1 I dont think this is possible.
One thing that may work is to create a variable for each cell.
Say grid1_1, grid1_2 etc. Assign the values of of the cells to the grid
variables.
Then in the on create of the grid you could then assign these like
grid1_1 = whateverfunctionorvariable;
Hope this makes sense.

Jason Weathersby
BIRT PMC


"Thomas A. X-Berger" <mebo@gmx.at> wrote in message
news:5dd566b2a1d5209db422e51fb8e62564$1@www.eclipse.org...
> Hi,
>
> is there any possibility to write a String to a specific cell out of the
> "onCreate"-method of the Grid?
> My problem is, how to address a special cell of the grid?
>
>
>
>
> NameOfTheGrid[1][1]="first-first";
> NameOfTheGrid[1][2]="first-second";
> NameOfTheGrid[2][2]="second-second";
>
> [/pseudo-code]
>
>
> Thanks for your efforts,
> with best regards,
> Thomas X.
>
Previous Topic:where is the birt example used in application
Next Topic:Interactive Report Viewer
Goto Forum:
  


Current Time: Tue Jul 22 15:39:00 EDT 2025

Powered by FUDForum. Page generated in 0.03091 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top