HOW TO CREATE A VERTICAL MENU [message #348383] |
Tue, 16 September 2008 10:31 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
KULKARNI ONKAR
Messages: 12 Registered: September 2008 Location: INDIA
|
Junior Member |
|
|
Hi,anyone know how to create a vertical menu. By
default when a form is deployed the menu comes at top center. I want it to be on left side of form and it should be in vertical manner.please reply it if you know
|
|
|
|
Re: HOW TO CREATE A VERTICAL MENU [message #349269 is a reply to message #348769] |
Fri, 19 September 2008 10:14 ![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) |
KULKARNI ONKAR
Messages: 12 Registered: September 2008 Location: INDIA
|
Junior Member |
|
|
Dear sir, I tried that earlier but it does not work at all. When I deploy that form ,the menus still come on top of the form. I want that at left side of that form and with collapse and expand capability. Also I want to call a fmx from that menu.
Please reply soon
|
|
|
|
Re: HOW TO CREATE A VERTICAL MENU [message #349504 is a reply to message #349448] |
Mon, 22 September 2008 01:57 ![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) |
KULKARNI ONKAR
Messages: 12 Registered: September 2008 Location: INDIA
|
Junior Member |
|
|
All right sir, I will try it. But in case if I want this functionality in other form then again I have to create a vertical canvas and this tree items. Is their any solution over this repetation?
I have one more problem. Their is a form in which their are three blocks. I want to insert data into only one table which belongs to one of this blocks. By means of button I want to commit the data.But I don't want the data to be inserted in to other blocks.what property of remaining blocks to be set?
reply soon. Thanks for you valuable suggestion about the vertical menu creation
[Updated on: Mon, 22 September 2008 01:59] Report message to a moderator
|
|
|
|
Re: HOW TO CREATE A VERTICAL MENU [message #350612 is a reply to message #349726] |
Thu, 25 September 2008 10:42 ![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) |
KULKARNI ONKAR
Messages: 12 Registered: September 2008 Location: INDIA
|
Junior Member |
|
|
Thanks for giving me this idea.It really worked.Now the problem is I created a records group on query.For this I created a table and inserted values in it logically.But the nodes generated are coming repeatedly.please send me a table script for the same.
|
|
|
|
|
|
Re: HOW TO CREATE A VERTICAL MENU [message #351374 is a reply to message #351207] |
Tue, 30 September 2008 09:35 ![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) |
KULKARNI ONKAR
Messages: 12 Registered: September 2008 Location: INDIA
|
Junior Member |
|
|
Yes Sir,but I was unable to find a right query which can be used to create a record group and then populate the tree. I used my logic but the problem is after all nodes ,all subnodes comes at bottom of the tree.
|
|
|
|
Re: HOW TO CREATE A VERTICAL MENU [message #352139 is a reply to message #351447] |
Mon, 06 October 2008 05:27 ![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) |
KULKARNI ONKAR
Messages: 12 Registered: September 2008 Location: INDIA
|
Junior Member |
|
|
Hi Sir,I want to know what select statement the form fires when where clause is set using set_block_property('default_where')..
I want to query a block conditionally.
( condition 1
and cond2
cond 3)
and (con1
or con2
or con3)
How can I do this,Because if straight away if write this code in where clause it does not fetches the record according to condition.
suppose I want to write this code on where clause of block
cpncod = :di_isinpaymst.cpncod and paydat= :di_isinratmst.paydat
(datablock item datatype varchar) (datablock item datatype date)
Please reply soon.I am waiting for you.
|
|
|
|
Re: HOW TO CREATE A VERTICAL MENU [message #352326 is a reply to message #352272] |
Tue, 07 October 2008 02:26 ![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) |
KULKARNI ONKAR
Messages: 12 Registered: September 2008 Location: INDIA
|
Junior Member |
|
|
It works in sql*plus.I have all the data inthis two columns of the table.But the problem is if I write this code in where clause
set_block_property('',default_where,'cpncod = :di_paymst and paydat :=:di_paydat');
It does not consider the and condition,it fetches the rows either one or both the conditions are true.
|
|
|
|
|
Re: HOW TO CREATE A VERTICAL MENU [message #353996 is a reply to message #353579] |
Thu, 16 October 2008 00:55 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/67467.jpg) |
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
I strongly suggest opening a new thread for a new question.
Search this forum for 'blink' or 'blinking' and 'scroll' or 'scrolling'.
David
|
|
|