Forum Discussion
AlexanderM
Staff
16 years agoHi Ruel,
Use the modified event handler below:
function GeneralEvents_OnUnexpectedWindow(Sender, Window, LogParams)
{
LogParams.Locked = true;
Project.Variables.Var1 = true;
}
See the 'LogParams Object' help topic for more information.