Search found 991 matches
- Mon Apr 12, 2021 10:28 am
- Forum: ReadyDoc Development
- Topic: Broken Break in FOREACH
- Replies: 2
- Views: 10
Re: Broken Break in FOREACH
Hey Dan, Here is the information and corrected document from one of our Document specialists. (Thanks, Wayne!) The Revised doc is attached. Here are the modifications I made: Added a variable (named $Counter) on the first page to keep count of the multiple people as the document cycles through the F...
- Thu Apr 08, 2021 2:28 pm
- Forum: Integration Development
- Topic: Exception trying to set up a field value
- Replies: 9
- Views: 103
Re: Exception trying to set up a field value
I have passed your problem to the internal R&D folks. I'll let you know when I have an answer.
- Wed Apr 07, 2021 10:46 am
- Forum: Integration Development
- Topic: Amount values are different on the object from the values shown in the UI
- Replies: 2
- Views: 20
Re: Amount values are different on the object from the values shown in the UI
Glad you found the problem!
- Wed Apr 07, 2021 10:45 am
- Forum: Automation Code Snippets
- Topic: Reset Field with Action Code Snippet
- Replies: 2
- Views: 15
Re: Reset Field with Action Code Snippet
In the same way you can get the value of a property using IOrderItem methods, you can call the Reset() method for the property to return it to it's default state. Make sure you add the IOrderItem namespace import so it is defined. ... from SoftPro.OrderTracking.Client.Orders import * tic = Context.T...
- Tue Apr 06, 2021 10:29 am
- Forum: Shell (User Interface)
- Topic: Buttons Not Being Queried
- Replies: 6
- Views: 23
Re: Buttons Not Being Queried
Dang! Fantastic. Thanks for sharing. Glad you got it working.
- Mon Apr 05, 2021 1:49 pm
- Forum: Shell (User Interface)
- Topic: Buttons Not Being Queried
- Replies: 6
- Views: 23
Re: Buttons Not Being Queried
I'm sorry but I just have no idea. I don't go that deep into the button handling startup area. I am wondering why if a commandID is found, you set a property on it then call Reset() which would restore the object to a predetermined state - not necessarily the one you want. Once again, I did not look...
- Fri Apr 02, 2021 5:05 pm
- Forum: Shell (User Interface)
- Topic: Buttons Not Being Queried
- Replies: 6
- Views: 23
Re: Buttons Not Being Queried
There is only one reason that is happening that I know of. When you "install" a client package into Select, it is a two step procedure. Use a Select utility to move some package information to Registry so it can be easily found. Start Select the with command line option "/setup". This scans all the ...
- Fri Apr 02, 2021 2:26 pm
- Forum: Installation and Setup
- Topic: Issues with Building/Starting new template projects
- Replies: 1
- Views: 43
Re: Issues with Building/Starting new template projects
I have sent this issue to our R&D department. They will provide more information when they study the problem.
- Fri Apr 02, 2021 1:13 pm
- Forum: Shell (User Interface)
- Topic: Debug Build Error - Blocking Process
- Replies: 5
- Views: 26
Re: Debug Build Error - Blocking Process
Well I'm glad the gremlin left to haunt someone else. I also have had to repeatedly update on my own machine because the client has user specific profile information stored. My desktop account is different from the one I use to launch Visual Studio so I would need to install new clients twice.
- Fri Apr 02, 2021 11:20 am
- Forum: Shell (User Interface)
- Topic: Entering tax information for city/town and county
- Replies: 8
- Views: 116
Re: Entering tax information for city/town and county
After looking into the order model, there are MANY lines that do not allow additional charges to be added. Since I'm not an industry person, I do not know the logic behind them. The only thing that is allowed is to use the capability of creating additional lines as you see fit since the default beha...