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.
Anybody know how to use Resource Layout Painter to create a launch page for an existing FEX? (BTW, we're developing in the MRE through Dev Studio...not using "Projects")
Here's one method as I understand it... Create a FEX with amper vars Create a second FEX using Resource Layout Painter Insert a report, and import an existing FEX
This will add prompts for the amper variables, and display the report... BUT it copies the code from the first FEX into the Resource Layout FEX!! Is there a way to make this reference dynamic? I tried putting this into the second fex, but Resource Layout wouldn't prompt for the parameters: -* Default Mode: ResourceLayout -INCLUDE myfex.fex
The functionality you desire is in the 5.2.3 release of Dev Studio. The Resource Layout Painter can reference an external procedure with parameters and will automatically build all of the controls for you. To do this, (assuming the fex is already creadted) add a pushbutton (could also be a hyperlink or image), right click and and select "Button Properties", then "Create Hyperlink". Then assign the button to run the report. Parameters should appear and you're on your way. Also note that with this method, you can target the output to a frame or window AND use the &FORMAT parameter to switch between HTML, PDF, EXL2K, etc. Hope this helps.