This article applies to:
E-Prime 3.0
Symptoms
Using a Procedure Task Event repeatedly causes a Runtime Error.
Detail
Attempting to fire a Procedure Task Event a second time (on a second run of the Procedure), may result in an Internal Error when creating the Task.
Workaround
Insert an InLine object with the following script into the Procedure that induces the error. Make sure to place the InLine in a place that it will run after the Procedure Task Event fires. Placing this too soon may result in the Task Event not firing properly.
TrialProc.Tasks.Reset
NOTE: The above script assumes the Procedure you are using a Task Event on is named "TrialProc". Make sure to change this name to your procedure.
See Also:
RELEASE INFO: Known Issues in E-Prime 3.0 Update 2 (3.0.3.80) [27789]
Comments
0 comments
Please sign in to leave a comment.