Hi there,
I have a ResetPopup page displayed as pop-over modal
On confirmation I want to reset all input in the form.
But it says to me that Cross page references are not permitted
(
Formulaire_recouvrement
is page name where I have my form)
What solution could I have ?
Regards !
Sylvain
Anil_G
(Anil Gorthi)
November 27, 2024, 12:11pm
2
@Sylvain_Farnault
Assign that value to a app variable
App variables can be used across
Cheers
Does that means, if I have that
Then somewhere I have
My
Formulaire_recouvrement.Radio_Button_TypeAgent.Value
will be as well set to empty string
""
?
Thx for your help
Sylvain
Anil_G
(Anil Gorthi)
November 27, 2024, 1:54pm
4
@Sylvain_Farnault
I gave about getting data
if reset is the one you want to do then ideally it would be reset when you move from one page to another
if not on page load set the value of the field with app variabel
cheers
@Sylvain_Farnault ,
Refer this app for the sample.
PersonalDetailsApp.uiapp (346.1 KB)