ADODataSet event when new recordset loaded?
From: Philippe Auphelle (PAuphelle_at_irci.fr)
Date: 08/31/04
- Next message: Dennis: "Re: ADO and TService"
- Previous message: Scott Meikle: "ADO UpdateBatch Problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 31 Aug 2004 17:07:58 +0200
Dear All,
Using D7.1, is there an event that can be used to process the
recordset of a detail ADODataSet immediately after it is loaded?
I need to perform some global calculations on the whole recordset, but
haven't been able to find a way to hook my code into this.
The closest trick I found was to use OnRecordSetChangeComplete, but it
fires (with an erClose) when we are about to *leave* the records set
rather when we just loaded it.
The AfterScroll of the master doesn't appear to be usable either,
since at the time it fires, the detail dataset record is not loaded.
Anything else I missed?...
TIA, /Ph.
- Next message: Dennis: "Re: ADO and TService"
- Previous message: Scott Meikle: "ADO UpdateBatch Problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|