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 Count
alike:
OleObject oStudiesInfo
oStudiesInfo = Create OleObject
oStudiesInfo.setautomationpointer(oStudiesInfoList)
oStudiesInfoList.Item(1)
Error calling external object function Item
I have power builder 7 and i have application pacsclnt.exe which has linked library (as resource) that i use.
Can you help me please? Thanks
OleObject oStudiesInfoList
oStudiesInfoList = Create OleObject
oStudiesInfoList.setautomationpointer(oStudyMngmt.FindStdy)
var1=string(oStudiesInfoList.Count)
I get error: Error calling external property Count
alike:
OleObject oStudiesInfo
oStudiesInfo = Create OleObject
oStudiesInfo.setautomationpointer(oStudiesInfoList)
oStudiesInfoList.Item(1)
Error calling external object function Item
I have power builder 7 and i have application pacsclnt.exe which has linked library (as resource) that i use.
Can you help me please? Thanks