P Pat Hartman Super Moderator Staff member Local time Yesterday, 22:46 Joined Feb 19, 2002 Messages 45,303 Aug 14, 2024 #21 Variables lose their value when unhandled errors happen.
Isaac Lifelong Learner Local time Yesterday, 19:46 Joined Mar 14, 2017 Messages 9,849 Aug 14, 2024 #22 Pat Hartman said: Variables lose their value when unhandled errors happen. Click to expand... ......and then code is Stopped.
Pat Hartman said: Variables lose their value when unhandled errors happen. Click to expand... ......and then code is Stopped.
P Pat Hartman Super Moderator Staff member Local time Yesterday, 22:46 Joined Feb 19, 2002 Messages 45,303 Aug 14, 2024 #23 Isaac said: ......and then code is Stopped. Click to expand... It may happen when the error is not trapped in a low level procedure but is trapped higher up. I haven't tested that. BUT, assuming the OP is correct and it is set when the app opens, then something is happening to unset it.
Isaac said: ......and then code is Stopped. Click to expand... It may happen when the error is not trapped in a low level procedure but is trapped higher up. I haven't tested that. BUT, assuming the OP is correct and it is set when the app opens, then something is happening to unset it.