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.
Create HTML files the night before with caster (Works).
Have dashboard get the files if they are there, otherwise run normal queries.
I created the dashboard to do normal queries on a button click event and it works. I then adjusted the event to check for the file and display it if it exists. It works.
Ok, the problem. Dashboard adds scroll bars and moves the displayed html down a few lines. I can turn off the scroll bars in javascript, but how do I move it down?
Also, why would dashboard even move text? The html files are exactly the same as the results of a query. I used fc (file compare on dos to check).
I'm having trouble picturing exactly what the problem is, but I do know that you can also control scroll bars within the Dashboard itself without having to include any Javascript in your HTML or reports. When you create the block, you can control the appearance of scroll bars as a property of the block. See if that helps with your problem.
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
Fernando, Have you tried the SET PAGE = NOPAGE? I know, dumb question. I believe I had the same problem a while back. If I remember correctly, we used negative positioning for the frame within html. I don't have an example handy.
Alan
WF 7.6.6, FOCUS 7.6.4, IBM MVS/TSO, Windows 2003 Server, DB2, MSSQL
Posts: 65 | Location: Chicago, IL | Registered: July 26, 2007
TABLE FILE CAR
PRINT COUNTRY CAR
ON TABLE SUBHEAD
"As of: "
ON TABLE SET PAGE NOLEAD
-*ON TABLE SET PAGE NOPAGE
ON TABLE NOTOTAL
ON TABLE SET HTMLCSS ON
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET STYLE *
UNITS=IN,
SQUEEZE=ON,
ORIENTATION=PORTRAIT,
$
TYPE=REPORT,
GRID=OFF,
FONT='ARIAL',
SIZE=8,
COLOR='BLACK',
BACKCOLOR='NONE',
STYLE=NORMAL,
$
TYPE=TITLE,
JUSTIFY=RIGHT,
$
TYPE=TABHEADING,
STYLE=NORMAL,
JUSTIFY=CENTER,
$
ENDSTYLE
END
-RUN