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     appearance of the pop-up

Read-Only Read-Only Topic
Go
Search
Notify
Tools
appearance of the pop-up
 Login/Join
 
<Andr33a>
posted
Hello,
Can you help me with a suggestion concerning the appearance of the pop-up?
I have a report which shows the informations only for the date I choose from the invite window.
If the date Y, that I choose in the invite, is not in the database from which I extract the informations, I must show a pop-up message in which I tell the user that for the date Y that he selected doesn't exist any informations, but there are informations for a date X (where X is the closest date to the date Y ); If the user chooses from the pop-up message the option 'Yes',the report must be executed with the new date(that was suggested in the pop-up message - date X) and so the user will see the informations for the date X.
EX:
In invite Window I have the date: 10/02/2005
Suppose I use the table tbl1; In this table I don't have any information for the date 10/02/2005, but I have informations for the date 08/02/2005, 07/02/2005.
After I lance the report a pop-up message must appear, telling me that:
"There are no infos for the date 10/02/2005. Would you like to run the report with the date = 08/02/2005 ? "
If I choose "Yes", the date 08/02/2005 must be retransmitted as a parameter for the report and the report shows the informations for the date 08/02/2005.

Thanks,
Andreea
 
Report This Post
Platinum Member
posted Hide Post
Use something like:

-IF &LINES EQ 0 GOTO EXIT;
-HTMLFORM BEGIN
Put HTML code here which displays your message, and propmts for the yes or no and then invokes another Fex.
Include the &variable with the new date as a hidden variable in the HTML so it gets passed to the fex.

-HTMLFORM END


-EXIT
 
Posts: 140 | Location: Adelaide South Australia | Registered: October 27, 2006Report 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     appearance of the pop-up

Copyright © 1996-2020 Information Builders