IOrder.IsReadOnly

Discussions related to custom development with Select.
Post Reply
dfrandsen
Posts: 15
Joined: Tue Mar 03, 2009 11:33 am

IOrder.IsReadOnly

Post by dfrandsen »

In the old version, we used to be able to check this property to see if the current order was editable or not. The property no longer exists, and I can't find any information in the forums or the SDK that explains how to do this in version 3. I did find the "LockStatus" and "IsLocked" properties, but was surprised to see that they were set to "Unlocked" and "false" respectively, even when I already had the order open in the SoftPro client.

Can anyone offer any insight?
John Morris
Posts: 411
Joined: Thu Sep 11, 2008 11:35 am
Location: Raleigh, NC, USA
Contact:

Re: IOrder.IsReadOnly

Post by John Morris »

There *is* a Boolean property called "IsReadOnly" on the IOrder interface. What makes you think there isn't?
John Morris
Sr. Software Architect
SoftPro
dfrandsen
Posts: 15
Joined: Tue Mar 03, 2009 11:33 am

Re: IOrder.IsReadOnly

Post by dfrandsen »

I was looking at a QuickWatch of the dynamic object, and it's not listed. But I do see it on the IOrder object. Strange...
Post Reply