Subject Query & Locate
Author stevewe2
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