Fw: [SQL] How to FindNearest

2006-10-03 Thread paallen
Subject: Re: [SQL] How to FindNearest On Tue, Oct 03, 2006 at 14:43:40 +0300, Alexander Ilyin <[EMAIL PROTECTED]> wrote: > > Thank you for your great idea. But how it can be used for positioning the > cursor in the already existed ResultSet? Using your idea I can found the &

Re: [SQL] How to FindNearest

2006-10-03 Thread Bruno Wolff III
On Tue, Oct 03, 2006 at 14:43:40 +0300, Alexander Ilyin <[EMAIL PROTECTED]> wrote: > > Thank you for your great idea. But how it can be used for positioning the > cursor in the already existed ResultSet? Using your idea I can found the > closest to targetvalue row but not its position in my Re

Re: [SQL] How to FindNearest

2006-10-03 Thread Alexander Ilyin
-Original Message- From: Bruno Wolff III <[EMAIL PROTECTED]> To: Alexander Ilyin <[EMAIL PROTECTED]> Date: Mon, 2 Oct 2006 19:20:49 -0500 Subject: Re: How to FindNearest > On Sat, Sep 30, 2006 at 11:43:40 +0300, > Alexander Ilyin <[EMAIL PROTECTED]> wrote: > > > > Suppose we have huge

Re: [SQL] How to FindNearest

2006-10-02 Thread Bruno Wolff III
On Sat, Sep 30, 2006 at 11:43:40 +0300, Alexander Ilyin <[EMAIL PROTECTED]> wrote: > > Suppose we have huge table. On the screen we need to show contents of that > table in the Grid and under that Grid user can input in TextBox some letters. > OnChange of this TextBox we need to make current r

[SQL] How to FindNearest

2006-09-30 Thread Alexander Ilyin
How to implement the functionality similar to the BDE/Paradox TTable.FindNearest? Suppose we have huge table. On the screen we need to show contents of that table in the Grid and under that Grid user can input in TextBox some letters. OnChange of this TextBox we need to make current row selecti