Search found 1293 matches

by BobRichards
Tue Aug 01, 2023 5:12 pm
Forum: Shell (User Interface)
Topic: License Key
Replies: 2
Views: 4239

Re: License Key

The ILicensing service may only available on the server service provider - I don't remember. However the code below will get the serial number for the first license it finds. All the licenses should have the same number. public GetLicenseKeys(SelectServer ss) { var licMgr = ss.GetService<ILicensing>...
by BobRichards
Mon Jul 31, 2023 10:45 am
Forum: ReadyDoc Visibility Conditions
Topic: 2 Conditions need to be met to show
Replies: 2
Views: 6372

Re: 2 Conditions need to be met to show

The easiest way, when you have a bunch of conditions that need to ALL be true, is create individual tests where you set a separate flag for each result status. Then at the very end, AND all the tests together in an IF statement. # Get state for first property. state = Order.Properties[0].Address.Sta...
by BobRichards
Mon Jul 17, 2023 5:03 pm
Forum: Custom Order Rules
Topic: Title Status Set to Blank
Replies: 5
Views: 5264

Re: Title Status Set to Blank

Please repost the Python code inside of "Code" tags to perserve the whitespace. You can enter these tags by pressing the
Code.jpg
Code.jpg (1.08 KiB) Viewed 5257 times
button in the ribbon above the text entry box.
by BobRichards
Fri Jul 14, 2023 3:10 pm
Forum: ReadyDoc Development
Topic: Another spacing issue
Replies: 5
Views: 8070

Re: Another spacing issue

Here is the response from our Docs team: OK, here we go – so, this appears to be an issue with “Styles” in Microsoft Word – located here in the ribbon: Spacing1.jpg The specific Style assigned to all paragraphs visible on page 2 is “Body Text” (most of our development uses “Normal” as the default st...
by BobRichards
Fri Jul 14, 2023 9:51 am
Forum: ReadyDoc Development
Topic: Another spacing issue
Replies: 5
Views: 8070

Re: Another spacing issue

Thanks. I'll send them to my Docs teammate.
by BobRichards
Tue Jul 11, 2023 5:10 pm
Forum: ReadyDoc Development
Topic: Another spacing issue
Replies: 5
Views: 8070

Re: Another spacing issue

Can you please send us rendered documents (perhaps as PDFs) so we can see what they are doing? If you do not want to share them on the forum (understandable), please directly email them to me so I can pass them to the Docs folks. We can't do much without it.
Thanks.
by BobRichards
Thu Jul 06, 2023 9:30 pm
Forum: Server
Topic: Package license validation failed error
Replies: 4
Views: 7102

Re: Package license validation failed error

So the funny thing is I was putting a server package together today and couldn't get it to load. When this happens, I always go to the SDK and follow the steps I created all those years ago. I finally found it - I forgot to change the "Build Action" for the license file in VS2019 to "...
by BobRichards
Thu Jul 06, 2023 11:57 am
Forum: Server
Topic: Package license validation failed error
Replies: 4
Views: 7102

Re: Package license validation failed error

Haha. No worries. Glad you found it quickly!
by BobRichards
Wed Jul 05, 2023 1:04 pm
Forum: Server
Topic: Package license validation failed error
Replies: 4
Views: 7102

Re: Package license validation failed error

Select literally could not find the package license. Refer to the SDK section How-To/Server Package Development. Make sure the license file is in the recommended location, the namespace is correct, etc. Select is really picky about this information.
by BobRichards
Wed Jun 28, 2023 3:44 pm
Forum: ReadyDoc Development
Topic: Spacing issue
Replies: 4
Views: 6714

Re: Spacing issue

Here is an explanation from one of the wizards in the Documents group... The formatting in this document is a bit inconsistent throughout, but I’ll use these two lines to demonstrate (what I believe to be) one of the idiosyncrasies of the SoftPro Select document rendering engine: Spacing1.jpg When y...