cherokee
13th June 2011, 20:27
Hello everyone,

I have a multi-occ session that after selecting an occ, zooms in to a sub-session. In the sub-session I create a new record which should be displayed on the main multi-occ session, when I came back from the sub-session. How do I display the new record?

I am doing execute(prev.set) then execute(next.set) and does work, but I know should be a better way to do this.

Thanks in advance.

cherokee
13th June 2011, 20:33
found it sorry... execute(find.data)

Thanks anyways...

ashishjain
15th June 2011, 11:30
Hi Carlos,

You can use refresh() or refresh.curr.occ() function.