Search found 411 matches

by John Morris
Thu Jun 02, 2016 12:37 pm
Forum: Standard/Enterprise Development
Topic: Joins on RequestedTask, SecurityIdentity, and Task table
Replies: 2
Views: 3744

Re: Joins on RequestedTask, SecurityIdentity, and Task table

This is posted in the wrong forum. Please post in the Integration Development forum.

This forum is only for the Classic product line.
by John Morris
Sat May 14, 2016 6:57 pm
Forum: Integration Development
Topic: 4.1 Security Error after Upgrade
Replies: 9
Views: 1206

Re: 4.1 Security Error after Upgrade

Make sure your own assemblies are setup to target the 4.6 framework, not the 4.6.1. This is a setting in their Visual Studio project's build properties.

It is OK to have the newer framework installed. This is only a build setting on your .net projects. They will still work against both frameworks.
by John Morris
Tue May 03, 2016 11:20 am
Forum: Integration Development
Topic: Server package order changes not reflected in open tab
Replies: 12
Views: 3575

Re: Server package order changes not reflected in open tab

The restriction that Bob refers to was lifted in the 4.0.5.x releases. If you are running the latest version of Select, you CAN make changes to the order during the server's handling of the IOrderStore::OrderSaving event. The server will send a diffgram back to the client, allowing the client to syn...
by John Morris
Mon Apr 18, 2016 12:56 pm
Forum: Integration Development
Topic: Simple Order Validation
Replies: 18
Views: 2266

Re: Simple Order Validation

That error message means you have another app running on the same port. If you are trying to run the server (spssvc.exe) in debug mode, then you need to remember to stop the one that is running from the original install. Go to local services on your machine and stop the SoftPro Select Server instanc...
by John Morris
Fri Apr 08, 2016 11:16 am
Forum: Integration Development
Topic: Simple Order Validation
Replies: 18
Views: 2266

Re: Simple Order Validation

You cannot debug a server-side package from a remote machine. You need to run the server on the same machine you're attempting to debug from.
by John Morris
Wed Apr 06, 2016 3:01 pm
Forum: Shell (User Interface)
Topic: TX Control
Replies: 1
Views: 947

Re: TX Control

This is a complex question with no straightforward answers. We do not render TextTx documents on the "back-end". This is done on the client side (gui layer). This is not an opened API area, so I'm not sure what you may be looking for. Can you give more specific details as to what you're wa...
by John Morris
Mon Mar 07, 2016 6:24 pm
Forum: Shell (User Interface)
Topic: Custom Field Changed Event
Replies: 3
Views: 851

Re: Custom Field Changed Event

Sounds like a bug. I'll takes look.
by John Morris
Mon Mar 07, 2016 5:18 pm
Forum: Shell (User Interface)
Topic: Custom Field Changed Event
Replies: 3
Views: 851

Re: Custom Field Changed Event

This should work for custom fields too. Have you tried it?
by John Morris
Thu Feb 11, 2016 10:24 am
Forum: Integration Development
Topic: OpenOrder Object reference not set to an instance of an obje
Replies: 9
Views: 1387

Re: OpenOrder Object reference not set to an instance of an

Are you using the same profile in the GUI as you are in the API code?
by John Morris
Wed Jan 20, 2016 4:04 pm
Forum: Integration Development
Topic: New Shell Package Not Compiling
Replies: 10
Views: 1403

Re: New Shell Package Not Compiling

I looks like you're using a network drive. Does this reproduce if you use a local drive path?