spartacus
19th March 2003, 14:34
Is there any function which does exact the same, as the F5-Key. Remark: "refresh()" seems not to do the same job!

Our prob: in a synchronized dilaog we change the value of a table field. Additional we changed this value for ALL occ (direct in the table via a normal select). If we close the dialog and come back to our mocc, we first see the changins for the one occ, where we changed. After "F5" everything is update right. The changings are displayed for all occs.

We use "when.synchronized.child.exits()" to get control back after we exit our dialog session.

Here we have the problem, that within this function "execute(find.data)" is not possible.

Spartacus

NPRao
19th March 2003, 20:31
Spartacus,

Refer to the links -

synchronizing different occurrences on parent session from child (http://www.baanboard.com/baanboard/showthread.php?s=&threadid=6419)

Refresh (http://www.baanboard.com/baanboard/showthread.php?s=&threadid=1676)