Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Another VFP DLL Question
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00538616
Message ID:
00540070
Views:
21
>Hi!
>
>You cannot see all PEMs of COM object in the debugger. You can access them, however. In VFP7 they appear both in debugger and array returned by AMEMBERS() function. So I just get object from COM object procedure call, than test: ? oRec.Field1, ... and see of all fields are passed. On my machine they're ALL passed, for sure, just not displayed in the debugger.
>
>HTH.

Vlad,

This isn't entirely correct. Since the object in this case doesn't have a type library item describing it, VFP doesn't "know" the properties until they're referenced. Once referenced, they appear in the debugger. A similar situation exists with some ActiveX controls such as the TreeView which have an hwnd property. Normally, you don't see it in the debugger. Once it's been referenced, however, it can found under the Object member of the control.
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform