![]() | Products |
| Home » Technical Support » ElevateDB Technical Support » Incident Reports » Incident Reports Addressed for Version 2.03 » View Incident Report |
| Reported By: Michael Charalabos Reported On: 1/19/2010 For: Version 2.03 Build 7 |
qrCPM.Open;
if qrCPM.RecordCount > 0 then
begin
qrCPM.First;
qrCPD.Open;
qrCPD.Filtered := True;
while not qrCPM.Eof do
begin
qrCPD.Filter := 'ADate = Date ' + QuotedStr(FormatDateTime('yyyy-mm-dd',
qrCPM.FieldByName('ADate').AsDateTime));
if qrCPD.RecordCount > 0 then
begin
qrCPD.First;
while not qrCPD.Eof do
qrCPD.Delete;
end;
qrCPM.Delete;
end;
end;
qrCPM.Close;
qrCPD.Close;This web page was last updated on Wednesday, April 8, 2026 at 04:38 AM | Privacy Policy © 2026 Elevate Software, Inc. All Rights Reserved Questions or comments ? |

