Board index » delphi » Forcing an OnCalcFields event...
Jonathan Neve[Microtec]
![]() Delphi Developer |
Forcing an OnCalcFields event...2007-01-10 11:01:20 PM delphi144 Hi, Does anyone know how to force an OnCalcFields event to get launched? I need this ability because I have got a calculated field that depends on data not in the TDataSet (in a TStringList), so I need to recalculate its value if ever the contents of the TStringList changes. I usually just call Edit / Cancel, but since the dataset I am working with right now is read-only, I was wondering if there's another solution. Any ideas? BTW, I am using the BDE in this application. -- Best regards, Jonathan Neve _______________ CopyTiger - advanced database replicator for Interbase/Firebird! Web : www.microtec.fr/copycat/ct _______________________________________ CopyCat - database replication components for Delphi/C++Builder! Web : www.microtec.fr/copycat/cc |