Search found 75 matches

by toddsou
Fri Jun 07, 2019 3:22 pm
Forum: Installation and Setup
Topic: Connecting via Gateway ?
Replies: 1
Views: 2674

Connecting via Gateway ?

Hi- I'm attempting to use 4.6 in a test environment. I have two pooled servers. The help doc says that I should be able to connect my SPS client to my server pool with the following address: To connect to the server through the Gateway: Syntax for pooled server: http://<name of mid-tier server>:<por...
by toddsou
Thu May 02, 2019 12:48 pm
Forum: Installation and Setup
Topic: Visual Studio 2017 + SPS SDK = not supported ?
Replies: 4
Views: 3430

Visual Studio 2017 + SPS SDK = not supported ?

It is my recent understanding that VS 2017 is not supported for SPS SDK development. Is this true? The latest I can use is VS 2015 ? Does it matter which version of SPS I am using? (we're using 4.3.10.1) I'm trying to update a shell ribbon package that I originally built with VS 2015. Are there any ...
by toddsou
Fri Mar 01, 2019 2:02 pm
Forum: Integration Development
Topic: IPrintJobItem.Properties - what values does Select set in that collection ?
Replies: 1
Views: 728

IPrintJobItem.Properties - what values does Select set in that collection ?

Hello- As the subject indicates, I'm looking for documentation regarding the values that are available to be read from the IPrintJobItem.Properties collection. The SDK offers the following: The print job, and each item in the job, both have a set of extensible metadata that is accessible by the Prop...
by toddsou
Thu Feb 14, 2019 9:22 am
Forum: Installation and Setup
Topic: How to remove SoftPro 360 client ?
Replies: 1
Views: 2589

How to remove SoftPro 360 client ?

Hi-

I can remove a particular version of the SoftPro Select client via msiexec with the following switches:
/x {65203559-7D35-46D6-BFCD-318543A535CB} /qn REBOOT=ReallySuppress

but what is the guid to remove the 360 client ? (I suspect the codes are different per version?)

Thanks!
by toddsou
Thu Sep 20, 2018 2:00 pm
Forum: General
Topic: works on one, but not on the other
Replies: 2
Views: 1363

Re: works on one, but not on the other - SOLVED

Solved. Just to follow up on my own thread- The program worked on my machine because the library in question (IronPython.Modules.dll) was loaded from the GAC. On the other machines where the program failed, this library did not exist in the GAC. I had forgotten that I had installed IronPython.NET a ...
by toddsou
Thu Sep 20, 2018 11:37 am
Forum: General
Topic: works on one, but not on the other
Replies: 2
Views: 1363

works on one, but not on the other

Hello- I have a basic console app which uses the SDK to open an order, make a small edit, and then save the order. When executed on my machine against a given order, it works. When the output folder is xcopy'd over to another dev's machine and executed against the same order it does not. The excepti...
by toddsou
Tue Sep 18, 2018 10:00 am
Forum: General
Topic: Subscribe to event for when invoice line item deleted ?
Replies: 2
Views: 1437

Re: Subscribe to event for when invoice line item deleted ?

Ok, thanks for the tip, and the example code for monitoring list changes.

....and it looks like the ListChangedEventArgs param offers a ListChangedType property which can be compared against the ListChangedType .ItemDeleted enum value.

Looks promising.

Regards-
by toddsou
Mon Sep 10, 2018 1:21 pm
Forum: General
Topic: Subscribe to event for when invoice line item deleted ?
Replies: 2
Views: 1437

Subscribe to event for when invoice line item deleted ?

Hi- I'd like to know when a user has removed a line item from an Invoice. In that use case, we have some custom records regarding payments made against that line item that I need to adjust. What options do I have for registering a handler or otherwise getting notified so I can execute some custom co...
by toddsou
Tue Jun 05, 2018 9:54 am
Forum: General
Topic: Paging lookup table records?
Replies: 6
Views: 1847

Re: Paging lookup table records?

Hi-

Check out LookupQuerySpec's MaxRows property.

Regards-