PdcRelationFile.GetByID: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

9 January 2024

  • curprev 12:2812:28, 9 January 2024 TC talk contribs 633 bytes +633 Created page with "== Declaration == GetByID(ID As Long) as PdcCompany == Description == Create a Company object based on a company pid. == Notes == This function will return Nothing if the pid can not be found, or if an error occurs while reading it. An error message will be stored in the LastError property == Code example == This example code tries to retrieve a company object, and will display an error message if it fails <source lang="vb"> Dim aCompany As PDCEXT.ICompany = PDC...."