Re: ADOTable.Locate Workaround?
From: Vassil Nazarov (vassil_at_engineer.bg)
Date: 02/27/04
- Next message: Ray Marron: "Solved: TBetterADODataSet for D5?"
- Previous message: Vassil Nazarov: "Re: TBetterADODataSet for D5?"
- In reply to: Chris LeFebvre: "Re: ADOTable.Locate Workaround?"
- Next in thread: Chris LeFebvre: "Re: ADOTable.Locate Workaround?"
- Reply: Chris LeFebvre: "Re: ADOTable.Locate Workaround?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 27 Feb 2004 21:24:37 +0200
Chris,
> RegInfo.Locate('ID', VarArrayOf([104]), []);
VarArrayOf is intended to be used with multiple fields only.
RegInfo.Locate('ID', 104, []); should work fine.
HTH
-- Vassil Nazarov http://web.orbitel.bg/vassil/
- Next message: Ray Marron: "Solved: TBetterADODataSet for D5?"
- Previous message: Vassil Nazarov: "Re: TBetterADODataSet for D5?"
- In reply to: Chris LeFebvre: "Re: ADOTable.Locate Workaround?"
- Next in thread: Chris LeFebvre: "Re: ADOTable.Locate Workaround?"
- Reply: Chris LeFebvre: "Re: ADOTable.Locate Workaround?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|