Search found 75 matches

by tmeisinger
Thu Jun 18, 2020 3:15 pm
Forum: Crystal Report Development
Topic: Database Guide
Replies: 2
Views: 2535

Database Guide

Would you happen to know how I could get an updated SoftPro Select Database Guide for Version 4.3.6?
by tmeisinger
Tue May 05, 2020 3:27 pm
Forum: Custom Order Rules
Topic: IsCashSale
Replies: 3
Views: 3504

Re: IsCashSale

Thanks for the advice, is there a better way to allow "someone" the ability to access a field that I'm going to make Read Only for the masses?
by tmeisinger
Tue May 05, 2020 2:16 pm
Forum: Custom Order Rules
Topic: IsCashSale
Replies: 3
Views: 3504

Re: IsCashSale

Not sure why, but the code is firing, it just wont break in Debug mode. I don't need to understand why...
by tmeisinger
Tue May 05, 2020 2:06 pm
Forum: Custom Order Rules
Topic: IsCashSale
Replies: 3
Views: 3504

IsCashSale

I want to make Order.IsCashSale Read Only but can't get this Module to fire? Help me please. from System import * from SoftPro.ClientModel import * from SoftPro.OrderTracking.Client import * from SoftPro.OrderTracking.Client.Orders import * from SoftPro.Select.Client.Security import * from System.Co...
by tmeisinger
Mon Apr 27, 2020 2:00 pm
Forum: Shell (User Interface)
Topic: Order Buttons constantly being Queried
Replies: 8
Views: 2432

Re: Order Buttons constantly being Queried

Thanks Bob, I went ahead and registered the invoke handlers upon order change, and then unregister after it is checked. This seems to be much more efficient than what I had before. I was just curious how to reference the Custom Button's Enable property without registering the invoke handlers. PS: Do...
by tmeisinger
Mon Apr 27, 2020 11:33 am
Forum: Shell (User Interface)
Topic: Order Buttons constantly being Queried
Replies: 8
Views: 2432

Re: Order Buttons constantly being Queried

We tried to go into production using the QueryStatusEventHandler, but that has caused too much of a slow down.

I was able to utilize the Windows Manager to find when an order has changed, but I am not able to reference the Button's Enabled property. Any chance you could give me a head start?
by tmeisinger
Sun Apr 19, 2020 12:03 pm
Forum: Shell (User Interface)
Topic: Order Buttons constantly being Queried
Replies: 8
Views: 2432

Order Buttons constantly being Queried

I've create a few buttons on the pf:OrderTab and they are specific by Order Type... If I leverage the QueryStatusEventHandler of the RegisterHandler, it seems to be called many, many times. I'm not able to UnregisterHandler because I need it to interrogate each Order as it is opened. Is this as desi...
by tmeisinger
Fri Apr 17, 2020 4:17 pm
Forum: Integration Development
Topic: Add a Task
Replies: 1
Views: 1917

Add a Task

I would like to add a Requested Task to an order during OrderSaving. I thought it would be like an AdditionalTitleCharge, but I'm not able to CreateNew("Task"). Could you give me a little idea how best to work with Tasks. ISecurityIdentity AssignedTo = sm.Identities.Where(v => v.FullName =...
by tmeisinger
Fri Oct 25, 2019 11:04 am
Forum: Integration Development
Topic: Plugin Setup
Replies: 6
Views: 2012

Re: Plugin Setup

Glad I asked for help, not sure I would have ever thought the Command line arguments could have caused this. Yes, when I removed the full path to the pkg it works. Thank you!
by tmeisinger
Wed Oct 23, 2019 2:23 pm
Forum: Integration Development
Topic: Plugin Setup
Replies: 6
Views: 2012

Re: Plugin Setup

It does not look like there are extra spaces or any ctrl characters: /log /rootsuffix:Exp /pkg:"c:\users\driadmin\documents\visual studio 2015\Projects\ShellPackage1\ShellPackage1\bin\Debug\ShellPackage1.spspkg" Once again, this was a clean install of VS2015, downloaded the SDK, created a ...