P Pat Hartman Super Moderator Staff member Local time Today, 14:21 Joined Feb 19, 2002 Messages 47,268 Aug 14, 2024 #21 Variables lose their value when unhandled errors happen.
Isaac Lifelong Learner Local time Today, 11:21 Joined Mar 14, 2017 Messages 11,229 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 Today, 14:21 Joined Feb 19, 2002 Messages 47,268 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.