Board index » delphi » FindNext after Post in a Query doesn't always work
be...@student.uni-kl.de (Guy Besch)
![]() Delphi Developer |
Sun, 28 Jan 2001 03:00:00 GMT
FindNext after Post in a Query doesn't always work
Hi Folks
I've a problem with my Query component in Delphi 3. The following code When I do Button3Click (see code snipped), not all of the records are of course, I have requestlive:=True I would be very pleased to hear from someone who got the some ---- part of code , needs Country.db from DBDEMOS --- procedure TForm1.Button3Click(Sender: TObject); Query1.FieldByName('Continent').AsString:=Query1.FieldByName('Continent').A |