
Referencing properties on non-active form
Michael:
** Modal Forms
DO FORM PropertyScreen NAME PropertyScreen LINKED
** Modeless Forms
PUBLIC
DO FORM PropertyScreen NAME PropertyScreen LINKED
You will now be able to reference your form properties from another form.
HTH,
--Paul
Quote:
> What's the best way to reference objects on a form other than the one that
> is active. I have a form called PropertyScreen with a property called
> llEditMode. When I try to reference PropertyScreen.llEditMode, I get an
> error about "ALIAS PropertyScreen NOT FOUND."
> Insights are greatly appreciated.
> -Michael