NetTalk Central
		NetTalk Web Server => Web Server - Ask For Help => Topic started by: Robert Iliuta 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
			 
			
			- 
				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
			 
			
			- 
				Thank you Bruce,
Works great!  :)
Robert