Focal Point
[SOLVED] Where to find a -INCLUDE (Reference)?

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

March 06, 2018, 04:39 PM
Max Nevill
[SOLVED] Where to find a -INCLUDE (Reference)?
I have some code that gets embedded in reports:

-INCLUDE "NAME"

where "NAME" is a function that stores a bit of data each time a report is opened. It was made a long time ago and needs editing. I've no idea where to look for this. Any help would be great, thanks!

This message has been edited. Last edited by: FP Mod Chuck,


WebFocus 8.104
Windows 7 Entreprise, SP1
March 06, 2018, 04:59 PM
Francis Mariani
It could be in the "baseapp" application folder, which, by default, is always included in the application path.

You can run the following command to determine where the fex is located:

WHENCE NAME FEX



Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
March 06, 2018, 05:11 PM
Waz
Ditto with Francis,

BUT, is name just name or is IBFS/....
Or is it app/name which points to a folder.

Otherwise, check the path, whence should get the location


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!

March 06, 2018, 05:29 PM
Max Nevill
Hi Guys, this has been very helpful! There was no filepath, and so I found it in the baseapp folder. Thanks so much!


WebFocus 8.104
Windows 7 Entreprise, SP1