Search found 1290 matches

by BobRichards
Fri Sep 09, 2016 10:16 am
Forum: Integration Development
Topic: Ninject and SelectServer
Replies: 1
Views: 599

Re: Ninject and SelectServer

I have no specific advice since we do not use Ninject at SoftPro. However, SelectServer.GetService() is simply an implementation of System.IServiceProvider. I can only assume that Ninject has recommendations regarding getting services from an IServiceProvider since it is a widely used dependency inj...
by BobRichards
Thu Sep 08, 2016 3:06 pm
Forum: General
Topic: API example for Crystal Reports
Replies: 1
Views: 883

Re: API example for Crystal Reports

The Crystal report has a context of {{Order.CDFs}}. When Select renders the document from the UI screen, it will provide a dialog allowing the user to select the CDFs you wish to print - should there be more than one CDF. I this example, we are just going to render the report for the first CDF. Here...
by BobRichards
Thu Sep 08, 2016 2:27 pm
Forum: General
Topic: API example for Crystal Reports
Replies: 1
Views: 883

API example for Crystal Reports

This post will provide a generalized method to handle creating system reports that are generated by Crystal. It will demonstrate how to resolve the "CONTEXTID#" render prompt by using a report where a CDF context is required. You will handle the user prompts the same way as any report - th...
by BobRichards
Wed Aug 31, 2016 10:24 am
Forum: Integration Development
Topic: How to fire Exceptions and Subordinate matters dialog in API
Replies: 3
Views: 755

Re: How to fire Exceptions and Subordinate matters dialog in

While we release this information on buttons located in the ribbon (see .cts files in the SDK Tools folder), we do not release this information for internal screen UI elements such as these to prevent third party users from introducing external dependencies on our implementations or private value as...
by BobRichards
Wed Aug 31, 2016 9:24 am
Forum: Integration Development
Topic: How to fire Exceptions and Subordinate matters dialog in API
Replies: 3
Views: 755

Re: How to fire Exceptions and Subordinate matters dialog in

Do you just want to replicate a button press event or actually add new items programmatically?
by BobRichards
Wed Aug 31, 2016 9:19 am
Forum: Integration Development
Topic: Open new order in shell that failed save validation
Replies: 1
Views: 472

Re: Open new order in shell that failed save validation

Unfortunately, our UI interface does not work as would be needed to support this. An order is not saved to the order store database until the first ApplyChanges() is successful. Since your order has validation errors, the order is never saved. This is why you cannot open the order with the OpenStand...
by BobRichards
Wed Aug 24, 2016 1:12 pm
Forum: General
Topic: Trigger an event without saving an order
Replies: 1
Views: 788

Re: Trigger an event without saving an order

No. Events such as this are defined to signal specific functionality. What are you trying to achieve?
by BobRichards
Tue Aug 23, 2016 8:44 pm
Forum: Integration Development
Topic: PrintJobHandler with Possible Threading Issue
Replies: 14
Views: 2369

Re: PrintJobHandler with Possible Threading Issue

Please submit a representative block of code and it's stack trace so we can look into the problem. Thanks.
by BobRichards
Tue Aug 23, 2016 12:20 pm
Forum: Integration Development
Topic: trying to start workflow final
Replies: 8
Views: 1352

Re: trying to start workflow final

Is your order read-only? The order must be opened as writable. Can you make any changes to the order and save it (such as Order.RelatedOrders)? I would need to see your code to make any other comments.
by BobRichards
Mon Aug 22, 2016 12:35 pm
Forum: Integration Development
Topic: trying to start workflow final
Replies: 8
Views: 1352

Re: trying to start workflow final

Add "Microsoft.Scripting.dll" from the SoftPro client or server libraries to your project executable folder with the other Select DLLs. You do not need to add it to your project references, but it is needed for Select DLLs.