Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Malempati

  1. Malempati

    Regarding Adding Document along with Categories and Attributes

    Hi appnair, It seems that since i was calling LL_SetObjectAttributesEx() method after setting all the attributes,it was failing. After reply from you i'm now calling LL_SetObjectAttributesEx() after setting each of the attribute value(LL_AttrSetValues). And i have about 20 atributes to be...
  2. Malempati

    Regarding Adding Document along with Categories and Attributes

    Hi appnair, That was a very great help from you. We got rid of great effort. So as per u'r suggestion i now got the catID of the uploaded document's category ID. Now my doubt is, for setting the attributes to the category should we use the method "LL_SetObjectAttributesEx()". If so what should...
  3. Malempati

    Regarding Adding Document along with Categories and Attributes

    Hi ggriffit & appnair, Thanks for your replies. and here is the VB code which i used for adding a document and then updating the category to it: CODE: lStatus = LL_Calligo_AddDocument( _hSession, _VolumeID, _iNodeID, _filename, _uploadFile, _...
  4. Malempati

    Regarding Adding Document along with Categories and Attributes

    Hi All, Can anyone provide a VB application,that uploads a document using LAPI methods. And appends the Category along with some attributes also. I have written the code,but i'm not suceeded with that.I felt the sequence which i followed was not the one exactly required. Thanks in advance...

Part and Inventory Search

Back
Top