When debugging or running an executable of my application, if an array bound is exceeded, or a Get- or Set-Item is effected and there is a problem with the row number or incorrect spelling of the column name, the application freezes at these points.
This also occurred in ver PB12.6.
Prior to that, if such a glitch was encountered, I’d get an ‘array bound exceeded’ or row count/column error.
Now the application just freezes.
I put a TRY CATCH around a contrived array bound error, and a breakpoint in the (unedited) pfc_SystemError event of the app manager.
The step-through still froze within the TRY/CATCH on the array bound error. The pfc_systemerror event did not fire.
My only other observation was that the local variable tab pane under the code went blank when the error row 'freeze' occurred. The same occurs on my test machine.
I should also add the pfc_library remains the same back to our original use of PB - copyright date 1996-1997 in the pfc_systemerror event.