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.
I created a calendar control in my HTML and had set its date forrmat to "trMYY". Now i try to set a default value to the calandar through IBI.AMP variable and pass the value from a fex. Irrespective of what ever format i set my local variable (using CHGDAT or DATECVT) it always displays in YYMD format in the HTML. I want the default date to be displayed as trMYY and it has to be a valid date (not a string) because this value will be passed to the backend when the form is submited. I have not tried JS yet, before that i would like to know if this is something tat can be accomplished through FEX.
The default value i used in HTML form is
!IBI.AMP.CURRENT_DT;
The fex used to call the html looks like this
-SET &CURRENT_DT = &YYMD.EVAL;
-HTMLFORM client_revenue_detail.htm
This message has been edited. Last edited by: Saravanan J,
Release : 7.7.02 OS : Linux App Server : Tomcat all output