Subject Re: MENU TITLE in a FORM
From Andy Taylor <andy.taylor@which.net>
Date Sun, 18 Mar 2018 19:59:35 -0400
Newsgroups dbase.getting-started

Mustansir,

Generally speaking a menu attached to a form can be accessed via form.root if you have used the default settings.
To check, design a form, attach a menu and put the following in the onOpen method {;inspect(form)}
When you run the form you can use the inspector to have a look at the form objects.

Andy

> Dear All
>
> I have a form that opens from a menu. I have put code block in the onclick event of menu do xyz.wfm with true.
>
> How to access menu object inside the form  that opened a form as per above event.
>
> Best Regards
> Mustansir