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.
Does anyone know if there are any known issues when doing this in webfocus 5.2?
No matter what way I print, I only ever get the first instance of a TX50? All other instances are blank.
Here is the code
TABLE FILE ISSUINFO HEADING CENTER "PSDB Reporting" PRINT UPDATEDETAILS ** Text file one BY ISSUENUMBER NOPRINT PAGE-BREAK ON ISSUENUMBER SUBHEAD "Issue Number: " " < EXPR2 > " text file 2 ON ISSUENUMBER SUBFOOT "Method of Implementation: " END
In the above code, EXPR2 display ok, but Update Details only gives me the first row
Also if I just try a normal print
TABLE FILE ISSUDETL "" END
or
TABLE FILE ISSUINFO "" END
All I get the first instance in the database then a long list of blanks. Yet stranfely in my first example EXPR2 will print ok.
Does anyone know of any problems with TX50 printing? Or any techniques to print TXT50 fields?