Search found 122 matches

by ckootg
Thu Jan 14, 2021 9:33 pm
Forum: Integration Development
Topic: CSS: Get the next line in a section
Replies: 12
Views: 3072

Re: CSS: Get the next line in a section

Same "Cannot access member" error. Here's the stacktrace at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) at Sys...
by ckootg
Wed Jan 13, 2021 9:43 pm
Forum: Integration Development
Topic: CSS: Get the next line in a section
Replies: 12
Views: 3072

Re: CSS: Get the next line in a section

Code: var csss = ((dynamic)order).CSSs; var line = csss[0].Sections["CON"].NextAvailableLine(); Stacktrace: at SoftPro.EntityModel.Collections.EntityCollection`2.ValidateAdd(T item) at SoftPro.EntityModel.Collections.EntityCollection`2.InsertItem(Int32 index, T item) at SoftPro.EntityModel...
by ckootg
Wed Jan 13, 2021 3:13 pm
Forum: Integration Development
Topic: CSS: Get the next line in a section
Replies: 12
Views: 3072

Re: CSS: Get the next line in a section

Did this change? We're on version 4.3.41 (4.3.60210.119) and NextAvailableLine isn't available anymore. I'm getting a "Cannot access member." error.
by ckootg
Tue Dec 15, 2020 6:10 pm
Forum: Shell (User Interface)
Topic: Lookup hotspot or dialog
Replies: 1
Views: 668

Lookup hotspot or dialog

How do I create a lookup hotspot or call the lookup dialog?

lookup hotspot.png
lookup hotspot.png (19.9 KiB) Viewed 668 times

I stumbled upon ILookupsQuickPicker, but it looks nothing like the standard lookup dialog I see in Select.
by ckootg
Mon Nov 30, 2020 8:25 pm
Forum: ProForm (Order Tracking)
Topic: Commercial Statement Order - Recording Charges Bugs?
Replies: 2
Views: 2591

Re: Commercial Statement Order - Recording Charges Bugs?

Nevermind. I think I figured it out. The settlement type was my fault. I was looking at several orders and was apparently looking at the wrong order at the time. :oops: For the amounts, looks like at the Fee level, the amount is what is calculated by the system against the fee rate. I will need to l...
by ckootg
Mon Nov 30, 2020 5:22 pm
Forum: ProForm (Order Tracking)
Topic: Commercial Statement Order - Recording Charges Bugs?
Replies: 2
Views: 2591

Commercial Statement Order - Recording Charges Bugs?

Using SoftPro Version 4.3.60210.73 On a Commercial Statement Order, a user added a Recording Transfer Tax charge, selected the Fee Schedule type, Document, Pages, and fee. The system calculates the amount ($41) based on the fee. The user is then overriding the amount to $82. When I read the values, ...
by ckootg
Mon Jun 25, 2018 9:49 pm
Forum: ReadyDoc Development
Topic: Unicode/Asian Languages Character Sets
Replies: 1
Views: 1520

Unicode/Asian Languages Character Sets

I want to confirm that Unicode characters, specifically Asian languages character sets, aren't supported by ReadyDoc. I uploaded a Word document with Japanese characters, but when I exported it and/or rendered it, the Japanese characters are replaced with question marks.
by ckootg
Mon Apr 16, 2018 9:47 pm
Forum: Integration Development
Topic: Document Generation Context
Replies: 2
Views: 814

Re: Document Generation Context

Hi kwesterlage, were you able to figure out how to parse the context?
by ckootg
Mon Apr 09, 2018 2:04 pm
Forum: Integration Development
Topic: Generating a document with prompts for multiple orders through UI
Replies: 2
Views: 895

Re: Generating a document with prompts for multiple orders through UI

Yes, that is what I'm asking and that is what I figured. Thanks.
by ckootg
Tue Apr 03, 2018 3:46 pm
Forum: Integration Development
Topic: Generating a document with prompts for multiple orders through UI
Replies: 2
Views: 895

Generating a document with prompts for multiple orders through UI

I need the ability to generate a single document with prompts for multiple orders. Is there a way to programmatically open an order in Select, navigate to the Documents screen, select a document, have a user answer any prompts, and then print the resulting document? I can generate a document via the...