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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: psmello
  • Content: Threads
  • Order by date
  1. psmello

    API error: -2147418107

    I get the above error at the following line in the code below (entire function listed below): If (status = LL_OK) Then status = LL_AssocSetInteger(catID, "ID", g_lngDocDateID) End If I'm getting the g_lngDocDateID from an INI file when the app loads. This is the objectID of...
  2. psmello

    How to write required attribute value in CreateObjectEx

    I'm trying to write the value of a custom required attribute called Document Date which is in the standard date format (Month field, day field, year field). I tested this manually to see that the attribute is required. I am trying to programatically add a document and populate this attribute...
  3. psmello

    Error adding object (document)

    I get an error each time I use the AddDocument function in the LAPI. The error is a memory error on one machine and the app just bombs with no error on another machine. I've tried different files (TXT & TIFF), but the same error occurs. The doc does get created, but not without the error...
  4. psmello

    Return Folder ID and Name from a folder search

    I'm trying to write a VB app that scans a folder in the Enterprise workspace and returns the Name and ID of each folder it finds. The app hangs on this line: LL_ListObjects session, ParentId, parentVol, vbNullString, vbNullString, LL_PERM_SEE, lngChildren All vars are declared and...

Part and Inventory Search

Back
Top