Delphi-Quellcode:
if Formulare.ActivePageIndex = 0 then
begin
if not (iqKontakt.State = dsBrowse) then
then
if fmStart.MessageBox1.MessageDlg ('Möchten Sie vorher speichern?', mtConfirmation, [mbyes, mbno],0) = mryes then
begin
iqKontakt.Post;
end else
begin
iqKontakt.Cancel;
end;
end;
Inkompatibel: TIB_DatasetState und TDataSetState
iqKontakt= IBO_Query;
Formulare= TRz-PageControl;
Was kann ich da machen???
Ich möchte nur abfragen ob sich der
Query nun im Browsmodus befindet oder nicht....