Hi Peter,

> some of our users are working with forms on an external db (jdbc)
> at the same time.
> Moving forward to the next record, all users should get the updated row,
> so a macro with oForm.refreshRow() should do the trick.

Yes, normally it should.

> I bound it to the event
> 
> after data record changed (German: nach dem Datensatzwechsel),
> 
> but the controls are only refreshed after leaving this row and stepping 
> in it again.

Looking at the code, there seems to be a value-change notification
missing. You might
- try adding a "oForm.Modified = TRUE" before refreshRow - this might
  (did not try) fire proper notifications, which should also be
  reflected in the controls
- submit an issue requesting we properly fix it

Ciao
Frank

-- 
- Frank Schönheit, Software Engineer         [EMAIL PROTECTED] -
- Sun Microsystems                      http://www.sun.com/staroffice -
- OpenOffice.org Base                       http://dba.openoffice.org -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to