That's just a typo. OnBeforeScroll runs before scrolling and OnAfterScroll
after. But if the dataset needs to be posted before scrolling, the post
will occur before OnBeforeScroll gets fired. What is it you're trying to
do?
Cheers,
Carl
-----Original Message-----
From: Mark Derricutt [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, 30 January 2001 9:48 AM
To: Multiple recipients of list delphi
Subject: [DUG]: TDataSet.OnBeforeScroll
I've got some code in OnBeforeScroll, and in OnBeforePost. When calling
Prior I'm assuming OnBeforeScroll -should- run first. However it doesn't,
consultanting the help file I find the help text for OnBeforeScroll reads
identical to OnAfterScroll (saying it runs this event immediataly AFTER
scrolling). Grrr, darn these bugs, this is in Delphi 4, any idea if this
was fixed in D5? Or is it something I'm missing?
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"