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...
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!
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.