Custom Field Changed Event

Discussions related to SoftPro Select user interface development.

Moderator: Phil Barton

Post Reply
MattW
Posts: 46
Joined: Tue May 26, 2015 5:17 pm

Custom Field Changed Event

Post by MattW »

Piggy-backing off this post here : viewtopic.php?f=8&t=899&p=3832&hilit=IN ... nged#p3832.
I was able to get the property changed event working for official IOrderItems.
However I would like to do the same thing with custom fields, is there a way to subscribe to the PropertyChangedEvent or similar on custom fields?

Thanks in advance.
John Morris
Posts: 411
Joined: Thu Sep 11, 2008 11:35 am
Location: Raleigh, NC, USA
Contact:

Re: Custom Field Changed Event

Post by John Morris »

This should work for custom fields too. Have you tried it?
John Morris
Sr. Software Architect
SoftPro
MattW
Posts: 46
Joined: Tue May 26, 2015 5:17 pm

Re: Custom Field Changed Event

Post by MattW »

I did try before posting.

The event fires on custom fields when calling SetProperty("FieldName", value) in code.

However it does not change when the field is changed via the UI.

How would I get it to trigger the PropertyChange event for a custom field changed via the UI?
John Morris
Posts: 411
Joined: Thu Sep 11, 2008 11:35 am
Location: Raleigh, NC, USA
Contact:

Re: Custom Field Changed Event

Post by John Morris »

Sounds like a bug. I'll takes look.
John Morris
Sr. Software Architect
SoftPro
Post Reply