Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.

Problems when I copy a text from master page field to body page field

Avatar

Former Community Member
Hello



I am developing a electronic form and I have experimented a strange bebehavior.

When I try to copy a rawvalue of listbox field from master page to textbox field in body page, this works randomly.



I have this code in the validation of the master page field

--------------------begin code---------------------

if (this.rawValue != null && this.rawValue != "")

if (xfa.form.myform.mysubform.mytextfield.rawValue != this.rawvalue)

xfa.form.myform.mysubform.mytextfield.rawValue = this.rawValue;

--------------------end code---------------------



Somebody know what is wrong?



I am very confused.



Thanks a lot for your help.



----------------------------------

Hosting Association

The low cost quality hosting

http://www.hostingassociation.biz

----------------------------------
0 Replies