How to call a canvas from menu [message #580547] |
Mon, 25 March 2013 14:49 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
rangan.s
Messages: 75 Registered: February 2008 Location: chennai
|
Member |
|
|
Hi,
How to call the canvas from the menu module on which the form linked to
the menu items.
The canvas lies in the same form where menu is attached.
Thanks In advance.
Thanks
Rangan Sampath
|
|
|
Re: How to call a canvas from menu [message #580555 is a reply to message #580547] |
Mon, 25 March 2013 16:06 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/1229663c86eb1a441385fe710cd9116e?s=64&d=mm&r=g) |
mughals_king
Messages: 392 Registered: January 2012 Location: pakistan
|
Senior Member |
|
|
Dear i dont think i got your question but i think you are trying to do something like that
Hide_Window('SYSTEM_MENU') ;
Call_Form('C:\MAIN',HIDE);
------------OR----------------
GO_BLOCK(<BLOCK_NAME>);
----------or----------
SHOW_VIEW('CANVAS_NAME');
HIDE_VIEW('CANVAS_NAME');
MUGHAL
[Updated on: Mon, 25 March 2013 16:09] Report message to a moderator
|
|
|
|
|
|