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     Set default value of a prompt

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Set default value of a prompt
 Login/Join
 
Silver Member
posted
I have a prompt in Resource Layout Painter that asks the user to select a date. I'd like to set a default value for that prompt based on a value in the database, but want the user to be able to enter a different value. All of the values that a user might enter are not in my database, so I can't build a list of all possible values for the user to choose between. Any ideas? Thanks in advance.
 
Posts: 44 | Location: St. Louis | Registered: September 17, 2004Report This Post
<JG>
posted
A way to do this is to have the HTM file that requests the parameters called by another fex and populate the required edit box as a variable.

Your calling fex would look something like

TABLE FILE CAR
PRINT COUNTRY
WHERE COUNTRY EQ 'ENGLAND'
WHERE RECORDLIMIT EQ 1
ON TABLE SAVE
END
-RUN
-READ SAVE &COUNTRY.A10.
-HTMLFORM BEGIN
-INCLUDE report1.htm
-HTMLFORM END

In your .fex change the
-HTMLFORM report1

To
-INCLUDE report1.htm
-HTMLFORM END

This makes sure that the values that appear in the selection box for rerunning are populated with the last value entered by the user.

Your htm (report1.htm) should use a text box for input (elementtype="edit") change the �value= � entry to be �value=�&variable.EVAL��

  <br /><br />On the line <BODY onload=OnLoad() ��<br />Change it to <BODY <br />For some reason the OnLoad() causes some very peculiar behavior in IE, works fine in netscape.
 
Report 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     Set default value of a prompt

Copyright © 1996-2020 Information Builders