Subject Re: [IBO] Version
Author Jason Wharton
What is the callstack on the call to Insert that you are not expecting?
I would like to see what is triggering it to go into insert mode.

Thanks,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: "John Tomaselli" <jrt@...>
To: <IBObjects@yahoogroups.com>
Sent: Thursday, October 04, 2001 10:20 AM
Subject: [IBO] Version


> Jason,
> The following error occurs in a previously working Delphi5/ibo 3.6x
version.
> Note I'm Currently using D6 and IBO4_2eF and I do have a work-around by
> using close/open and not refresh methods.
> When I modify a custom search parameter and call the folling code on a
> search button the query goes into Insert mode if it has already been open.
> Code1: btnEvent
> Statement1: What happens if query was closed prior to search
> Statement2: What happens if query was opened prior to search. This goes to
> insert mode.
>
> TIA
> John