Subject | Re: [IBO] Query & Locate |
---|---|
Author | Jason Wharton |
Post date | 2003-03-08T14:05:30Z |
I've no idea.
Can you trace the code and dig deeper?
What component are you using?
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
-- We may not have it all together --
-- But together we have it all --
Can you trace the code and dig deeper?
What component are you using?
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
-- We may not have it all together --
-- But together we have it all --
----- Original Message -----
From: "stevewe2" <stevewe2@...>
To: <IBObjects@yahoogroups.com>
Sent: Saturday, March 08, 2003 3:29 AM
Subject: [IBO] Query & Locate
> I have a simple select statement: Select PKey, Acct, Name, AcctType
> >From TableName.
> When I execute Locate('PKey', Key, []), the query closes (Active is
> False). I know the Query is active before the locate command and
> inactive afterwards. If I come back at it a second time, it stays
> active! What's up with this one?
>
> TIA, Steve