Re: Changing ZClass Property Values
4 Dec
2002
4 Dec
'02
9:14 p.m.
Hi,
How can I change these values programatically? The only example I've ever seen of manage_changeProperties in within a method of the propertysheet as such:
propertysheets.myPropertySheet.manage_changeProperties(REQUEST)
You can try this from an external method: myObject.propertysheets.myPropertySheet.manage_changeProperties(self.REQUEST,myProperty=myValue)
From a python script you just have to change self for context
Regards, Josef
8524
Age (days ago)
8524
Last active (days ago)
0 comments
1 participants
participants (1)
-
Josef Meile