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 IamaSherpa 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: *

  1. trbldntyrd

    works fine in IE, but get(name) error in Firefox when adding document

    Thanks so much for that. I figured the problem is that in FireFox, the fileupload control does not give the full path of the file (just the file name) for security reasons. I can upload successfully if I hard code a path. Also IE gives the full path of the file, but that may no longer be the...
  2. trbldntyrd

    works fine in IE, but get(name) error in Firefox when adding document

    Oh, and there was no error on CreateObjectEx either. The method executed successfully. The file uploaded but with no file information other than the file name I passed to it and modified date.
  3. trbldntyrd

    works fine in IE, but get(name) error in Firefox when adding document

    I tried the CreateObjecteEx method (using your trap session error code in another post), but now it doesn't work in IE. Same problem as in FireFox - the doc uploads to Livelink but doesn't get/retain the doc info like name, file type, and description. I also get the "version not found" error...
  4. trbldntyrd

    works fine in IE, but get(name) error in Firefox when adding document

    Sorry, that was C# code (ASP.NET w/ C#). I'm using what I assumed was the core LAPI class as well as a wrapper. I believe the first two lines uses the core LAPI, so it should pull up the object and version info, correct? If so, then it's a problem with the wrapper, but why would it work in IE...
  5. trbldntyrd

    works fine in IE, but get(name) error in Firefox when adding document

    I am able to successfully upload a document in IE. However, it crashes in Firefox, giving me the "get(name) not implemented for this datatype" error when trying to add a document. The document uploads to the livelink directory, but if I try to open it, I get a "version not found" error. Also...
  6. trbldntyrd

    Search for folder by name

    Hi, I'm a beginner to LAPI/Open Text and there aren't much resources/documentation online to help me. I'm pressed for time because of a deadline next week. I want to be able to find a folder within a given parent folder by name. Currently, I retrieve and loop through all the parent folder's...
  7. trbldntyrd

    URGENT: AddDocument generates get(name) error

    I'm using C#.net. I have some very simple code that uploads a document from a user's system to a directory in Livelink. This works fine on my local as well as other developers' systems but not on the test server. Below is a snippet of my code, and it errors on the last line: string fileName...

Part and Inventory Search

Back
Top