Hi Experts:
I made a Sync. session between maintain session(main-session) and display session(sub-session). The number of records for display session(sub-session) may exceed the form limit(eg.Occurrences=6). But when I set the scrollbar status(fattr.scrollbar = true) in the script for the sub-session,When click on the vertical scrollbar of sub-session, the next.set action is performed on the main-session.
I think it's probably the control that's been transferred to the main-session through function witch.to.process(parent) (in the sub-session) at this point.(But the forms of the two sessions don't overlap!?)So how can I clicked vertical scrollbar on the sub-session and produce an action that only works on the sub-session?
Thanks for any suggestions!
I made a Sync. session between maintain session(main-session) and display session(sub-session). The number of records for display session(sub-session) may exceed the form limit(eg.Occurrences=6). But when I set the scrollbar status(fattr.scrollbar = true) in the script for the sub-session,When click on the vertical scrollbar of sub-session, the next.set action is performed on the main-session.
I think it's probably the control that's been transferred to the main-session through function witch.to.process(parent) (in the sub-session) at this point.(But the forms of the two sessions don't overlap!?)So how can I clicked vertical scrollbar on the sub-session and produce an action that only works on the sub-session?
Thanks for any suggestions!