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 IamaSherpa 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. LaPiMg

    Confusing behavior for LL_SessionAllocEx(...) may cause memory leaks.

    Hi, according to the LAPI documentation (9.7.0), when calling LLSTATUS LL_SessionAllocEx( LPLLSESSION newSession, LLCSTR server, LLLONG port, LLCSTR connection, LLCSTR...
  2. LaPiMg

    LAPI Search and Categories and Attributes using LL_ApplyQuery and .Net

    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 | +...
  3. LaPiMg

    LAPI Search and Categories and Attributes using LL_ApplyQuery and .Net

    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...
  4. LaPiMg

    Convert Object of Type Date to a VB .Net Date

    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 =...
  5. LaPiMg

    Convert Object of Type Date to a VB .Net Date

    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...
  6. LaPiMg

    Convert Object of Type Date to a VB .Net Date

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

Part and Inventory Search

Back
Top