Re: Custom Property Question

2010-11-23 Thread charles61
Mark, Thanks your script and Jonathan's worked! Charles Szasz csz...@mac.com On Nov 23, 2010, at 4:14 PM, Mark Schonewille-3 [via Runtime Revolution] wrote: > Hi Charles, > > I'm not sure what you want, but this is the syntax to store data from a field > in a custom property: > > set t

Re: Custom Property Question

2010-11-23 Thread charles61
Thanks! Your script worked! Charles Szasz csz...@mac.com On Nov 23, 2010, at 4:16 PM, Jonathan Lynch [via Runtime Revolution] wrote: > It would be a line that looks something like this: > > Set the myCustomProperty of button "MyButton" to field "MyField" > > That actual name of the cust

Re: Custom Property Question

2010-11-23 Thread Jonathan Lynch
It would be a line that looks something like this: Set the myCustomProperty of button "MyButton" to field "MyField" That actual name of the custom property can be just about anything, but it needs to be a single word. You do not have to precreate custom properties of objects. When you set them,

Re: Custom Property Question

2010-11-23 Thread Mark Schonewille
Hi Charles, I'm not sure what you want, but this is the syntax to store data from a field in a custom property: set the cCustomPropertyName of control "Some Control" to fld "Field Name" (control can also be card or stack). -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Softwa