I'm not sure what I did, I was in the process of changing sql on several datawindows, and I somehow got myself into a state where whenever I open any datawindow, the IDE crashes on me. I'm using PB 2017 R3, build 1858.
At first I thought it was tied to the ones I was changing, but even when I look at other ones that should be fine, I get the problem.
I tried starting a new workspace, thinking somehow the problem was isolated to my workspace, but I'm getting the same problem there.
I'm not sure how to clean it up, short of trying to uninstall and reinstall PowerBuilder.
Any thoughts?
Thanks,
Tom
With PB closed, try this:
Run RegEdit
Navigate to HKEY_CURRENT_USER\Software\Sybase\Powerbuilder\17.0\Layout\Default
Delete (or rename) the Datawindow string entry on the right
Run up PB and try opening a datawindow again.
If it works, modify your layout a bit so it creates a new one, then export the entire Default key to a .reg file so you can double click it, and re-register the "right" settings if it happens again in the future.
That was probably it. I was going to suggest that course of action next. Of course, re-installing would reset all of that.
Regards ... Chris