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