Yes, thanks. It's fixed
tom
User Profile
Collapse
-
OK thanks, I will see if I can make those corrections, thanks
TomLeave a comment:
-
-
Is a 'field' but is used like a 'type'
Code:long A1Ptr; dictPropId.TryGetValue("A01", out A1Ptr); PropDefInfo[] A01PropDef = GetPropertyDefinitionInfosByEntityClassId("FILE",A1Ptr.ToSingleArray()); A01Valid = A01PropDef[0].ListValArray;
I am getting 2 errors in this segment of code, whcih is meant to access content from a "pick list".
1. "dictPropId ", "A01Vaild" and "A01PropDef "... -
-
Error: Does not implement interface member
Code:namespace HelloWorld { public class VaultFormsCmdExt : IExtension { public MyCustomTabControl tabControl; public static PropInst[] fileProperties = new PropInst[] { null }; public static PropDef[] propDefs = new PropDef[] { null }; public static File selectedFile = null;
I am getting this message...Last edited by Frinavale; Oct 12 '11, 05:47 PM. Reason: Added code tags. Please post code in code tags. -
tmccar started a topic Value of type '1-dimensional array of String' cannot be converted to 'String'in Visual BasicValue of type '1-dimensional array of String' cannot be converted to 'String'
Would anyone know why I'm getting the error message "Value of type '1-dimensional array of String' cannot be converted to 'String'"?
Code snippet:
...Code:Dim masterids As Long() Dim addedpropdefids As Long() Dim removedpropdefids As Long() Dim comment As String() Dim updatefileprop As File = mDocSvc.UpdateFilePropertyDefinitions(masterids, addedpropdefids, removedpropdefids,
No activity results to display
Show More
Leave a comment: