| Author |
PB 8 and 9 Response Window Problems
|
|
| Mike Meldrum 2004-10-12, 8:57 am |
| I have noticed a bug in PowerBuilder in 8 and 9.
It seems particularly bad if there are serveral response windows involved.
It is an intermittant problem and this is what happens...
If you open a response window sometimes the code never continues from the
function call Open ()
The window visibly closes but internally PowerBuilder seems to think it is
still open.
Does anyone know a work around for this bug?
| |
| Philip Salgannik 2004-10-13, 3:56 am |
| This "bug" does not exist. It's a coding problem.
--
__
"Mike Meldrum" <mmeldrum@pacific.net.au> wrote in message
news:efNad.5290$pl.73170@nasal.pacific.net.au...
>I have noticed a bug in PowerBuilder in 8 and 9.
> It seems particularly bad if there are serveral response windows involved.
> It is an intermittant problem and this is what happens...
> If you open a response window sometimes the code never continues from the
> function call Open ()
> The window visibly closes but internally PowerBuilder seems to think it is
> still open.
> Does anyone know a work around for this bug?
>
>
| |
| dan@cps92.com 2004-10-13, 4:00 pm |
| Are you actually closing the response window or just hiding it? If
you just hide it then it wont return... Can you give us any or your
code?
|
|
|
|