Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

JD2therescue
JD2therescue
Offline

Badges

Badges
5

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
6

Discussions

Discussions
0

Questions

Questions
6

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by JD2therescue
Customize the badges you want to showcase on your profile
Re: Export blank values vs null - Adobe LiveCycle 21-03-2012
Things are Golden now, thank you very much!

Views

231

Likes

0

Replies

0
Re: Export blank values vs null - Adobe LiveCycle 21-03-2012
var cToAddr = "Jim.Dandy@anywhere.com"var cSubLine = "Property Accountability Form Submission"function GetBody(){ var body = "Non-Core Software Request Form" + "\n\n" + " **** User Information ****" + "\n"; if ( ! RequestorName.isNull ) body =+ "Requestor:\t\t\t" + RequestorName.formattedValue + "\n"; if ( ! Organization.isNull ) body =+ "Organization:\t\t\t" + Organization.formattedValue + "\n"; return body}cBody = GetBody()if (form1.execValidate() == false){ xfa.host.messageBox("One of the req...

Views

222

Likes

0

Replies

0
Re: Export blank values vs null - Adobe LiveCycle 21-03-2012
I was able to get it working a little better but it's still not quite right. What happens now is if I enter data in the field, it shows up (sorta) but everything before or after it does not. It the field is left blank, then the first two lines of text shown in your reply above in RED and between the quotes will appear. If for instance, if I enter "Jim Dandy" in the Requetor Field the only thing in the body of the email is shown below. If I leave it blank then I get the lines "Non-Core..." and **...

Views

216

Likes

0

Replies

0
Re: Export blank values vs null - Adobe LiveCycle 20-03-2012
In applying this to the form, it appears to pass the "Check Script Syntax" feature but when I press the submit button with this change, nothing happens. If I remark it out, it works as before and I get the email message with the form attached. This form has about 50 similar fields, all connected by a similar series of sections like I showed in the original message so once I get one field figured out, the rest should follow easily.Thanks.

Views

218

Likes

0

Replies

0
Re: Export blank values vs null - Adobe LiveCycle 20-03-2012
Thank you for this lesson. What might have been an easy solution for you was wracking my brain...I'm still just getting started hereCan I ask one follow-on question? Is there a way to have written each of these lines so that if there isn't a particular datapoint that the line doesn't show up in my results email? So, if the Organization field is blank, or null, then don't even provide a blank Organization line in the response email?

Views

218

Likes

0

Replies

0
Export blank values vs null - Adobe LiveCycle 19-03-2012
I've created a form with a Submit button that generates an email with the form an attachment. The trouble is if there's a blank field, the email contains the value "null" where I'd like it to remain blank. How can I format the javascript shown below to allow blank fields to remain blank in the email and not display as "null".?

Views

1.5K

Likes

0

Replies

10