Hi,
I have a radio on a MemForm. I have 7 options:
Text: p_web.GSV('autoInfo1') through .... p_web.GSV('autoInfo7')
For each one I set the Include Conditon: p_web.GSV('autoInfo1')<> '' through .... p_web.GSV('autoInfo7')<> ''
So, I read my data and fill in each p.web.SSV('autoInfo1', mydata) for each one that I need.
It is not a matter of hiding or unhiding - it is a matter of does the data exist - if yes, then the variable has a value. If not, the variable has no value and thus is not included.
HTH,
Ron