From: robin_k on
Dave & Geoff,

EUREKA! You were both right, of course.

You can only trigger RenalTransplantedLM() by using the specific DW
menu option. This builds the filter string, which is then applied to
the DBServer. It's a large file and the process can take a few seconds
to complete. I've used PointerAppExec() to change the pointer to an
hourglass and allow some Windows time inside the tight loop. But it
hadn't occured to me that a user might use the hourglass to click on
the [X] before the DW had displayed its filtered records, producing
the error message. Now I can reproduce the error and start to fix it.

Thanks a million for all your help guys.

Cheers,
Robin.
From: Geoff Schaller on
> EUREKA! You were both right, of course.

How very Australian of you <g>.
Unless of course...

And are you really still in Compuserve? I thought they closed up years
ago.

Geoff



>
> You can only trigger RenalTransplantedLM() by using the specific DW
> menu option. This builds the filter string, which is then applied to
> the DBServer. It's a large file and the process can take a few seconds
> to complete. I've used PointerAppExec() to change the pointer to an
> hourglass and allow some Windows time inside the tight loop. But it
> hadn't occured to me that a user might use the hourglass to click on
> the [X] before the DW had displayed its filtered records, producing
> the error message. Now I can reproduce the error and start to fix it.
>
> Thanks a million for all your help guys.
>
> Cheers,
> Robin.

From: robin_k on
On Jul 6, 11:25 am, "Geoff Schaller"
<geo...(a)softxwareobjectives.com.au> wrote:
> > EUREKA! You were both right, of course.
>
> How very Australian of you <g>.
> Unless of course...

Thanks. Is it that obvious that I'm not?

> And are you really still in Compuserve? I thought they closed up years
> ago.

Well spotted! Compuserve folded in the mid-90's ... I really must drag
my Google profile into the 21st century <g>.

Cheers,
Robin.
 | 
Pages: 1
Prev: SplitWindow
Next: Databrowser "missing in action"