Hi,
according to the LAPI documentation (9.7.0), when calling
LLSTATUS LL_SessionAllocEx(
LPLLSESSION newSession,
LLCSTR server,
LLLONG port,
LLCSTR connection,
LLCSTR...
Hi appnair,
thanks for your reply. Yeah, I guess that a html form submission is not an option and actually I found a good sample of that. What I'm building is being done in VB .Net as a .Net component (dll) with a hierarchical object model representing part of livelink.
Server
|
+...
Hi,
I'm trying to build a Search that would start in a user's workspace and list a number of records (50 for example) but including everything, much like when you use the search "From Here" on the Livelink UI.
I was able to Search for Names as well as anything related to the Common Region...
OK, I think I found the solution. Here is thre routine...
Friend Function GetDateFromValue(ByVal ValueDate As Int32, ByRef outField As Date) As Int32
Try
' Livelink dates are represented as the number of seconds since #12/31/1969 7:00:00 PM#
outField =...
After reading the post, I realized that it is somewhat confusing. What I really mean is:
Const LLL_LiveLinkBaseDate As Date = #12/31/1969 7:00:00 PM#
Dim result As Int32
Dim outValue As Int32
result = LL_AssocGetDate(hAssociation, FieldName, outValue)
If result = LL_OK Then
' Here we...
Hi,
I'm using LAPI on Livelink 9.0.0 and having a few issues when handling dates. For example, I have this association (EnterpriseWorkspaceInfo) which I got from calling LL_AccessEnterpriseWS which has two dates. Using LL_AssocGetDate I get the value back, however my question is, how do I...
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.