by shah <shahjagat@[EMAIL PROTECTED]
>
May 1, 2007 at 06:05 AM
On May 1, 12:57=EF=BF=BDam, Gene Wirchenko <g...@[EMAIL PROTECTED]
> wrote:
> shah <shahja...@[EMAIL PROTECTED]
> wrote:
> >Hello,
>
> >I am a newbie to VFP. I am just getting my feet wet.
>
> >How or where am I suppose to define form level variables that would be
> >available to all objects in the form?
>
> >I defined some varibles in the Form Init event. But these varibales
> >are not 'seen' at any other level.
>
> >I can make form 'properties' and then populate the form property at
> >one level and access it at other level. Seems kind of strange. =A0Any
> >better way to define form level variables?
>
> =A0 =A0 =A0Form-level variables are called properties.
>
> Sincerely,
>
> Gene Wirchenko
>
> Computerese Irregular Verb Conjugation:
> =A0 =A0 =A0I have preferences.
> =A0 =A0 =A0You have biases.
> =A0 =A0 =A0He/She has prejudices.
Thanks.
And if I need to create an object at one level and access it another
- is this how I create form level objects as properties?