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