On Dec 14, 2007 2:49 PM, Andrey Gusev <[EMAIL PROTECTED]> wrote:
> But what to do with TDBNavigator ?

If I were you I would simply use many TBitBtn's together to form my
own DBNavigator.

Each button of DBNavigator does 1 single trivial dataset operation.
The code on the post button for example would be:

MyDataset.Post;

and similarly for

MyDataset.Next; MyDataset.First; etc etc

However, I've often found that I could get a better behavior (by
adding more code to the button) if I used my own buttons instead the
default DBNavigator because it's too simple and some times isn't very
user-friendly due to it's simplicly. I would really only use it to
very quickly get something done (in which case I wouldn't care about
the glyphs anyway).

-- 
Felipe Monteiro de Carvalho

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to