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.
Calendar Control The calendar control will display for parameters that are simple filters for a field that is a combination of YYMD date format with any of the supported modifiers. The date format must have all components (year, month, day). Date-Time field formats are not supported.
Responsive Autoprompt calendar control with default date Note:
he default value is the current date. The default value can be specified with an English month, two-digit day, and four-digit year. For example: -DEFAULT &STARTDATE='January 01 2016';This message has been edited. Last edited by: FP Mod Chuck,
In 8.2.06 when you are creating the html page with App Studio if you click on the calendar control and choose the settings tab, select Dynamic / Other and there is a check box for current start date. Select that and it will make that the default date when the page is run.
Thank you for using Focal Point!
Chuck Wolff - Focal Point Moderator WebFOCUS 7x and 8x, Windows, Linux All output Formats
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005
I am trying to populate or design the calendar control in Page Designer using PROMPT with dynamic values. For that I am using the code (in my initial thread) to create dynamic date values.
When we provide the static value as below it is showing the correct values in Calendar control -DEFAULT &STARTDATE='March 18 2018';
However, when I calculate the same dynamically using WebFOCUS SET command, it is populating the current date.
For the default set of date value in PROMPT to create a calendar control I refer the below URL.
I am trying to populate or design the calendar control in Page Designer using PROMPT with dynamic values. For that I am using the code (in my initial thread) to create dynamic date values.
When we provide the static value as below it is showing the correct values in Calendar control -DEFAULT &STARTDATE='March 18 2018';
However, when I calculate the same dynamically using WebFOCUS SET command, it is populating the current date.
For the default set of date value in PROMPT to create a calendar control I refer the below URL.
Calendar Control The calendar control will display for parameters that are simple filters for a field that is a combination of YYMD date format with any of the supported modifiers. The date format must have all components (year, month, day). Date-Time field formats are not supported.
Responsive Autoprompt calendar control with default date Note:
The default value is the current date. The default value can be specified with an English month, two-digit day, and four-digit year. For example: -DEFAULT &STARTDATE='January 01 2016';
The link below is a post that describes how to get Designer to do the prompting. The last entry by Michele Brady has two other links with more information.