NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: rjolda on July 08, 2024, 08:33:42 AM
-
Hi,
NT 14.21 C11
I have a check box and I have a Prompt on it. Check box is Yes/No.
When I Check the Check Box from NO to YES, the PROMPT hides.
How can I stop the Prompt from hiding ( I want it to show all the time...)
Thanks,
Ron
-
Solved,
I was using a field from the record as the Prompt. When the screen loaded, all the fields were in scope.
When I checked the box, the field was not in scope so it became blank.
Answer:
Prompt became: p_web.GSV('REC:Field1') instead of just 'REC:Field1'
Resolved.
Ron