Focal Point
[CLOSED] System Table - Name?

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/133104555

October 20, 2010, 12:39 PM
David Sibert
[CLOSED] System Table - Name?
Forgot the name of the file/table that has the name of the .htm that is in an app folder.

I am looking for this so that the selection list will be dynamic and not hand coded and static.

Thanks

This message has been edited. Last edited by: Kerry,


dksib
DC Tech Services Inc
WF 8.2.1M
October 20, 2010, 01:11 PM
dbeagan
You mean this?

APP QUERY BASEAPP HOLD
TABLE FILE FOCAPPQ
PRINT *
WHERE FILENAME CONTAINS '.htm'
END


WebFOCUS 8.2.06
October 20, 2010, 01:44 PM
Tony A
David,

I am guessing that you mean within MRE and not the Application directories?

If so then the .htm file will be named as per the parent directory of the MRE domain. The MRE domain directory can be found by right clicking the domain folder within Dev Studio MRE view and selecting properties.

For instance, if your MRE domain is called "Financial Domain" then your folder will probably be [install drive:]\ibi\webfocusxx\basedir\financia and your htm file will be called financia.htm within that folder.

If I have misinterpreted your question then it is likely that the above post would answer your request.

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
October 23, 2010, 10:35 PM
Doug
Thanks,

Now, what's the name of the system file which has all the APP Folder Names?

Thanks in advance, Doug
October 24, 2010, 02:16 PM
dbeagan
Doug, perhaps you are thinking of this:


APP LIST HOLD
TABLE FILE FOCAPPL
PRINT *
END


WebFOCUS 8.2.06