Search found 1290 matches

by BobRichards
Fri Jul 14, 2023 3:10 pm
Forum: ReadyDoc Development
Topic: Another spacing issue
Replies: 5
Views: 7025

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: 7025

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: 7025

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: 6108

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: 6108

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: 6108

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: 5657

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...
by BobRichards
Tue Jun 27, 2023 3:25 pm
Forum: ReadyDoc Development
Topic: Spacing issue
Replies: 4
Views: 5657

Re: Spacing issue

You will need to upload the document in order for us to help. Perhaps you can upload a portion that has a problem you can demonstrate? Please put the document contents within a code block by pressing the following key that can be found in the "Post a reply" toolbar: 2023-06-27_15-22-22.jpg
by BobRichards
Tue Jun 27, 2023 10:39 am
Forum: Installation and Setup
Topic: Mixed mode SQL access with Standard
Replies: 1
Views: 3079

Re: Mixed mode SQL access with Standard

Sorry but I can't help since I deal with SoftPro Select. Can you please post your question to the forum Standard/Enterprise Development so someone from that team can answer it. Thanks!
by BobRichards
Wed Jun 14, 2023 3:58 pm
Forum: ReadyDoc Visibility Conditions
Topic: How to check every seller
Replies: 8
Views: 8254

Re: How to check every seller

Really close. Under the covers, we assign a different numerical value to each possible BuyerSellerType . All organization types are 32 or greater. Minor correction to code below. # Test every seller in the order. for seller in Order.Sellers: # Only show if seller is an organization. if seller.BuyerS...