Re: TZF - TzGrid Colors

i-cable <[email protected]> Thu, 6 Nov 2003 20:32:47 +1000
Newsgroups gmane.comp.lang.delphi.topaz
Message-ID <[email protected]>
Hi Bob:

For some unknown reason, I don't always get the emails from the group so I
am not exactly sure the key point of the subject. I am also using D5 so I
just tried your codes from the email. It looks like you need to add a
repaint in the TzDbf1AfterScroll event.

procedure TForm1.TzDbf1AfterScroll(DataSet: TDataSet);
begin
  globCurrentMasterRecordNo:=tzDBF1.RecNo;
   tzgrid1.refreshgrid;     //  **   add this ** //
end;


Abi

--^----------------------------------------------------------------
This email was sent to: [email protected]

EASY UNSUBSCRIBE click here: http://topica.com/u/?clvXPN.a5kvff.Z2NsZHQt
Or send an email to: [email protected]

TOPICA - Start your own email discussion group. FREE!
http://www.topica.com/partner/tag02/create/index2.html
--^----------------------------------------------------------------