Re:DBNavigator HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
The navigator is a component. If you want to do the same thing with
individual buttons, use the following code:
TableName.First; {First Record Nav Button}
TableName.Prior; {Prior Record Nav Button}
TableName.Next; {Next Record Nav Button}
TableName.Last; {Last Record Nav Button}
TableName.Insert; {Insert Record Nav Button}
TableName.Delete; {Delete Record Nav Button}
TableName.Edit; {Edit Nav Button}
TableName.Post; {Post Nav Button}
TableName.Cancel; {Cancel Nav Button}
TableName.Refresh; {Refresh Nav Button}
I'm not sure if these are in the correct order, but this should point you
in the right direction.
Later,
Bill Taylor
e-mail: b...@btechdesign.com
BTech Design
318-448-4646
http://www.btechdesign.com
__________________________
~~~~~~~~~~~~~~~~~~~~~~~~~~