cancel
Showing results for 
Search instead for 
Did you mean: 

problem by jumping back to first view

Former Member
0 Kudos

Hi ,

I have implementiert 3 views in a window. The last view has a exit button. When I click the exit button, I can jump back to the first view. But then if I go on from the first view to the second view, the programm is broken, because a 1..1 cardinality of a node has been violated.

If I use exit button to leave the window, it runs good.

It seems that the 1..1 node has been initialized again.

Does any one have a idea how to handle this problem?

best regards

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi bxjy bxjy ,

Just change the life time property of the view where u are getting problem to "when visisble". this will solve the problem.

Regards

Sarath

Former Member
0 Kudos

I think mere using plugs correctly can solve ur problem irrespective of cardinality

Former Member
0 Kudos

Hi,

I think when u go back to first view you want the node to be empty.

There is one solution in my mind.

When u naviate from 1st view or any view.

Use plugs to pass the right state of each view to the next.

That means in the HANLEINP function reinitialise the node.

I hope it helps.

Plz revert back in case of issues.

Regards,

Sumit Oberoi

Former Member
0 Kudos

Hi,

thanks for your reply. To clear the nodes is good idea.

Can you pl give me more explaination what HANLEINP function is?

best regards