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 how to get a list of the FEX names that are in a folder in Dev Studio? Thanks.This message has been edited. Last edited by: Michele Brooks,
APP QUERY IBISAMP HOLD
TABLE FILE FOCAPPQ
PRINT
FILENAME
COMPUTE STUD_ID/A70 = GETTOK(FILENAME,70,1,'.',70,'A70') ;
COMPUTE FILE_EXT/A70 = GETTOK(FILENAME,70,-1,'.',70,'A70') ;
WHERE TOTAL FILE_EXT EQ 'fex';
-* ON TABLE HOLD AS PROGRAMS
END
-EXIT
since you're in windows, there's always old school CMD DIR C:\IBI\APPS\IBISAMP\*.FEX will display to your screen CMD DIR C:\IBI\APPS\IBISAMP\*.FEX > C:\IBI\APPS\IBISAMP\DELETEME.TXT /S will save the list into a txt file CMD DIR C:\IBI\APPS\IBISAMP\*.* will display to your screen and redisplay your list and show your little list file
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
first of all, I don't like saving a hardcopy .txt to the server.
What happens if more than one user runs it?
...and, how can I query the contents?
I'll explain. We have a 'custom' tree-view that displays all available fexi per user per domain. This is done by parsing calling ( httprequest ) the server and parsing the domain.htm
Meanwhile we've migrated the reportingserver to windows. I'm looking for a better ( faster ) solution.
Querying would be nice.
_____________________ WF: 8.0.0.9 > going 8.2.0.5
Posts: 668 | Location: Veghel, The Netherlands | Registered: February 16, 2010