Skip to Content
0
Former Member
Jul 17, 2008 at 08:47 AM

how to implement data's transmission between two components?

22 Views

HI All:

I want to transport data from one component to another like this:

first,i created an application with a component.a iview in it.

in the iview,i created a table for displaying data which come from database.

now i just want to do like this:when i click the record of the table,i want to open a new IE window to display the detail message of the record.

of course,i had mapped the contexts between them throw using Component Interface.

Maybe i described my question not exactly,i repeat again:

when i click the record,what can i do for transporting this record's data to another component which is to display the detail of this record...

Thanks advanced...