I need to click the button twice to populate my DBGrid with data! What is wrong?
procedure TForm1.Button1Click(Sender: TObject);
begin
try
with ZQuery1 do
begin
Active:=true;
end
except
end;
end;
Delphi 7, Firebird embedded, Zeos 6.6.2-RC
Moderators: gto, cipto_kh, EgonHugeist
-
- Junior Boarder
- Posts: 27
- Joined: 22.05.2008, 23:54
-
- Junior Boarder
- Posts: 27
- Joined: 22.05.2008, 23:54