At 12:30 2015-04-20, Richard Kaye <[email protected]> wrote:
Gene,

If I'm reading this right, you are running a query without specifying an "INTO" clause? When you do this, VFP will call its result cursor QUERY which

     Yes.

describes the behavior you are seeing. (SQL passthrough will call its result cursor SQLRESULT if you don't specify an alias.) Closing the browse window will not close the cursor. You can put USE IN SELECT([query]) after your browse command to clean up.

This is only debugging code that gets deleted after testing, but I do not recall seeing the behaviour before. The report that I am working on is quite a bear, and I got nervous.

[snip]

Sincerely,

Gene Wirchenko


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to