Currency Manager -Two views

  • Thread starter Thread starter jason
  • Start date Start date
J

jason

Hi,

[1]
I have two forms, each showing data from the same table but different views.
How do I syn the the two forms, so that both forms will show the same record
when record moves in either form.

[2]
In Mdi app, I need a context sensitive navigator bar that is in syn with the
activeMdichild form. How can it be done?

Thanks.
 
I'd do it by hand. It's not hard. A few event handlers, and define a few
of your own events and the problem is solved.
 
Back
Top