This content has been marked as final.
Show 3 replies
-
1. Re: Populate text field with a sentence and text from another text field
jnicholas330 Oct 1, 2014 5:08 PM (in response to WekiMid03)Override the calculate event of the Sent001 object with the following
Name0001.rawValue + " will be attending";
-
2. Re: Populate text field with a sentence and text from another text field
WekiMid03 Oct 2, 2014 6:54 AM (in response to jnicholas330)Thank you, but for some reason it is not working for me.
Language: FormCalc and using calculate this is what I am entering:
xfa.form.form1.CertIntlTravel.Sent01.rawValue = Name0001.rawValue + " will be attending";
-
3. Re: Populate text field with a sentence and text from another text field
TundraSteve Oct 3, 2014 5:20 AM (in response to WekiMid03)If you want to use formcalc Concat(TextField1.rawValue," will be attending")


