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 am adding a pop-up calendar to a Maintain (MRE) form. Following the instructions in the "WebFocus Maintain Advanced Tutorial", I copied the browserSniffer.js, dynCalendar.js, calendarInit.js, and FAN.css into my project. Now the pop-up calendar appears okay except that it appears in the top left corner of the form and is under the other fields on my form. How do I get it to appear next to the calendar icon and not be buried under other fields.
Thanks, KentThis message has been edited. Last edited by: Kerry,
Windows2003 Server, WebFOCUS 7.7.02 Developers Studio and MRE
Posts: 63 | Location: Ft. Wayne, IN | Registered: February 20, 2007
Kent You need to apply a style sheet to the form to make the calendar appear in the proper position (next to the date fields). Since you state you are using FAN.CSS, add this to your top case:
Winform show_inactive Form1 Form1.cssname = '/approot/calendar1/FAN.css' Winform Show Form1;
Here, my project is called calendar1 and my form is Form1. Change both to reflect your application. Also, the case of the path may matter. So, add these lines and give it a try. If you are still seeing the box in the top left corner, post your code that performs the first Winform.
Mark
Posts: 663 | Location: New York | Registered: May 08, 2003