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.
Is there a way to continue lines on the next line within my .fex and not get an error? example code (this works fine, but is hard to read) TYPE=DATA,DRILLMENUITEM='Show Monthly Breakout', FOCEXEC=app/wcqrgj18.fex(REP_GRP_CHRONO='BYMONTH' BEGIN_MONTH=&BEGIN_MONTH END_MONTH=&END_MONTH ), TARGET='_self',$
It's one line in my fex, here is comes across differently.
I would like to allow the name/value pairs to be on seperate lines, like this: (REP_GRP_CHRONO='BYMONTH' BEGIN_MONTH=&BEGIN_MONTH END_MONTH=&END_MONTH ),
Any ideas? Like a line continuation character?This message has been edited. Last edited by: Kerry,
Prod: Single Windows 2008 Server running Webfocus 7.7.03 Reporting server Web server IIS6/Tomcat, AS400 DB2 database.
Keep in mind that there MAY be an 80 character line length limit IF you're on a mainframe with a the members defined as FIXED BLOCK LRECL 80. If so, Dev Studio will allow you to enter lines GT 80 characters and will notify you IF there is such a line. However, you may, as I do here, lose anything past the offending line IF you exit and save. The error message comes up after the exit is performed and the only lines that are saved are those before it.
In FOCUS Since 1983 ~ from FOCUS to WebFOCUS. Current: WebFOCUS Administrator at FIS Worldpay | 8204, 8206
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005
the case was readability of the code, very long code lines will work, but make it difficult to read. An other problem is the GUI. If you make your code readable and add comment, it is all removed or changed when you open the code in the GUI.
Frank
prod: WF 7.6.10 platform Windows, databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7 test: WF 7.6.10 on the same platform and databases,IE7
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006
Thanks Prarie. It was a Great Hit at Summit 09... Gerry even liked it. It cathes a lot of attention, even when it's interpreted as 'WE B FOCUS'... That covers Core FOCUS as well.
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005