ddsSyncWithForm

Discussion in 'Cadence' started by jmss, Sep 7, 2007.

  1. jmss

    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
     
    jmss, Sep 7, 2007
    #1
  2. 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, Sep 16, 2007
    #2
  3. jmss

    jmss Guest

    Use the ddsSyncWithForm() on one of the field sets, and then have callbacks on
    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.
     
    jmss, Sep 20, 2007
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.
Similar Threads
Loading...