cancel
Showing results for 
Search instead for 
Did you mean: 

How to update Interface Context?

fabio_bellocchio
Participant
0 Kudos

Hello,

I have 2 components, which are exchanging data through Interface controller. So far, no problems.

But, the data is only taken from comp. A to Comp. B when it is set on the WDDOINIT method. When I update the context manually, in the View, it doesn't go to comp. B.

I checked many times, and everything is fine. For instance, the data in the Component controller get updated, in the Comp. A.

But it doesn't go to Comp. B.

If, instead of changing in the application, at runtime, I do it in the WDDOINIT of Comp. A, it goes fine to comp. B.

Does anyone know what may be missing in my applications?

Thank you!

Fabio

Accepted Solutions (0)

Answers (1)

Answers (1)

fabio_bellocchio
Participant
0 Kudos

The problem was solved by bringing Interface controller from Comp B to Comp. A.

We have to import the "Called" component interface controller into the "Caller" Component, using Component Usage definition.

In my understanding, Interface controller works more likely as an Input device than Output.

Then, we have to put this Input device into the Components that are "outputing" data.

former_member188831
Contributor
0 Kudos

i am using comp A in comp B, now i want to pass some data in COM A from COMP B.

i think this can be possible by creating context in interface controoler but my IFC is not getting in change mode why ??

please suggest me.

Regards,

Mahesh