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 using Developer Studio 5.2.3. We do not have a Maintain License. I have a form that I have created within a Focexec and I am Scheduling it thru Report Caster to send to Managers in an E-mail. I want them to be able to check a box on the form Yes or No and e-mail it back. Has anyone done something like this in Resource Layout or Any other method? Thanks for any help.
you can write a fex that does nothing but create html output, and Caster that fex. But i'm not sure what you expect to happen when the email is returned. You can launch a fex from that email, and pass it values that the user has selected, just as tho it were a launch page...which is in fact what you're building and sending. (FYI There is a TWO-WAY EMAIL product available in Webfocus...you might inquire about that.) But just to answer your first question, your fex can be as simple as this: (i use left brackets for left carets here, because the board doesn't take left carets, ok) -* comment line this is my fex -HTMLFORM BEGIN [ HTML> [ head> ...whatever you need [ /head> [ body> [ form ...build your form here ... your form action can be a call to the webfocus cgi to pass values ,just as if it were a launch page on your site [ /form] [ /body] [ /html] -HTMLFORM END
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
Thanks so much for your reply...and that works very well. You asked what I was hoping for from the return e-mail. I basically have a form that ends like the following:
" I certify that the above is correct and complete:" " " " "
"Signed:_____________________ Date:_________"
I want them to be able to reply to the e-mail and type their name and the date - in the blanks. This will certify that they have approved the contents of the form. Is this possible in this type of format?
sure. In your html code put your html output table from your fex right before the form tags, perhaps. [ body> <!-- WEBFOCUS TABLE MYTABLE --> [ form ...build your form here ... your form action can be a call to the webfocus cgi to pass values ,just as if it were a launch page on your site [ /form] [ /body]
sounds like a plan to me. let us know how it goes.
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
yeah. how about your email is just a link, a focus drilldown, as it were. And that link launches your fex. then when you click it, you are out of outlook and into browser, just as tho you were running any drilldown on your site. THEN a form will work just fine. Ah..there's always a way.
no, they wouldnt have to save it and email it back. just click on the link that is provided in the email, and the link runs a fex, that fex produces the report which is an html form. filling in the blanks and clicking SUBMIT will process the form.
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
Well I thought of that...but they would have to save it and E-mail it back. This is men on the run that want to look at something hit reply to the E-mail and be done. I'm still trying different things. When I use HTML to have a form like thing...when you hit reply it all scrunches up...again cause it is not a browser....might have to go just for a text e-mail and they have no entry places. Yes there is always a way.
Ok Guys lets get really creative here . Just have Report Caster eMail the HTML in the body. Then when the user fills in the form and clicks on the submit button (who�s action points back to the WebFOCUS Servlet/CGI). When he clicks on the submit button it calls WebFOCUS passing back the necessary parameters to uniquely identify the response and who it is sending the response. When WebFOCUS get the response using dialog manager (-WRITE) it appends the response to a FLAT (FIXED) format file, and sends a thank you back to the users screen. Then using WebFOCUS and/or ReportCaster you can read the response and react accordingly.
no Tex, Outlook is not a browser. So Outlook cannot process a FORM or a submit button. Outlook can only process a link. So the link produces the form. and throws the user out of outlook and into IE. Which CAN process a form.
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
Well I thought I was clever and I made an HTML form and sent it as an Inline E-mail thru Caster. But when you reply to the E-mail, 2 boxes appear in the middle of the E-mail with the Name of the Fex and my Library on Webfocus. When the E-mail is then sent, the boxes go away. I'm going to be sending this to several mangers and executives, so I don't want strange things showing up in the middle of the Page. Do you think this is a Outlook thing also?
It worked for me. I created a simple html page with 2 input (text) boxes. the form action called http://localhost/ibi_apps/WFServlet. method = GEt and when caster emailed it to me I filled in the boxes. I clicked submit. I could see the complete URL with the value for FILENAME=FILE LOCATION=LOC and B1= Submit.