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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by tom3x

  1. tom3x

    OLE properties,functions help

    Thank you very much for ambition. oStudiesInfoList = oStudiesManagement.FindStudy(oStudiesFilter) not works but i will inform you when I correct the problem.
  2. tom3x

    OLE properties,functions help

    Expression: oStudiesInfoList.Count() gets error error calling external function Count Extract from programmer's guide: Objects in SDK and their functions and properties are defined in type library.Type library is linked in pacsclnt.exe as a resource. SDK can use in every prog. languages which...
  3. tom3x

    OLE properties,functions help

    I have following problem. When i access to external property or function like this: OleObject oStudiesInfoList oStudiesInfoList = Create OleObject oStudiesInfoList.setautomationpointer(oStudyMngmt.FindStdy) var1=string(oStudiesInfoList.Count) I get error: Error calling external property...

Part and Inventory Search

Back
Top