hi all ~
here's my problem in a reproducible form:
1) put a dbtable of whatever flavor you like, a datasource, ad dbgrid and a
dbnavigator on a form and hook everything up
2) add an afterpost event to your table with a showmessage so you can see that
a post has happened
3) run it, add a record, click the dbnav's post button and see your message pop
up
So far - so good,
Now add a button to your form and in its click event do
DBNavigator1Click( DBNavigator1, nbPost );
I would now expect my app to behave absolutely identical upon button click
but no posting happens and thus the showmessage doesn't show.
If you add a click event to your dbnavigator and in it supply a case statement
for all the various button types, you'll see that the "remote controlled" click
takes you right to the nbPost branch but that seems to be all that happens???
any ideas anybody?
tia,
kai