Re: Reference Form

2011-01-10 Thread Daniel Corbe
i will try On 10 January 2011 17:22, Michael wrote: > I believe a bound field contains a property pointing to it's form, so > you'd do something like: > > field1.form.field2 > > -- > Michael > > On Mon, 2011-01-10 at 17:03 -0200, Daniel Corbe wrote: > > Hi, > > How to get reference of one fie

Re: Reference Form

2011-01-10 Thread Michael
I believe a bound field contains a property pointing to it's form, so you'd do something like: field1.form.field2 -- Michael On Mon, 2011-01-10 at 17:03 -0200, Daniel Corbe wrote: > Hi, > How to get reference of one field form from another field form when > both are in same form? > > -- >