Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Cannot get a skip line using -TYPE

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Cannot get a skip line using -TYPE
 Login/Join
 
Master
posted
In WF DEV STUDIO (533) I cannot get a skip line using -TYPE

If I code:

-TYPE ACCOUNTING REPORT FOR &dept
-TYPE
-TYPE REPORT CREATED ON: &date

Any suggestions?

THNX
Frowner


Tomsweb
WebFOCUS 8.1.05M, 8.2.x
APP Studio, Developer Studio, InfoAssist, Dashboards, charts & reports
Apache Tomcat/8.0.36
 
Posts: 573 | Location: Baltimore, MD | Registered: July 06, 2006Report This Post
Master
posted Hide Post
-SET &BLANK = '';
-TYPE &BLANK




Scott

 
Posts: 865 | Registered: May 24, 2004Report This Post
Expert
posted Hide Post
-SET &SPACE = '&|nbsp;';
-TYPE ACCOUNTING REPORT FOR XXXXXX
-TYPE &SPACE
-TYPE REPORT CREATED ON: 99999999


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Expert
posted Hide Post
-SET &SPACE = '';
-TYPE ACCOUNTING REPORT FOR XXXXXX
-TYPE &SPACE
-TYPE REPORT CREATED ON: 99999999

Doesn't do it.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Guru
posted Hide Post
Interesting... How are you using the output from the -TYPE statements? The only place you would see them is in the view source from an html report unless you are HOLDing the report output somewhere.

Just wondering.


ttfn, kp


Access to most releases from R52x, on multiple platforms.
 
Posts: 346 | Location: Melbourne Australia | Registered: April 15, 2003Report This Post
Master
posted Hide Post
quote:
How are you using the output from the -TYPE statements

There are several reasons why I do this...

1. Like many of us here, I am a diehard old FOCUS coder. Back in that day I coded many
apps in dialogue manager.

2 Even now when I am debugging I want to do little things like skip lines to make my b4 and after test results a little more readable.

3. I am a little stubborn...I wanna control (Web)FOCUS, not let it control me. Smiler Wink


Tomsweb
WebFOCUS 8.1.05M, 8.2.x
APP Studio, Developer Studio, InfoAssist, Dashboards, charts & reports
Apache Tomcat/8.0.36
 
Posts: 573 | Location: Baltimore, MD | Registered: July 06, 2006Report This Post
Gold member
posted Hide Post
dont know if this is of any use. I had something similar..but instead of using the TYPE, I created a single field report with NOPRINT then created all the relevant text in a header. Foudn it easier to do all the styling I wanted on the final message.


81.05 All formats
 
Posts: 56 | Location: Manchester | Registered: November 21, 2006Report This Post
Master
posted Hide Post
Tom, I'm like you. Old time coder. I use the following:
-TYPE .
-TYPE . Message1
-TYPE .

You don't get a blank line, just a line the a single '.'. Hope this helps.
 
Posts: 975 | Location: Oklahoma City | Registered: October 27, 2006Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Cannot get a skip line using -TYPE

Copyright © 1996-2020 Information Builders