ZTable not find method

Forum related to version 6.5.1 (alpha) and 6.6.x (beta) of ZeosLib's DBOs

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
knancys
Fresh Boarder
Fresh Boarder
Posts: 11
Joined: 07.11.2005, 14:18
Location: Ribeirao PReto/SP
Contact:

ZTable not find method

Post 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?
Post Reply