maybe it’s me, but this one took me by suprise:
i have two forms for a table; let’s call them Summary & Detail.
i have a method that gets called by the detail form when the
user moves from one record to the next (specified in the
onRecordSelection property). all this works fine.
i just added a method to the summary form’s onRecordSelection,
and now i’m finding that BOTH the summary & detail form’s
onRecordSelection methods are called whenever the user
moves thru records, regardless of which form they’re working in!
why would a form method get called for a form that’s not
currently being displayed?
this is causing lots of problems.