> From: David Brennan [mailto:[EMAIL PROTECTED]]
> So I need a way of checking the records in cdsPayments without disturbing
> it's state (for example the user might be halfway through entering a new
> payment - I can't cancel or post this record for them). Obviously I can't
> directly use cdsPayments because I can't scroll it while it is potentially
> in edit mode. Similarly I don't want to maintain a seperate list of
payment
> details in a TList etc unless as a last resort.

Hi David

A cheap way of enabling scrolling when in Edit or Insert state is to save
any changes to an internal structure, Cancel, and when the user's finished
browsing the dataset go back into Edit/Insert mode and reapply them all.
Crude, but it works.

Cheers,
Carl
---------------------------------------------------------------------------
    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"

Reply via email to