Focal Point
[SOLVED] Calling html from fex

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

February 25, 2018, 04:28 AM
asamant59
[SOLVED] Calling html from fex
Hello all ,
I am learning webfocus coding and I am stuck at a point.
Can anyone please tell me how one can call an html page from fex procedure ??
Is it by using include/[filename].htm

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


WebFOCUS 8
Windows, all Outputs
February 25, 2018, 01:36 PM
Doug
Use "-HTMLFORM" instead of "-INCLUDE".

Learning WebFOCUS is better then just asking questions when you need to do something. You can start by RTFMs or viewing the videos supplied on the IBI site / Learn.
February 26, 2018, 08:18 AM
MartinY
Using the
-HTMLFORM BEGIN
...
-HTMLFORM END

is giving you the ability to insert your own HTML code into a fex but using
-HTMLFORM IBFS:/WFC/Repository/folder/file.htm

will call an existing HTML file from a fex


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
February 26, 2018, 09:20 AM
vinodh
if you want to try the easy GUI method in appstudio, pls use the step mentioned in screenshot. this is user friendly and give you the option to include the html as a reference or as a embedded.

try and let me know.




WebFOCUS 8
Windows, All Outputs