Can anyone suggest an easy way to increase the font size of an entire document (including headers/footers) by a certain percentage? I know I can do it by going through word by word and setting the font size to the original font size multiplied by a factor, but thsi seems slow and tedious. Is...
I am using this call to try and find the reserved status of a DMS object:
If LL_GetObjectInfo(lSession, lVolumeID, lParentNode, lTemp3) = LL_OK Then
If LL_AssocGetBoolean(lTemp3, "Reserved", buf) = LL_OK Then
lReserved = buf
End If
End if
However, I receive an error(-2147418107?)...
I am trying to create a utility that will load documents to Livelink and then a assign a category and associated attributes to the loaded document.
I am at the point where the document is loaded and I have the nodeid, but I cannot seem to get the code that will assign the attribute to work...
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.