| Popup Menu with Push Button [message #378537] |
Tue, 30 December 2008 22:11  |
mkhalil Messages: 70 Registered: July 2006 Location: NWFP Peshawar Pakistan |
Member |
|
|
Dear Fellow,
I have created a popup menu in a form and attached with a push button. Now I want to open a form when I select the menu item of that popup menu. I have written the following statement in the SQL Editor of the menu item of popup menu but it does not work i,e. nothing happen when i select the menu item of that popup menu.
OPEN_FORM('full path of the fmx file',ACTIVATE);
I have already search the forum but not found the solution. Please help me in this matter.
Thanks.
Muhammad Khalil
|
|
|
| Re: Popup Menu with Push Button [message #378547 is a reply to message #378537 ] |
Tue, 30 December 2008 22:58   |
 |
bhupinderbs Messages: 67 Registered: July 2006 Location: Dubai (UAE) |
Member |
|
|
It works very well and here is an example(popup_menu.fmb)
Other form in another message.
Bhupinder Singh
|
|
|
| Re: Popup Menu with Push Button [message #378548 is a reply to message #378537 ] |
Tue, 30 December 2008 22:59   |
 |
bhupinderbs Messages: 67 Registered: July 2006 Location: Dubai (UAE) |
Member |
|
|
It works very well and here is an example(called_form.fmb)
Bhupinder Singh
[Updated on: Tue, 30 December 2008 23:00]
|
|
|
| Re: Popup Menu with Push Button [message #378913 is a reply to message #378548 ] |
Fri, 02 January 2009 10:50   |
mkhalil Messages: 70 Registered: July 2006 Location: NWFP Peshawar Pakistan |
Member |
|
|
Thanks Bhupinder Singh for so quick response. No doubt your both forms are doing well. If you are willing to change iconic property to Yes and give the full path of an icon then it does not work.
I want to show an icon on the button to which i attach popup menu. Are you have any solution? I shall be verty grateful to you or any other fellow who have the solution.
|
|
|
| Re: Popup Menu with Push Button [message #379002 is a reply to message #378913 ] |
Sat, 03 January 2009 21:15   |
mkhalil Messages: 70 Registered: July 2006 Location: NWFP Peshawar Pakistan |
Member |
|
|
|
No one have an idea that weather we can attach popup menu with a push button the iconic property of which has bee set to YES. Please help me.
|
|
|
| Re: Popup Menu with Push Button [message #379511 is a reply to message #379002 ] |
Tue, 06 January 2009 20:14   |
mkhalil Messages: 70 Registered: July 2006 Location: NWFP Peshawar Pakistan |
Member |
|
|
|
I think i am wrong or there is no any facility in Oracle Developer to attach a popup menu with a push button having its iconic property = yes.
|
|
|
|
| Re: Popup Menu with Push Button [message #379656 is a reply to message #379527 ] |
Wed, 07 January 2009 08:42   |
mkhalil Messages: 70 Registered: July 2006 Location: NWFP Peshawar Pakistan |
Member |
|
|
Thanks Bhupinder Singh. May we use an image item in place of push button and attach the popup menu with that image item. I don't know that how we can use an image item. If you have the experience please share. Thanks for giving the time to read my problem and give ideas.
Muhammad Khalil
|
|
|
| Re: Popup Menu with Push Button [message #379760 is a reply to message #379656 ] |
Wed, 07 January 2009 20:26  |
 |
bhupinderbs Messages: 67 Registered: July 2006 Location: Dubai (UAE) |
Member |
|
|
Simpaly create Image Item and in that set Popup Menu property as desired and it will work. Infact it is working.
Bhupinder Singh
|
|
|