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.
It seems to me that the files defined with USE command are not being recognized by HTML Layout. However, the dropdown box binded with datasource seems to recognized the files defined with USE command.
Here is a sample
USE C:\IBI\APPS\TEST\MYCAR.FOC AS CAR END
I have the above USE command in the profile (tried edasprof.prf and user's profile, restarted the server).
Then I ran the HTML file which contained the following code:
< ![CDATA[-*focexectool TABLE FILE CAR PRINT CAR BY COUNTRY
ON TABLE SET PAGE-NUM OFF ON TABLE NOTOTAL ON TABLE PCHOLD FORMAT HTML
END]]>
It showed no nothing in the report, but dropdown list showed the values from car file.
However, if I renamed mycar.foc to car.foc, then it worked. That proved that html did not have problems, and the problem is that file defined in use command was not recognized.
Any one knows how to make it work. Our situation is we definitely need keep focus data files different from master files. Each of our clients has own file names, but same master.
Posts: 118 | Location: Omaha, NE | Registered: June 12, 2003
Your USE statement is correct. If you just add a simple TABLE FILE CAR after it, it works so the USE is OK. I'm not recognizing your HTML, however, so I can't decide exactly what else you're trying to do. Any difference if you insert a -RUN after the USE statement?
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007