Hi guys,
I am experiencing a problem in my pb app , PB 2019 R3 but the problem was already there in previous versions.
i have a function that closes some pb windows , opens a new window and so on.
the first time i run this function (after pb start) i don't have any problem, all works perfectly fine.
the second time i run this function , my pb menu becomes irresponsive. I can click on the menu , i can visually see the button toggle , but no code is getting executed. i have tried the /pbdebug option as well , but no code inside the menu is being executed.
when i close my pb application , start it up again , the first time it works again , at the second time the menu is irresponsive again :(
so my question is : what pb action can make a menu become irresponsive please ? just looking for some general pointers/tips :)
TIA
John
I'm wondering if it's a simple problem in a CloseQuery event of one of those Window dialogues ( RC +1 ) that stops the dialogue from closing?