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     [SOLVED]Is the REPEAT command compatible with WF8105?

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED]Is the REPEAT command compatible with WF8105?
 Login/Join
 
Member
posted
I'm in the middle of a painful upgrade from 7.7.03 to 8.105M. I hit an error in a report that uses this code:

-* Store the number of columns in a variable
TABLE FILE HCOLUMNS
PRINT
COLUMN_NUMBER
BY HIGHEST 1 COLUMN_NUMBER NOPRINT
ON TABLE SAVE AS S1
END

The error is "(FOC303) CONTROL LINE NOT RECOGNIZED IN FOCEXEC: -REPEAT COLUMN_LIST FOR I FROM 1 TO &COLUMN_CNT STEP 1"

I've searched Focal Point and see no mentions of REPEAT and WF8. I searched the WF8 technical doc and can't find any mention of REPEAT or any command for a loop. Anyone know if this is supposed to still be supported and if not, what command to use for a loop?

This message has been edited. Last edited by: <Emily McAllister>,


WebFOCUS 7.6.9
Windows
Excel, HTML, and PDF
 
Posts: 5 | Registered: July 14, 2009Report This Post
Member
posted Hide Post
hmmm, the REPEAT Command was stripped out when I posted.

"-REPEAT COLUMN_LIST FOR &I FROM 1 TO &COLUMN_CNT STEP 1
TABLE FILE HCOLUMNS
PRINT
COLUMN_ALIAS
WHERE COLUMN_NUMBER EQ &I
ON TABLE SAVE AS S2
END"


WebFOCUS 7.6.9
Windows
Excel, HTML, and PDF
 
Posts: 5 | Registered: July 14, 2009Report This Post
Expert
posted Hide Post
Did you have a semicolon at the end of the -REPEAT line ?


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Virtuoso
posted Hide Post
Judging the error message, somehow your -REPEAT statement gets interpreted as a FOCUS statement. Apparently dialog manager did not evaluate that bit of code.

Is the dash of your -REPEAT statement at the start of the line (character position 0)?
Or perhaps a previous dialog manager statement that requires a closing semi-colon doesn't have one?


WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010
: Member of User Group Benelux :
 
Posts: 1669 | Location: Enschede, Netherlands | Registered: August 12, 2010Report This Post
Member
posted Hide Post
Thank-you. The issue was the semi-colon. This version worked:

"-REPEAT COLUMN_LIST FOR &I FROM 1 TO &COLUMN_CNT; STEP 1;"


WebFOCUS 7.6.9
Windows
Excel, HTML, and PDF
 
Posts: 5 | Registered: July 14, 2009Report 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     [SOLVED]Is the REPEAT command compatible with WF8105?

Copyright © 1996-2020 Information Builders