Re: Is anyone aware of a timing problem when using Notifiers ?

2004-06-03 Thread SteveMoores
Thanks for the response, the system works as expected now.



Re: Is anyone aware of a timing problem when using Notifiers ?

2004-06-03 Thread Steven Bird
I think setting this parameter may help the issue but the initial
issue regarding the removal of the sequence structure and the variable
not clearing could be due to data flow. By using the sequence
structure you are forcing the execution flow. I think what was
happening is that you were getting a  kind of race condition that
either a delay or a sequence structure help solve the issue.

Hope this helps, Steven Bird



Re: Is anyone aware of a timing problem when using Notifiers ?

2004-06-02 Thread Tony Rivera
Try setting the 'ignore previous(F)' flag to true.