CANCEL in SCAN..ENDSCAN changes selected work area to the one being SCANned
From: Andrew Howell (ajh_at_work)
Date: 09/29/04
- Next message: David L. Jacobson: "Re: Slow File Load Through ODBC Driver"
- Previous message: Stefan Wuebbe: "Re: Why does my VFP EXE keep running in the background?"
- Next in thread: Fred Taylor: "Re: CANCEL in SCAN..ENDSCAN changes selected work area to the one being SCANned"
- Reply: Fred Taylor: "Re: CANCEL in SCAN..ENDSCAN changes selected work area to the one being SCANned"
- Reply: imaginecorp: "Re: CANCEL in SCAN..ENDSCAN changes selected work area to the one being SCANned"
- Reply: Mike McDowall: "Re: CANCEL in SCAN..ENDSCAN changes selected work area to the one being SCANned"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 29 Sep 2004 13:31:39 +0100
I can sort of see why this is happening but didn't expect it. Just a "for
your information" post really.
* I thought "test2" would be selected when the program was cancelled
* in fact, the cursor being SCANned is selected instead
CREATE CURSOR test (test L)
APPEND BLANK
CREATE CURSOR test2 (test L)
SELECT test
SCAN
SELECT test2
CANCEL
ENDSCAN
* end example
-- Regards Andrew Howell
- Next message: David L. Jacobson: "Re: Slow File Load Through ODBC Driver"
- Previous message: Stefan Wuebbe: "Re: Why does my VFP EXE keep running in the background?"
- Next in thread: Fred Taylor: "Re: CANCEL in SCAN..ENDSCAN changes selected work area to the one being SCANned"
- Reply: Fred Taylor: "Re: CANCEL in SCAN..ENDSCAN changes selected work area to the one being SCANned"
- Reply: imaginecorp: "Re: CANCEL in SCAN..ENDSCAN changes selected work area to the one being SCANned"
- Reply: Mike McDowall: "Re: CANCEL in SCAN..ENDSCAN changes selected work area to the one being SCANned"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|