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.
Hai We need Year,Month and the corresponing days for that month (example For Jan 1,2,3...31 and For Feb 1,2,3..28or29) as a parameter For these we have cratead the following Procedure
FILEDEF DATEMAS DISK DATERNG.MAS -RUN -WRITE DATEMAS FILE=DATERNG,SUFFIX=XFOC -WRITE DATEMAS SEGNAME=SEG1 -WRITE DATEMAS FIELD=DATE_KEY, ,DMYY ,DMYY , $ -RUN CREATE FILE DATERNG MODIFY FILE DATERNG FREEFORM DATE_KEY.A8. LOG FORMAT MSG OFF LOG TRANS MSG OFF LOG INVALID MSG OFF DATA -* Any invalid dates will be rejected. -PROMPT &Year.(2000,2001,2002,2003,2004,2005,2006,2007,2008); -PROMPT &Month.(1,2,3,4,5,6,7,8,9,10,11,12); -DEFAULT &Year = '2000'; -DEFAULT &Month = '2'; -SET &Day = 1; -REPEAT :Loop1 31 TIMES; -SET &Date = IF &Day LT 10 THEN '0' || &Day ELSE &Day; -SET &Mnth = IF &Month LT 10 THEN '0' || &Month ELSE &Month; &Date&Mnth&Year -SET &Day = &Day + 1; -:Loop1 END -RUN DEFINE FILE DATERNG DAY/D = DATE_KEY END TABLE FILE DATERNG SUM FST.DAY BY DAY ON TABLE NOTOTAL ON TABLE PCHOLD FORMAT XML ON TABLE SET HTMLCSS ON END
When we Call this Procedure for loading dropdown box in HTML layout Painter We did not get any Output and also How can we Pass these parameters to our main prodcedure
Please Help us in this issues
ThanksThis message has been edited. Last edited by: Surenther,
There are probably many ways of achieving a populated dropdown, but it all depends on what your actual requirement is. I would suggest giving it some thought and working out what you actually need to do.
As I have said before (not to you but in other posts) think laterally about a problem and often you will find a way to achieve what you need.
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004