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.
I tried the following CAR example for chaining using XML. i placed all 3 apps in baseapp and when i run the html, the dropdowns dont populate. can some body please help me on this issue. here is my code:
the following 3 files are placed in baseapp procedures folder:
-* File rvts668a.fex -*APP HOLD BASEAPP -* TABLE FILE CAR SUM FST.COUNTRY BY COUNTRY ON TABLE PCHOLD FORMAT XML END
-* File rvts668b.fex -*APP HOLD BASEAPP -* -DEFAULT &Country = 'FOC_NONE' TABLE FILE CAR SUM FST.CAR BY CAR WHERE COUNTRY EQ '&Country' ON TABLE PCHOLD FORMAT XML END
-* File rvts668c.fex -*APP HOLD BASEAPP -* -DEFAULT &Country = 'FOC_NONE' -DEFAULT &Car = 'FOC_NONE' TABLE FILE CAR SUM FST.MODEL BY MODEL WHERE COUNTRY EQ '&Country' AND CAR EQ '&Car' ON TABLE PCHOLD FORMAT XML ENDThis message has been edited. Last edited by: Kerry,
have you used the chaining tool in DevStu? and then have you gone into the html and changed 'cacheruntimedata=0' The chaining tool sets it to 1. it won't work for separate fexes. (oh, i see you have) Where is your launch page? is it in mre? the car file masters are in ibisamp and i don't know if ibisamp is on your edasprof's apppath or not. so put the APP APPENDPATH ibisamp statement at the top of every fex.
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
I have tried your same page using data source control values instead of procedure. (use master instead of XML) it works that way.
So... this is looking like a bug. You can open a case with customer support to confirm it. Some early releases with chaining had some chaining issues. You need to either workaround them, get a hotfix, or upgrade.
One time....I had an application that required a large chaining array. I worked around it by making a nightly extract (hold file), of just the fields needed for the array. Then using the master file approach for chaining was fine, because the data source contained only the needed fields.
Bottom line... works with masters, not xml, can you convert your chaining to masters?
WebFocus 7x, 8x, Win / Linux, any output format
Posts: 70 | Location: reading, pa | Registered: April 07, 2007
Having problems finding the various errors that I mentioned in your previous post - here?
Asking for help again by opening a new post might elicit extra responses by making it more recent but unless you have a go at locating the errors yourself by reading and understanding what you are creating, then you will not get much further than where you currently are.
JNC has noted that there are a few errors in the where clauses but that is only part of the problem.
Remember, you copied that code from a post I made in 2006 and the software has changed since then - although I ran it in 7.6.9 OK.
Have a look through the form variables that you are setting. Think about APP PATH - and if you don't know what that is then read some manuals of take a course.
I will help you if you show willing and aptitude, but you need to show progress otherwise I am spending my own time in a fruitless manner.
T
Edited to note that your HTML code is unchanged between your previous post and this one - no progress ......This message has been edited. Last edited by: Tony A,
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004