-
how make text readonly
how to make text readonly without using setenabled(false).... text should be seen in black colour with enable false..
-
Does anyone have information as to why 2 Superuser accounts would be displaying different drop down
2 Superuser accounts in our system are set the same but the Extended Privileges drop down list available is different - any tips as to why this would be the case? Privileges both set to Superuser, Client Capability both set to System Administrator.
-
CheckIn new version with DFS
Hi, I'm working on versioning with Documentum 7.1 and DFS. I'm able to check in a new version of a document and I use this code (working perfectly). ObjectIdentitySet _objIDSet = new ObjectIdentitySet (); ObjectIdentity _objID = new ObjectIdentity (new ObjectId (_ID), _defaultDocbase); _objIDSet.Identities.Add (_objID);…