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.
Hi all; I am using HTML composer and would like to utilize the calendar for date selection. I created the code below a s a test to try and create a beginning and ending range.
It seems like I saw a demo one time where you could set a range from to but I am unable to find any docs re: this specifically on tech support of the forum . I can find a lots of references to 7703 HTML composer and I have done a word search in the docs supplied re: HTML composer. Any guidance will be appreciated. I get zero records back. The database field format is HYYMDS do I need to set the define to one of the formats available in composer?
Thanks
DEFINE FILE AS_ADMISSIONS_APPLICATION BEG_DATE/HYYMDS=AS_ADMISSIONS_APPLICATION.AS_ADMISSIONS_APPLICATION.LATEST_DECISION_DATE; END_DATE/HYYMDS=AS_ADMISSIONS_APPLICATION.AS_ADMISSIONS_APPLICATION.LATEST_DECISION_DATE; END TABLE FILE AS_ADMISSIONS_APPLICATION PRINT AS_ADMISSIONS_APPLICATION.AS_ADMISSIONS_APPLICATION.PERSON_UID AS_ADMISSIONS_APPLICATION.AS_ADMISSIONS_APPLICATION.LATEST_DECISION_DATE AS_ADMISSIONS_APPLICATION.AS_ADMISSIONS_APPLICATION.APPLICATION_STATUS_DATE WHERE ( AS_ADMISSIONS_APPLICATION.AS_ADMISSIONS_APPLICATION.BEG_DATE GE DT(&BEG_DATE) ) AND ( AS_ADMISSIONS_APPLICATION.AS_ADMISSIONS_APPLICATION.END_DATE LE DT(&END_DATE) ); ON TABLE SET PAGE-NUM NOLEAD ON TABLE NOTOTAL ON TABLE PCHOLD FORMAT HTML ON TABLE SET HTMLCSS ON ON TABLE SET STYLE * INCLUDE = endeflt, $ ENDSTYLE ENDThis message has been edited. Last edited by: Geoff Fish,