[python-win32] Passing parameters to FoxPro COM methods

2010-12-27 Thread Richard Lawrence
[Posting again, as my original message does not seem to have arrived at the list, perhaps because I was not subscribed...apologies for double-posting if the original comes through after a delay.] Hi all, I have a few questions about passing parameters to methods on a component built in Visual Fox

[python-win32] Passing parameters to FoxPro COM methods

2010-12-27 Thread Richard Lawrence
Hi all, I have a few questions about passing parameters to methods on a component built in Visual FoxPro 7. I'm new to the list, and no COM (or win32) expert -- I've tried to do my homework, but if I've missed something, pointers to previous threads or documentation would be greatly appreciated.

Re: [python-win32] Passing parameters to FoxPro COM methods

2011-01-05 Thread Richard Lawrence
Dear Pythonistas, I still haven't figured out a way around this issue: > 2) Regarding late binding: the way that attributes are looked up in > win32com.client.dynamic.CDispatch.__getattr__ seems not to play nicely > with Foxpro's way of responding to queries about the interface.  I > think what's