ddsSyncWithForm

J

jmss

Guest
Hi,

How can I make ddsSyncWithForm synchronize the library manager
selection with two differente lib/cell/view fields in a form?

If I use:
ddsSyncWithForm(FORM 'browse 'lib1 'cell1 'view1)
ddsSyncWithForm(FORM 'browse 'lib2 'cell2 'view2)

only lib2/cell2/view2 get synchronized.

In fact, I'd prefer filling lib2/cell2/view2 only when I close the
library manager.

Thanks and best regards.
Joăo M. S. Silva
 
On Fri, 07 Sep 2007 07:21:51 -0700, jmss <joao.m.santos.silva@gmail.com> wrote:

Hi,

How can I make ddsSyncWithForm synchronize the library manager
selection with two differente lib/cell/view fields in a form?

If I use:
ddsSyncWithForm(FORM 'browse 'lib1 'cell1 'view1)
ddsSyncWithForm(FORM 'browse 'lib2 'cell2 'view2)

only lib2/cell2/view2 get synchronized.

In fact, I'd prefer filling lib2/cell2/view2 only when I close the
library manager.

Thanks and best regards.
Joăo M. S. Silva
Use the ddsSyncWithForm() on one of the field sets, and then have callbacks on
those fields which set the values of the other field set.

Regards,

Andrew.
--
Andrew Beckett
Senior Solution Architect
Cadence Design Systems, UK.
 
Use the ddsSyncWithForm() on one of the field sets, and then have callbacks on
those fields which set the values of the other field set.
i don't know why I didn't think of that before. I must have been too
much focused on the library manager close event and forgot field
callbacks.

Thanks.
 

Welcome to EDABoard.com

Sponsor

Back
Top