Field visibility

VincentSp

New member
Local time
Today, 16:56
Joined
Feb 10, 2020
Messages
12
Hi All,

I have a form on which a command button becomes visible if the value of a specific checkbox is true
This works fine, but after I submit the form using the command button the form clears all the fields including the checkbox but keeps the command button visible.
I have tried a few things but somehow the command button stays visible after submitting the form..

Field visibility property is set to "no"

Vincent
 
Use the onCurrent event to set the visible property to no again. (Or in the command button)
 
Used the onCurrent option, problem solved!

Thank you for your prompt reply!!
 

Users who are viewing this thread

Back
Top Bottom