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...
appnair,
what do you mean by saying "lapi client files in my idea can be added as references to vbscript and I have used them in excel VBA"? Does it mean that there's a COM interface for accessing Livelink? Does Livelink support COM API? I have looked in OleView and LAPI dlls but didn't find any...
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!
OK, James, thank you very much!
I've created my dialog!)
Could you please also look at my new thread-question "Accessing Livelink via script language"?
appnair, I didn't understand your answer...
I have called LL_AccessEnterpriseWS() and looked for parentID: parentID == -1 (though Livelink API documentation says nothing about parentID in the output of LL_AccessEnterpriseWS()...).
Now what is the next thing I have to do? How do I get VolumeID...
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...
Hmm... how can I use ListReferences if I don't know VolumeID and ID of original (referenced) object? The problem is I want to get child nodes of original (referenced) object but I can not obtain its VolumeID and ID. I only have VolumeID and ID of alias object.
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...
appnair,
thank you for suggestion, but i have no time to write to support so i dicedided to implement quick-fix:
LLSTATUS f(){
LL_SessionAllocEx( &session, server, port, "", login, password, NULL);
if (session != NULL){
LL_SessionFree( session );
}
}
void g(){...
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.