
keeping row selected in multiple portals
Maggie,
What triggers the script which would get the protal in sync with the
global row counter? Does the user have to press some next/previous buttons
or something? I can see that between your suggestion and Chris' this brings
me close to a solution, but only by virtually recreating the portal
manually. In fact I may try forgetting the portal and just create some
fields linked by relationship and keyed by a "row counter" in effect and
controlled by some manually scripted next/previous buttons. It's hard to
believe such a mature product has such quirkiness in such basic functions.
Quote:
> For best results, keep a global row counter for each portal, and use
> GoTo Portal Row by counter before each and every row access.
> -- Margaret Nupponen
> > I have three portals on a form. I wrote a script to go to a field in a
> > portal, then select last row, then go to a field in the next protal,
> > etc. It works at first as I step through it (with message pauses) but
> > when the focus moves off a given portal that portal jumps back to its
> > first row. How do I get it to stick to the chosen row?
> > Thanks
> > Tom 2