Search found 5 matches

by kheslin
Wed Apr 01, 2020 7:59 pm
Forum: Flows
Topic: Crystal Reports
Replies: 3
Views: 4385

Crystal Reports

I'm looking for a way to call a Crystal Report, pass it parameters and either save as a PDF or send it to a printer.

Any help or insight is greatly appreciated.

Kevin Heslin
Seaway Printing
Green Bay, WI
by kheslin
Wed Feb 12, 2020 7:05 pm
Forum: LEGACY scripting
Topic: External File Copy using Javascript
Replies: 2
Views: 4056

Re: External File Copy using Javascript

I was using a script because I didn't know that "Inject Job" could do this.

I'm off to try it out

Thanks
by kheslin
Tue Feb 11, 2020 11:55 pm
Forum: LEGACY scripting
Topic: External File Copy using Javascript
Replies: 2
Views: 4056

External File Copy using Javascript

I'm working on a script to move an external file from one directory to another. I can't seem to get it to work. I've reduced the script to this and still no luck. function jobArrived( s : Switch, job : Job ) { var SourceFile = "//SPCV02/testing/FromFolder/FileToMove.txt"; var DestinationFi...
by kheslin
Fri Oct 04, 2019 8:19 pm
Forum: Flows
Topic: Pause processing until another flow completes
Replies: 1
Views: 2880

Pause processing until another flow completes

I have a flow that receives 2 files via email. Both files are in the same email. The first file is a multi line CSV, the second file is a zip file that has a file for each line in the CSV file. The CSV file needs to be processed before the zip file can be processed. I am currently using CSV2XML to b...
by kheslin
Tue Feb 05, 2019 11:26 pm
Forum: Flows
Topic: Set Private Data to SQL result
Replies: 2
Views: 24255

Set Private Data to SQL result

Using Switch 2018. I'd like to do a SQL query and store the result in Private Data. This is my SQL statement EXEC SW_GetDeadlineDate_r1 '[Job.PrivateData:Key="p1"]' , '[Job.PrivateData:Key="deadline"]' ____________________________________________________________________ Here is m...