04-05-2019 09:11 AM
Hi Norbert,
You are right!
Its generating error when the reference is invalid and no error popup.
It's started Working now . Below are my code modified.
It will give the result of sequence call in the main sequence.
Thanks for the Support. Have a great day!
04-08-2019 09:57 AM
I want to add a recommendation, a rule of thumb:
Close all references you created/obtained programmatically (e.g. PreviousStep) and leave the references you get as parameter untouched.
Two remarks:
- Close them in any case. Don't wire it in the No Error case!
- Close them in opposite order or "inside-out"
04-08-2019 12:20 PM