Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
populating the Value list
Ponpriya_balawubramanian
I am trying to populate the a Value list (VB.net). But getting exception LLIllegalOperationExceptionPlease help.Dim myVLstmyVLst = New LLValue().setList()myVLst = New LLValue().add(10100)
Find more posts tagged with
Comments
Jim_Brezina
Message from Jim Brezina via eLinkI may be mis-understanding your intention, but you may actually want...myVLst = New LLValue()myVLst.setList()myVLst.add(10100)--============================== Jim Brezina Senior Enterprise Consultant Open Text Corporation Lincolnshire, IL USA (847) 267-9330 x4228 mailto:jimb@opentext.com
http://www.opentext.com==============================-----Original
Message-----From: eLink Discussion: LAPI Discussion[mailto:lapi@elinkkc.opentext.com] Sent: Saturday, November 25, 2006 2:33 AMTo: eLink RecipientSubject: populating the Value listpopulating the Value listPosted by Balawubramanian, Ponpriya on 11/25/2006 03:28 AMI am trying to populate the a Value list (VB.net). But getting exceptionLLIllegalOperationExceptionPlease help.Dim myVLstmyVLst = New LLValue().setList()myVLst = New LLValue().add(10100)[To reply to this thread, use your normal E-mail reply function.]============================================================Discussion: LAPI Discussion
https://knowledge.opentext.com/knowledge/llisapi.dll/open/765428Livelink
Server:
https://knowledge.opentext.com/knowledge/llisapi.dllTo
Unsubscribe from this Discussion, send an e-mail tounsubscribe.lapi@elinkkc.opentext.com.
Ponpriya_balawubramanian
Oh it was a blunder by me. Thanks Jim for help.One thing more to ask you in Vb.net is it necessary to Un Initialized LAPI (as in VB6 LL_Uninitialize function was used).
Louis_Routhier
No it isn't. Anyway, there's no function to do it