Focal Point
Report Output

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/8037021336

August 28, 2013, 11:30 AM
Jveselka
Report Output
Two problems. I am using DS 764

1. Is there a way to move the TOTAL label on a report to the right hand side of the page when using ON TABLE COLUMN-TOTOAL OR SUBTOTAL?

2. Is there a way to output report on same webpage but not in a frame. I have a simple filter screen that allows the user to make two selections and click submit to see the report. I had it set to window _blank to open in new window, well they wanted it to open in same window so I changed it to window _top. This still did not meet their needs. They wanted it to open under the selection boxes so I change it to Frame, called it frame1 and positioned the frame accordingly. They were ok with that but they really don't want to see the frame around the report, they just want the report to open below the selection boxes. Clear as mud? Any help would be greatly appreciated.

Thanks
JV


WebFOCUS 8105m
Windows, All Outputs
August 30, 2013, 02:57 AM
Tony A
JV

Just change the CSS for the frame to remove the border.

T



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 
August 30, 2013, 09:56 AM
Jveselka
Not sure how to do that, this frame is loaded by Clicking the Frame icon in Dev Studio when building HTML screen and that is coded in the HTML. RIght?

JV


WebFOCUS 8105m
Windows, All Outputs
August 30, 2013, 10:35 AM
Tom Flynn
Click the frame, on the right is the Properties Box - click on Frame Border, select No - Done...


Tom Flynn
WebFOCUS 8.1.05 - PROD/QA
DB2 - AS400 - Mainframe
September 03, 2013, 02:33 PM
Jveselka
Thanks Tom, that worked! I saw that option there but it was blank and I guess I assumed it was off.

Thanks again.


WebFOCUS 8105m
Windows, All Outputs
September 03, 2013, 03:20 PM
Doug
Hav you considered "ON TABLE HOLD AS REPORT1 FORMAT HTMTABLE" and embed REPORT1 in the -HTMLFORM BEGIN / END code?
September 03, 2013, 05:07 PM
susannah
use a frameset
its so clean and easy this way
the top frame is the launch page
the bottom frame is the output area.
Research 'frameset' and if you need help, holler back.




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
September 04, 2013, 08:37 AM
Jveselka
Thanks to all for the feedback. I have updated all the reports and set frame border OFF as per Tom. I sent the user an email to test them out.

Thanks again.


WebFOCUS 8105m
Windows, All Outputs