11-15-2011, 09:27 AM
Not sure if this has been covered, but I was just editing a fairly long triggered event that sometimes fails before the end. But most of the stuff isn't critical and it seems to be doing what I want, it's just missing the final step.
I wasn't sure how to Replace the default True value on FailOnErr with False. I didn't want to replace the things that were supposed to be true.
For instance, I want to replace:
Devices::FieldWrite
P1=RussoundCSeries.Z03_Source
P2=5
P3=True
Do I find "P3=True" or "5, True)"? Or is it searching something that would actually have FailOnErr=True somewhere? I got an error that closed the Admin Interface when I tried "5, True)". Also, the replace options seem to be "In This Event" or "All Events" and "In This Event" changes all in the whole process rather than just in the statement... Shouldn't it just edit the actual event and statement you are working on?
I wasn't sure how to Replace the default True value on FailOnErr with False. I didn't want to replace the things that were supposed to be true.
For instance, I want to replace:
Devices::FieldWrite
P1=RussoundCSeries.Z03_Source
P2=5
P3=True
Do I find "P3=True" or "5, True)"? Or is it searching something that would actually have FailOnErr=True somewhere? I got an error that closed the Admin Interface when I tried "5, True)". Also, the replace options seem to be "In This Event" or "All Events" and "In This Event" changes all in the whole process rather than just in the statement... Shouldn't it just edit the actual event and statement you are working on?