Search found 89 matches

by john.morton
Tue Oct 23, 2012 9:27 am
Forum: ProForm (Order Tracking)
Topic: Problem updating lookups in web .net
Replies: 17
Views: 7161

Re: Problem updating lookups in web .net

As Graham has pointed out, what you're doing looks correct. I'm going to spend a little time trying to reproduce the behavior you're getting on our side so that I might be able to help you figure out a solution.
by john.morton
Thu Apr 26, 2012 9:35 am
Forum: Integration Development
Topic: Creating Order via API
Replies: 12
Views: 1642

Re: Creating Order via API

I'm working on reproducing this issue, so that I can work on fixing it. Unfortunately, I haven't been able to thus far. I’ve tried reproducing this two different ways: 1. Using the API, I opened an Order that had a Title Company order contact. I removed that TitleCompany using the same method you sh...
by john.morton
Fri Feb 10, 2012 11:26 am
Forum: Integration Development
Topic: Setting the Trust Account for an order via the API
Replies: 23
Views: 9861

Re: Setting the Trust Account for an order via the API

From an IOrder, you can get a list of ITransactions, and the ITrustAccount they are associated with. Unfortunately, with the current API, you can't set the Trust Account for an order. Much more of this functionality will be available with our next major release (Cameron).
by john.morton
Mon Dec 19, 2011 10:20 am
Forum: Integration Development
Topic: DropDownList on Custom Start Page crashes Select
Replies: 7
Views: 1002

Re: DropDownList on Custom Start Page crashes Select

Yes, I was able to reproduce the problem in our environment. The problem seems to be isolated to just the DropDownList having an issue when loaded in our start screen. In your web.config, you can set: <system.codedom> <compilers> <compiler [b]compilerOptions="/platform:x86"[/b] language=&q...
by john.morton
Fri Dec 16, 2011 2:25 pm
Forum: Integration Development
Topic: DropDownList on Custom Start Page crashes Select
Replies: 7
Views: 1002

Re: DropDownList on Custom Start Page crashes Select

Could you try building and deploying your application as x86 please?
by john.morton
Mon Dec 12, 2011 4:25 pm
Forum: Integration Development
Topic: DropDownList on Custom Start Page crashes Select
Replies: 7
Views: 1002

Re: DropDownList on Custom Start Page crashes Select

What platforms (x86 versus x64) are the machines you've tried this on running?
by john.morton
Tue Nov 29, 2011 10:30 am
Forum: Integration Development
Topic: Error opening order
Replies: 7
Views: 926

Re: Error opening order

The service runs continuously after a specific interval of time Just so I can get as many factors the same as what you're doing, I assume your tool checks for changes periodically? Or does it just cycle through all of the orders on a cycle? Again, if you could share the actual codebase, that would ...
by john.morton
Mon Nov 28, 2011 2:11 pm
Forum: Integration Development
Topic: Error opening order
Replies: 7
Views: 926

Re: Error opening order

In order to help resolve this issue, we will need to reproduce this behavior in our environment. If it's possible for you to share your code with us, that would be great. If not, could you give us a little more details about what exactly your application is doing. When you said that you're opening a...
by john.morton
Wed Nov 16, 2011 11:56 am
Forum: Integration Development
Topic: DropDownList on Custom Start Page crashes Select
Replies: 7
Views: 1002

Re: DropDownList on Custom Start Page crashes Select

In order for us to quickly reproduce this behavior in our environment, could you please attempt to provide a sample application that demonstrates the issue. Either that, or narrow your current code down to where the problem is isolated, and provide us a copy of that to work with?