Field visibility (1 Viewer)

VincentSp

New member
Local time
Today, 07:13
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
 

moke123

AWF VIP
Local time
Today, 01:13
Joined
Jan 11, 2013
Messages
3,933
Use the onCurrent event to set the visible property to no again. (Or in the command button)
 

VincentSp

New member
Local time
Today, 07:13
Joined
Feb 10, 2020
Messages
12
Used the onCurrent option, problem solved!

Thank you for your prompt reply!!
 

Users who are viewing this thread

Top Bottom