Focal Point
Pass the URL of the current WF request in a DM variable

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

September 07, 2006, 11:20 AM
Francis Mariani
Pass the URL of the current WF request in a DM variable
After digging around on the web, I have found out that the #echo command has nothing to do with WebFOCUS, but is a web server command that will work with .shtml pages - server side includes.

How to integrate this with WebFOCUS I don't have a clue.

As well, not all web servers have server side includes turned on, sometimes for security reasons.

For Tomcat, read this: http://httpd.apache.org/docs/1.3/misc/FAQ.html#ssi-part-i

This is a list of available variables: http://www.info-techs.com/variables.shtml


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
September 07, 2006, 11:23 AM
Tony A
N.Selph,

You were correct in that the entire fex being passed in &QUERY_STRING was due to being run from edit in dev studio. Executed from an HTML page the &QUERY_STRING is fine.

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 
September 07, 2006, 11:26 AM
Francis Mariani
Tony, that's good news.


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