[python-win32] How to assign a value to a property which must be used as a method to correctly pass the arguments
Stefan Mallepell
steve at syso.ch
Thu Feb 15 14:11:33 CET 2007
Hi
Just to inform you that it's solved. I only had to read the interface
file properly ...
> def SetAsCurrencybyName(self, _tableID=defaultNamedNotOptArg,
> _fldID=defaultNamedNotOptArg, arg2=defaultUnnamedArg):
So
> o.Table.SetAsCurrencybyName("DKO","AUF_NR", 268)
does the trick ... Sorry for bothering you
/Stefan
More information about the Python-win32
mailing list