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

    How do I create a folder as a child of a project using LAPI ?

    Thenk you for your help. After several tests I have finally found out the way it has to be in my case. LL_Initialize( LL_HEADER_VERSION ); LL_SessionAllocEx( &session, m_repositoryName, m_nPort, _T("livelink"), m_userName, m_password, NULL ); LL_ValueAlloc( &objectInfo ); LL_ValueAlloc(...
  2. Tailes

    How do I create a folder as a child of a project using LAPI ?

    Thank you for your reply, but unfortunately it did not help. The folder is created as a child of a project, right, but it is displayed in a list of "Sub-Projects", while I need it to appear in a list of generic sub-objects.
  3. Tailes

    How do I create a folder as a child of a project using LAPI ?

    Hi All. What I need is to create a folder inside LiveLink project using LAPI in C++. I use "LL_CreateObjectEx" function for creating project and "LL_CreateFolder" for folder. The expected result is the folder as child of project, but it is displayed as a subproject object. Here is the source...

Part and Inventory Search

Back
Top