I am having a problem with Uniobjects code working in vb.net The code was working just fine in VB 6.0
The code is as follows: Dim Partx As String testArray = New UNIOBJECTSLib.UniDynArray testArray = objOnHand.GetArg(1) Partx = testArray.Extract(1,1,0) Partx = testArray.Value(1,1) These last two statements both cause the following error: MissingMemberException was unhandled Public member 'Extract' on type 'String' not found The testArray variable is set properly with Multi Valued Information. However, for some reason it doesn't like the 'Value' or 'Extract' Any help would be greatly appreciated. TIA, John --- John Castilletti <[EMAIL PROTECTED]> wrote: > Hi, > > I have issued this to IBM Techsupport but they said that I > needed to go through Epicor which is our ERP Software > provider. > > Epicor did not provide with the answers that I was looking > for. > Attached is what I submitted to IBM TechConnect. > > TIA, for any help on this Subject. > > John > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection > around > http://mail.yahoo.com > > [demime 1.01d removed an attachment of type application/msword > which had a name of Doc5.doc] > ------- > u2-users mailing list > [email protected] > To unsubscribe please visit http://listserver.u2ug.org/ > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
