Update of application form content

Discussion in 'Cadence' started by Bernd Fischer, Sep 9, 2003.

  1. Hi,

    I want to create an app form;

    With radio buttons on top, depending on the choice of the
    radio button you select, the rest of the form should appear.
    Which means for every radio button a separate form layout, except
    the radio buttons itself.

    Should look like the IC Craftsman rule editor form, if someone
    knows it.

    + choice1 + choice2 +choic3
    ------------------------------- sep

    appearance depending on choices


    How to implement such a thing in an app form?
    How to update only special areas, fields for a app form?

    Thanks in advance Bernd
     
    Bernd Fischer, Sep 9, 2003
    #1
  2. Bernd,

    Your best bet is to use hiCreateTabField which handles this cleanly (as a
    "notebook" or "tabbed" form), rather than trying to simulate it with radio
    buttons. Things like the Rule Setup form for the schematic checker in
    Composer use this, and it's rather more elegant than using radio buttons.

    Andrew.
     
    Andrew Beckett, Sep 10, 2003
    #2
  3. Andrew,

    hiCreateTabField works fine, I was not aware os this hiCreate function.

    Thanks Bernd
     
    Bernd Fischer, Sep 10, 2003
    #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.