Menu

#668 Reference properties are not updatable

v1.0 (example)
open
nobody
None
5
2014-04-04
2014-04-04
No

I'm not sure if it is bug or feature request, but all elements of prop_map_put are created with pythoncom.DISPATCH_PROPERTYPUT flag in genpy.py
Some properties have reference type and flag should be DISPATCH_PROPERTYPUTREF.

For instance, SendUsingAccount cannot be updated in usual way, I have to make call of oleobj.Invoke(...) function to update the property.

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.