Search found 122 matches

by joe.mag
Thu Mar 01, 2012 12:47 pm
Forum: Integration Development
Topic: Overriding AdditionalTitleCharge's Charge field
Replies: 1
Views: 524

Overriding AdditionalTitleCharge's Charge field

I have a custom package that needs to override the Charge field (i.e. Order.Title.AdditionalTitleCharge.Charge) for an AdditionalTitleCharge (also for Endorsements but let's focus on ATC for now). I've tried setting the field value directly and while the API accepts the change when the screen reload...
by joe.mag
Mon Dec 19, 2011 9:22 am
Forum: Integration Development
Topic: DropDownList on Custom Start Page crashes Select
Replies: 7
Views: 1008

Re: DropDownList on Custom Start Page crashes Select

As an ASPX application isn't my code compiled on the fly on the platform on which it runs?

I was asked to prepare a simple repro sample but haven't heard if the sample reproduces the problems on your test systems.
by joe.mag
Fri Dec 16, 2011 1:25 pm
Forum: Integration Development
Topic: DropDownList on Custom Start Page crashes Select
Replies: 7
Views: 1008

Re: DropDownList on Custom Start Page crashes Select

Works on Windows Server 2003 on x86 but fails on Windows Server 2008 R2 x64
by joe.mag
Fri Dec 09, 2011 9:26 am
Forum: Integration Development
Topic: DropDownList on Custom Start Page crashes Select
Replies: 7
Views: 1008

Re: DropDownList on Custom Start Page crashes Select

Sorry it's taken so long--I have to really test this on my production server to make sure it crashes there and that represents scheduling issues.

I think I've got this pretty much simplified but with caching and such I can't be 100% sure.
by joe.mag
Wed Dec 07, 2011 12:03 pm
Forum: Installation and Setup
Topic: More operations: SQL Server storage consumption
Replies: 4
Views: 1105

More operations: SQL Server storage consumption

This seems to be the best forum for this matter but I apologize if I selected wrong! This is more an ongoing operations issue than an initial setup issue (although system configuration may play a role). I am trying to monitor the growth of my .MDF files since the bigger they get the harder things li...
by joe.mag
Thu Nov 10, 2011 9:59 am
Forum: Integration Development
Topic: DropDownList on Custom Start Page crashes Select
Replies: 7
Views: 1008

DropDownList on Custom Start Page crashes Select

I have a custom start page which is plain-Jane HTML with the addition of an IFrame that hosts an ASP.NET 4.0 ASPX page that implements a report. This report contains a DropDownList control that filters the report based on username. When I click the DDL's expland button SoftPro Select crashes. The in...
by joe.mag
Wed Nov 09, 2011 5:44 pm
Forum: Integration Development
Topic: How to get Current User in custom Start Page
Replies: 4
Views: 896

Re: How to get Current User in custom Start Page

I get the error "The non-generic method 'System.IServiceProvider.GetService(System.Type)' cannot be used with type arguments " on the line that reads "SelectServer sps = _sp.GetService<SelectServer>();"

Do I need to be referncing a server-side component?
by joe.mag
Thu Nov 03, 2011 9:52 am
Forum: Integration Development
Topic: How to get Current User in custom Start Page
Replies: 4
Views: 896

Re: How to get Current User in custom Start Page

Thanks, Mark! Any reply that includes sample code gets an A+. I will try this out and report back any interesting details for future readers of this thread.
by joe.mag
Wed Nov 02, 2011 9:24 am
Forum: Integration Development
Topic: How to get Current User in custom Start Page
Replies: 4
Views: 896

How to get Current User in custom Start Page

I have a custom start page in which I'd like to get the current user's username. I have embedded an iframe on my custom start page and within it I have an ASPX page running a report. I would like to be able to initialize the username drop down list I use to filter the report to the current user's us...
by joe.mag
Wed Oct 26, 2011 4:14 pm
Forum: Integration Development
Topic: Adding order-specific errors to ErrorList
Replies: 1
Views: 495

Adding order-specific errors to ErrorList

SoftPro's own validtion logic adds order-specific messages to the ErrorList but I only see how to add global messages. As a result all my messages are jumbled together across all files. I don't see an interface on the IOrder or the OrderTracking.Client objects that would let me achieve this, either....