Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have an input field associated with one field of a table. I need that when they are loaded by the first time, his value is blank, not the value of the associate field. Someone knows since I can do it? Does someone know if validations can do to him on the value entered in Edition mode?
Thank you for your help.
Eugeni
Hi,
To set the default value when the application opened at first time then, add an Action under Document Properties->Triggers->On Open (Default Event Triggers) and add an external action "Set Variable".
To validate the filed value when it's inputted then use "Contraints" tab under object properties.
Hi Venugopal,
i'm working with a field input load in a table. I believe that i can't work with him as if it was a variable, not?
Thanks.
SET variable='' on load script
Hi Ahsan, thanks.
This solution works correctly, but on reload data, does not preserve de information entered previously in input file.
see here for set default val in input field
Hi for the input box to show the default value,
Create
1. one variable and assign the default value
2. create the input box with that variable.
So now all the time that input box value will be the default variable assigned value