Click here to Skip to main content
15,887,135 members
Home / Discussions / Java
   

Java

 
QuestionAnt colony system for solving a shortest path in a multimodal transport Pin
Member 1322085424-May-17 10:07
Member 1322085424-May-17 10:07 
AnswerRe: Ant colony system for solving a shortest path in a multimodal transport Pin
Richard MacCutchan24-May-17 21:15
mveRichard MacCutchan24-May-17 21:15 
GeneralRe: Ant colony system for solving a shortest path in a multimodal transport Pin
Member 1322085424-May-17 21:38
Member 1322085424-May-17 21:38 
GeneralRe: Ant colony system for solving a shortest path in a multimodal transport Pin
Richard MacCutchan24-May-17 21:50
mveRichard MacCutchan24-May-17 21:50 
GeneralRe: Ant colony system for solving a shortest path in a multimodal transport Pin
Member 1322085425-May-17 0:38
Member 1322085425-May-17 0:38 
GeneralRe: Ant colony system for solving a shortest path in a multimodal transport Pin
Richard MacCutchan25-May-17 0:39
mveRichard MacCutchan25-May-17 0:39 
GeneralRe: Ant colony system for solving a shortest path in a multimodal transport Pin
Member 1322085425-May-17 0:41
Member 1322085425-May-17 0:41 
Questionthis.submitForm - Help with Custom Subject Line Pin
Member 1322073224-May-17 8:16
Member 1322073224-May-17 8:16 
Hi all,

I am trying to execute javascript in a PDF that will allow the form to be submitted via email with a subject line that will pull a value from a field in the form. I am able to get the email portion to work, but I have not been able to customize the subject line to pull from the field. Below is the base script I am using to send the email without the customized subject line:

JavaScript
this.submitForm({

		cURL: "mailto:aamos@lrrc.com?subject=TSC Form&body=",

		cSubmitAs: "PDF"

	});


The field I am wanting to pull from is labeled "Name". Below was one of my attempts, all of which have not worked.

Failed Script:

JavaScript
this.submitForm({

		var Name = this.getField("Name").value;

       		cURL: "mailto:aamos@lrrc.com?subject=TSC Form (Name)&body= ) ",

        	cSubmitAs: "PDF"

	});


Can some one point me in the right direction or help me with where I went wrong in the script? I am new to this, and glad I was able to execute the first script successfully but I feel I am in over my head with the customization.

Thanks in advance your your assistance.

AA
AnswerRe: this.submitForm - Help with Custom Subject Line Pin
NotPolitcallyCorrect24-May-17 9:28
NotPolitcallyCorrect24-May-17 9:28 
GeneralRe: this.submitForm - Help with Custom Subject Line Pin
Member 1322073224-May-17 9:41
Member 1322073224-May-17 9:41 
QuestionH2 database (SQL) syntax error Pin
Ashford Tulgaa14-May-17 21:43
Ashford Tulgaa14-May-17 21:43 
AnswerRe: H2 database (SQL) syntax error Pin
Richard MacCutchan14-May-17 21:56
mveRichard MacCutchan14-May-17 21:56 
GeneralRe: H2 database (SQL) syntax error Pin
Ashford Tulgaa14-May-17 22:04
Ashford Tulgaa14-May-17 22:04 
AnswerRe: H2 database (SQL) syntax error Pin
Jochen Arndt14-May-17 23:12
professionalJochen Arndt14-May-17 23:12 
GeneralRe: H2 database (SQL) syntax error Pin
Ashford Tulgaa14-May-17 23:14
Ashford Tulgaa14-May-17 23:14 
SuggestionRe: H2 database (SQL) syntax error Pin
Richard Deeming15-May-17 8:01
mveRichard Deeming15-May-17 8:01 
GeneralRe: H2 database (SQL) syntax error Pin
Richard MacCutchan15-May-17 20:49
mveRichard MacCutchan15-May-17 20:49 
AnswerRe: H2 database (SQL) syntax error Pin
Patrice T21-May-17 12:34
mvePatrice T21-May-17 12:34 
QuestionHelp me with CreateProcess error=216 and Gradle error in Android at fist build Pin
Cao Khả Tú11-May-17 20:45
Cao Khả Tú11-May-17 20:45 
AnswerRe: Help me with CreateProcess error=216 and Gradle error in Android at fist build Pin
Richard MacCutchan12-May-17 3:11
mveRichard MacCutchan12-May-17 3:11 
GeneralRe: Help me with CreateProcess error=216 and Gradle error in Android at fist build Pin
wseng21-May-17 21:49
wseng21-May-17 21:49 
QuestionHow do we make responsive software??? Pin
Member 1319306610-May-17 20:07
Member 1319306610-May-17 20:07 
AnswerRe: How do we make responsive software??? Pin
Richard MacCutchan10-May-17 23:45
mveRichard MacCutchan10-May-17 23:45 
QuestionI need help with a Java program !! Pin
Member 131899649-May-17 9:54
Member 131899649-May-17 9:54 
AnswerRe: I need help with a Java program !! Pin
Richard MacCutchan10-May-17 23:46
mveRichard MacCutchan10-May-17 23:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.