Design navigator using tree property [message #246095] |
Tue, 19 June 2007 21:53 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
lakshmi surya ram
Messages: 188 Registered: June 2006 Location: HYDERABAD
|
Senior Member |
![YES](/forum/theme/orafaq/images/yahoo.png)
|
|
Hi Folks,
I am working forms 6i.can you please tell me to design a navigator window like in Oracle Applications.
I have very few inputs.
can someone guide me in this staff?????bit urgent
Thanks in advance,
Surya
|
|
|
|
|
|
Re: Design navigator using tree property [message #247494 is a reply to message #246095] |
Tue, 26 June 2007 02:25 ![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) |
hemavb
Messages: 103 Registered: May 2007 Location: Dubai , UAE
|
Senior Member |
|
|
IT IS JUST THE SAME AS YOU WOULD DO IN CASE OF A PUSH BUTTON OR A RADIO BUTTON OR A CHECKBOX...
AND PLEASE STOP SHOUTING!
You have to use one of the triggers that are attached to the Heirarchy tree item, namely WHEN-TREE-NODE-SELECTED and WHEN-TREE-NODE-ACTIVATED.
Using the FTREE builtin package of Forms.
Using a function from this package - GET_TREE_NODE_PROPERTY you can find out :
NODE_STATE Returns the state of the hierarchical tree node.
This is either EXPANDED_NODE, COLLAPSED_NODE, or
LEAF_NODE.
NODE_DEPTH Returns the nesting level of the hierarchical tree
node.
NODE_LABEL Returns the label
NODE_ICON Returns the icon name
NODE_VALUE Returns the value of the hierarchical tree node.
You can refer to the DEMO form if you want to see an example. OR use the Forms help. Search for FTREE.
Regards,
Hemavb
|
|
|
|
Re: Design navigator using tree property [message #247535 is a reply to message #246095] |
Tue, 26 June 2007 04:52 ![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) |
hemavb
Messages: 103 Registered: May 2007 Location: Dubai , UAE
|
Senior Member |
|
|
Here is a file which is attached. I have used stacked canvases as i wanted to display it like windows explorer.
Here instead of show_canvas/hide_canva, you can use call_form/open_form. I do hope you know how to use CALL_FORM/OPEN_FORM.
Demos are a part of your Forms Installation. If you have installed the complete version of D2k and not the typical, you will get a folder called TOOLS. Here you will find the demo forms... FMB files with the Coding. These generally work on the SCOTT user.
Path: D2K_home\TOOLS\DEVDEM60\DEMO\FORMS
And next time... A forum IS a place to know things from... not to do your coding for u.
---------------------------------------------------------------
Info on the attached form.
Each level of the form displays the list of its child level which are blocks on a stacked canvas.
Regards,
Hemavb
[Updated on: Tue, 26 June 2007 07:33] Report message to a moderator
|
|
|
|
Re: Design navigator using tree property [message #247577 is a reply to message #247554] |
Tue, 26 June 2007 07:33 ![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) |
hemavb
Messages: 103 Registered: May 2007 Location: Dubai , UAE
|
Senior Member |
|
|
Fine by me bro.
SInce it is not needed the file has been deleted from the previous post.
Nice to know that you have done it on your own. Good for you.
And o yeah, and because of...
"Can you please tell me where I can find the demo form?If I really found demo I wouldn't have posted a thread here..right."
I have given you the path of the demo files and so that you dont get confused explained the type of installation required to these files to be here.
By the way all of us do not come to these posts every day... I am NOT a mod and i donot speak for anyone else. No one on this forum would want anyone to suffer, not deliberately at least. Since you had not posted anything more... after your last post, i just put in a remark. These is absolutely no need to get soooooooo senti about things.
Paths my frnd are for u to find. If you don't know something ask. That is what this forum is for. Be sarcastic and arrogant and that is what you will get in return. All of us are here for learning more.
Hemavb.
[Updated on: Tue, 26 June 2007 07:43] Report message to a moderator
|
|
|
|
|
|