Search found 1290 matches

by BobRichards
Tue Jun 28, 2016 4:47 pm
Forum: Integration Development
Topic: Conversion issue with OrderURI, OrderKind
Replies: 9
Views: 1364

Re: Conversion issue with OrderURI, OrderKind

I have received the code from kkirkfield and it has two basic issues - (1) You should never get the SelectServer object in a Select Shell package and (2) IShell is never available from the SelectServer object. (1) While creating a custom Editor window, the following incorrect code was created. You n...
by BobRichards
Tue Jun 28, 2016 4:03 pm
Forum: Integration Development
Topic: Conversion issue with OrderURI, OrderKind
Replies: 9
Views: 1364

Re: Conversion issue with OrderURI, OrderKind

If IShell is null, then it is not available. IShell is an interface available to Select Shell packages only (shell packages are described in the SDK in How-To/Shell Package Development). I suspect you are not a shell package or something non-standard is going on with your design. Assuming you have c...
by BobRichards
Tue Jun 28, 2016 12:28 pm
Forum: Integration Development
Topic: Problems setting County on a property
Replies: 18
Views: 2274

Re: Problems setting County on a property

This example uses dynamic types... dynamic order = {order} dynamic props = order.Properties; dynamic property = props[0]; property.County = "Wake"; dynamic address = property.Address; address.Address1 = "123 Main Street"; address.City = "Raleigh"; And one for static typ...
by BobRichards
Tue Jun 28, 2016 11:39 am
Forum: Integration Development
Topic: Problems setting County on a property
Replies: 18
Views: 2274

Re: Problems setting County on a property

The error message (Cannot apply indexing with [] to an expression of type 'Property') means that the Property object does not have a indexer method. Since it is a dynamic type at this point, you can do either of the two methods: // Dynamic property. property.County = "Wake"; // Static inde...
by BobRichards
Mon Jun 20, 2016 8:36 pm
Forum: ProForm (Order Tracking)
Topic: GetService<IWindowManager>() returns null
Replies: 5
Views: 3646

Re: GetService<IWindowManager>() returns null

But you are a separate client instance - possibly one of hundreds - with no connection to any Select client GUI. There is no Active Window to get. What you have done is spin up a totally separate client connection to the server that can have no knowledge of any clients. If you are running on a machi...
by BobRichards
Mon Jun 20, 2016 2:53 pm
Forum: ProForm (Order Tracking)
Topic: GetService<IWindowManager>() returns null
Replies: 5
Views: 3646

Re: GetService<IWindowManager>() returns null

I'm not sure what you are trying to achieve. Can you provide more details? You have gotten your own connection to the mid-tier (SelectServer sps = new SelectServer(...)) so you are an independent stand-alone client - not an instance of Select client (where the IWindowManager exists). Select clients ...
by BobRichards
Wed Jun 15, 2016 2:35 pm
Forum: Shell (User Interface)
Topic: Moniker Navigation Fragment options
Replies: 3
Views: 987

Re: Moniker Navigation Fragment options

Indeed I am and was told so earlier. I was trying to put together a fragment to demonstrate, but you beat me to it. Thanks!
by BobRichards
Mon Jun 13, 2016 5:21 pm
Forum: Crystal Report Development
Topic: SP Image/Attachments
Replies: 3
Views: 3506

Re: SP Image/Attachments

This information is not available from the SQL tables. You must open the order and query the associated API for a list of attachments.
by BobRichards
Mon Jun 13, 2016 11:56 am
Forum: Integration Development
Topic: /rootSuffix:Exp causes security error
Replies: 4
Views: 732

Re: /rootSuffix:Exp causes security error

Sounds like you are not finding your desired (or any) server. Start the Select client while pressing and holding Shift + Control keys and you will get a dialog displaying the servers that are found. Select a server and set a username/password. When you select your server, be sure to check the "...