NetTalk Central

Author Topic: Hide / Unhide entry in a form  (Read 1878 times)

Robert Iliuta

  • Sr. Member
  • ****
  • Posts: 472
    • View Profile
    • Email
Hide / Unhide entry in a form
« on: May 19, 2010, 06:09:33 AM »
Hallo,


I have a radio control with 2 options. If I set YES I want to hide some entry else to unhide them. The condition is: p_web.GSV('MEM:Statut') = 'INACTIV'  . Nothing happened when I click on the radio . How can I refresh so the condition to take effect ?


Thank you,
Robert

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11194
    • View Profile
Re: Hide / Unhide entry in a form
« Reply #1 on: May 19, 2010, 07:05:46 AM »
Enter any controls dependent on the radio, on the client-side tab of the radio in the Reset list.

ie
Radio
client side tab
Reset list
add dependent fields here.

Be sure to tick on all 3 options (Prompt / Value / Column)

then the _hide condition_ of those fields should take the valus of the GSV of the Radio field into account.

cheers
Bruce


Robert Iliuta

  • Sr. Member
  • ****
  • Posts: 472
    • View Profile
    • Email
Re: Hide / Unhide entry in a form
« Reply #2 on: May 20, 2010, 02:59:44 AM »
Thank you Bruce,

Works great!  :)

Robert