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 dencom 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. llprogrammer

    window.onload event is not fired?

    Hi all, I'm a beginner in JavaScript and can not figure out why my code is not executed. I have the following JS code (in my Google Chrome plugin): if (window.top.onload) { var existingOnload = null; existingOnload = window.top.onload; window.top.onload = function (ev) {// never get...
  2. llprogrammer

    Accessing Livelink via script language

    Hi, does anybody know how to access Livelink via script language (VBScript, for example)? Is it possible? Can we access the user personal workspace and find a certain folder via script? Any ideas are hugely appreciated!
  3. llprogrammer

    How to access EnterpriseWS's parent level?

    Hi, does anybody know how to access "Livelink workspace" (Livelink level containing Enterprise workspace, Personal workspace etc.) via Livelink API? Is it possible? We have an LL_AccessEnterpriseWS() function for accessing Enterprise workspace, but how can we get one level higher? I want to...
  4. llprogrammer

    How to explore alias to folder?

    Hi All, I can not found out how to explore programmatically child nodes of folder to which i have alias. I use the following LAPI fucnctions to recursively walk through hierarchy of directories and aliases of Livelink Enterprise Workspace: 1. LL_ListObjects(session, VolumID, ID, "DTree", 0...
  5. llprogrammer

    LAPI memory leaks?

    Hi All, I work on Livelink project and can't find the source of memory leaks in it. The project is COM dll that send documents to Livelink server, so there's method StoreDoc(): DocSender::StoreDoc() { LL_Initialize( LL_HEADER_VERSION ); ... LL_SessionAllocEx( &session, server, port...

Part and Inventory Search

Back
Top