From: Henry on 28 Oct 2007 11:04 Karl-Heinz o := OleAutoObject { "YourProgID" } Yes. This helped. Many thanks Henry
From: Karl-Heinz on 30 Oct 2007 15:57 Henry, still interested why the generated code doesn�t work <g>. Following the error msg about a missing param, i assume that maybe iMemberID contains the wrong number, and therefor it�s pointing to another method ... .... oMethod:iMemberid := 14 .... You can verify the number when you open via oleview.exe the dll/ocx that contains the class. When you browse the content you should notice that each method etc. has an corresponding [id]-entry. Your "OpenPatient" [id]-entry should look like: .... [id(0x0000000e), helpstring("method OpenPatient")] .... Note: ( hex ) 0x0000000e == ( dec ) 14 regards Karl-Heinz
First
|
Prev
|
Pages: 1 2 Prev: SQL Update with a delete / update / insert in one go Next: WIN32SDK Reference |