Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: pcsentinelPosted on 2006-03-21 at 05:08:52ID: 16246379
procedure TForm2.ADOTable1AfterOpen( DataSet: TDataSet); ber_ID').A sinteger;
l(DataSet: TDataSet); ber_ID').A sString ; count); = ' Current record :' +inttostr(ADOTable1.RecNo) ;
var AutoIncCount : Integer;
begin
if not ADOTable1.Eof then
begin
ADOTable1.Sort := 'ID DESC' ;
AutoIncCount := ADOTable1.Fieldbyname('Mem
cxTextEdit1.Text := inttostr(AutoIncCount + 1) ;
cxTextEdit2.SetFocus;
end;
end;
procedure TForm2.ADOTable1AfterScrol
begin
if not (ADOTable1.Bof) and (ADOTable1.Eof) then
begin
wwdblookupcombo1.text := ADOTable1.FieldByName('Mem
StatusBar1.Panels[0].Text := ' All records :' +IntToStr(ADOTable1.record
StatusBar1.Panels[1].Text:
end;
end;