Page 1 of 1

ZTable not find method

Posted: 10.11.2005, 11:43
by knancys
It looks at the code below:

[hr]
uses
Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, DBCtrls,
ColorBox, ComCtrls, ExtDlgs, Calendar, EditBtn, FileCtrl, XMLPropStorage,
ZConnection, ZDataset, DB, DBGrids, Menus, ActnList;
...

ZTable.First;
[fade] ZTable.FindRecord(TreeView.Selected.AbsoluteIndex); [/fade]
ShowMessage(ZTable.FieldByName('IDNIVEL1').AsString);
[hr]

When I compel, return this error
uclassereport.pas(71,10) Error: identifier idents no member "FindRecord"


Can somebody help me?