Search found 228 matches

by sander
Thu Jun 22, 2017 12:09 pm
Forum: Flows
Topic: Assemble Job with no delay
Replies: 8
Views: 77884

Re: Assemble Job with no delay

How do you submit the pdf's? You can't drop some of 'em in the root input folder, it needs to be in a folder else it doesn't know these belong to each other.
by sander
Wed Jun 21, 2017 10:01 am
Forum: Flows
Topic: Assemble Job with no delay
Replies: 8
Views: 77884

Re: Assemble Job with no delay

I once came up with this for the same situation, in my beginning Switch days tho :)

You throw in a file or folder, in case of a folder it's ungrouped and after it's assembled with that same ungrouped privatekey, which results in no unnecessary waiting.

Image
by sander
Mon Jun 19, 2017 1:40 pm
Forum: Scripting
Topic: Yesterday's Date? [SOLVED]
Replies: 13
Views: 426657

Re: Yesterday's Date?

Pretty cool Jan, thanks for creating such an app :)
by sander
Fri Jun 16, 2017 1:38 pm
Forum: Scripting
Topic: Yesterday's Date? [SOLVED]
Replies: 13
Views: 426657

Re: Yesterday's Date?

I use this in one of my transport carrier scripts to set date + 1. I think it will point you in the right direction :) // PostNL Express 12:00 requirement var day = new Date(); // today day.setDate(day.getDate() + 1); // Tomorrow var tomorrow = day.getDate()+'-'+day.getMonth()+'-'+day.getYear();
by sander
Mon Jun 12, 2017 11:30 am
Forum: Imposition
Topic: HP Smartstream N-up question
Replies: 30
Views: 107554

Re: HP Smartstream N-up question

I noticed Lombert and me went to mail contact instead of posting in this thread. Such a shame if we want to keep things open :) Someone asked me this in pm so I'll post in this topic so anyone can benefit of these findings. Hey Sander, what setting did you have to change on the iPC to correct the co...
by sander
Fri Jun 02, 2017 6:20 pm
Forum: PDF Creation
Topic: Compare two pdf file
Replies: 3
Views: 36476

Re: Compare two pdf file

Why the default Acrobat compare doesn't fit your needs?

https://helpx.adobe.com/acrobat/using/c ... ments.html
by sander
Tue Mar 28, 2017 11:54 am
Forum: Applications
Topic: Warning 'Skipped unsupported property'
Replies: 5
Views: 48958

Re: Warning 'Skipped unsupported property'

Try to reset one of your configurators to default. Afterwards manual copy all settings to a new configurator.

Works with other configurators, so worth a try!
by sander
Fri Mar 24, 2017 11:26 am
Forum: Scripting
Topic: multiple XML nodes in email alert
Replies: 5
Views: 40490

Re: multiple XML nodes in email alert

Thanks Freddy!

I'm using your example for another case to push all files I gather from a xml into a flow. In this case, I do have a number of unknown nodes so your example is perfect.

Thanks,
by sander
Wed Mar 22, 2017 8:17 pm
Forum: Flows
Topic: Targeting 2nd to last page
Replies: 6
Views: 45909

Re: Targeting 2nd to last page

Sorry for not being clear :)

I mean, do you add it like this?
https://forum.enfocus.com/viewtopic.php ... +set#p6054
by sander
Wed Mar 22, 2017 5:05 pm
Forum: Flows
Topic: Targeting 2nd to last page
Replies: 6
Views: 45909

Re: Targeting 2nd to last page

How did you add your variable to the action list?
by sander
Tue Mar 21, 2017 3:11 pm
Forum: Flows
Topic: See message via browser in local
Replies: 7
Views: 37729

Re: See message via browser in local

Strange. Any security software running?

Euhm, get yourself TCPView.exe and see if it's actually doing something?

Image

Download: https://live.sysinternals.com/Tcpview.exe
by sander
Mon Mar 20, 2017 12:35 pm
Forum: Flows
Topic: See message via browser in local
Replies: 7
Views: 37729

Re: See message via browser in local

I'm running the same configuration as yours and don't suffer with these problems. I did not change the Watchdog Service, and the service is set at 'Manual' start type over here. The Switch Watchdog shortcut is placed in my startup folder, I'm not sure if I did or the Switch installer did, but it's w...
by sander
Thu Mar 16, 2017 11:34 am
Forum: Scripting
Topic: multiple XML nodes in email alert
Replies: 5
Views: 40490

Re: multiple XML nodes in email alert

I heavily rely on PrivateData in my flows so I would create script and write every node that exist into a PrivateData key. I do something similar over here: // OrderRowNumber, OrderRows, OrderRowsTotal is taken from a different query. // Column1: OrderRowNumber // Column2: OrderRow // Column3: Besta...
by sander
Tue Mar 14, 2017 11:45 am
Forum: Applications
Topic: FTP Receive Issue
Replies: 5
Views: 47684

Re: FTP Receive Issue

Ah well, it looks like I mixed up ftps/sftp in the documentation. I was actually trying to ftps but Switch doesn't support that one.

To whom it may concern, I'm using WinSCP cli now. Supports it all!
by sander
Mon Mar 13, 2017 6:26 pm
Forum: Flows
Topic: Load information in Submit Point
Replies: 4
Views: 30112

Re: Load information in Submit Point

You don't have to use the scripting module but use a script expression.

I'm not 100% sure but I think the script expression is available without scripting module. Set your Data type to 'Dropdown list', now 'Define script expression' should be available:
Image