Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] HTML Composer: Using with HTMLFORM

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] HTML Composer: Using with HTMLFORM
 Login/Join
 
Expert
posted
Question for David Glick...

Developing Reporting Applications, Version 7 Release 7.03 > Chapter 5 - Managing Flow of Control in an Application > Enhancing an HTML Web Page With a Procedure > Enhancing an HTML Web Page With a Procedure:

quote:
How to Refer to an External Web Page From a Procedure
-HTMLFORM filename

Note: HTML Composer design time is not meant to be used with this construct and if used,the tool may not work as expected and will not be supported.

If you use separate HTML files, you cannot use Dialogue Manager commands and variables in the file. However, the WebFOCUS escape sequences, described in Including Variables in an HTML Web Page on page 377, can be used.


OK, what about this construct - no variables and no other WebFOCUS stuff - why would this not be supported?

-IF &COUNTRY EQ 'ENGLAND' GOTO TYPE1;
-IF &COUNTRY EQ 'CANADA'  GOTO TYPE2;
-GOTO TYPE3

-TYPE1
-HTMLFORM page1.htm
-EXIT

-TYPE2
-HTMLFORM page2.htm
-EXIT

-TYPE3
-HTMLFORM page3.htm
-EXIT

This message has been edited. Last edited by: Francis Mariani,


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
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Guru
posted Hide Post
Francis,

If all you are doing is using the FEX to select the page to run, it seems ok. However, if you plan to do Save Selection, for example, it will not work since Save Selection uses an HTML page, and -HTMLFORM uses a FEX. Basically, you need to be limiting and careful if you want to mix -HTMLFORM and HTML Composer. We have found that everything that -HTMLFORM can do, we can do in HTML Composer without using -HTMLFORM.


David Glick
Director WebFOCUS App Studio
and WebFOCUS Developer Studio
WebFOCUS Division
Information Builders, Inc.
Direct (917) 339-5560
Voice Mail (212) 736-6250 x3560
Fax (212) 947-5168
Email david_glick@ibi.com
 
Posts: 315 | Registered: April 13, 2004Report This Post
Expert
posted Hide Post
I will endeavour to write applications without -HTMLFORM but I'm not sure how easy it is to transition to a HTMLFORMless world.


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
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] HTML Composer: Using with HTMLFORM

Copyright © 1996-2020 Information Builders