| Though I do not advocate the use of menus on a response
window, it is easy to achieve in PowerBuilder. However before you race
off and add menus to your response windows, like with all nifty tricks
careful thought must be given to whether you should.
Anyways after your thoughts open up your response window and in the
open event add the following command:
ChangeMenu( <your menu object> )
For example in the sample pb test application w_about window you
would code:
ChangeMenu( m_genapp_sheet )
|