Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
Frames in Maintain
 Login/Join
 
<Faisal I Rathor>
posted
I want to create two frames in the form, one on the top and other below it. Can I place the menue in the top frame and show its output to the second frame. or
Any suggestion will be appreciated.
Confused
 
Report This Post
Gold member
posted Hide Post
Don't undestand very well de question.

I'll answer, maybe it is what you asked...

When you create a frameset, you can name each frame, top frame would be "MenuFrame" and the bottom one "ContentFrame".

If you have a "menu" and you want to load a static document html in the bottom frame is:

 <a href"DocumentMenu.htm" target="ContentFrame">Go to the Bottom Frame</a> 
And if you want to load a FEX and you want that your html output is in other frame you can use in the HTMLFORM BEGIN a function to load de html file with document.location:

<html><br /><body><br />  <script><br />    parent.frames["ContentFrame"].document.location = "DocumentMenu.htm"; <br />  </script><br /></body><br /></html><br /> 
Hope it helps Wink

Regards...
 
Posts: 52 | Location: Madrid | Registered: July 18, 2005Report This Post
<Faisal I Rathor>
posted
Thanks for reply.
Tool: Maintain
Senario: I have a menue bar on the top of form and a frame below. Now I want to call another maintain file within the event of menue and display the output to a Frame.
I think now question is more clear, if not please tell me so I will rephrase my wordings again.
 
Report This Post
Master
posted Hide Post
I have never seen more than one Maintain running on a form at a time. While we can place the output of reports in frames, I do not think we can have another Maintain running on the form.

What you can do is simulate this. The easiest way is to create a driver Maintain with the Menu. When the user makes a selection CALL the proper Maintain and display it. You can recreate the menu so it appears the same in all the child Maintain procedures. When they click on the menu again, determine where they want to go, close the current Maintain, return to the driver, and open the next Maintain.

That would be the easiest way to do this.
 
Posts: 663 | Location: New York | Registered: May 08, 2003Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders