NetTalk Central

Author Topic: Prompt on Check Box  (Read 1790 times)

rjolda

  • Sr. Member
  • ****
  • Posts: 314
    • View Profile
    • Email
Prompt on Check Box
« 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

rjolda

  • Sr. Member
  • ****
  • Posts: 314
    • View Profile
    • Email
Re: Prompt on Check Box
« Reply #1 on: July 08, 2024, 09:12:30 AM »
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