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.
if you're in mre, you can use the PUBLISH option to generate a form for you that makes simple form variables out of your parms and launches, and that'll teach you the basics. If you're in a selfserv, you can adapt the form ; heres an example, Zu
<FORM name="form" action="http://grwf01/ibi_apps/WFServlet" TARGET="main"
method="get" >
<input type="hidden" name="IBIF_ex" value="myfexname">
..this is my path
<input type="hidden" name="IBIMR_domain" value="untitled/untitled.htm">
<input type="hidden" name="IBIC_user" value="edaadmin">
<input type="hidden" name="IBIC_pass" value="edauser">
** you can pass a bunch of hidden vars
<input type="hidden" name="MYVAR" value="MYVAL">
** if you're using iwa,
<input type="hidden" name="USER" value="<%= request.servervariables("LOGON_USER") %>">
stick in your submit button and your reset buttons, close your form, and off you go. Its all in the ACTION call the action can call another .asp it can call the focus engine and you can call the focus engine with servlet or cgi or isapi, whatever works. And method=get or post , depending on your needs. Servlet is get by default, with isapi (webapi.dll and post, you get some cool billgates features)
you might want to read this thread ; it has some fine examples of form syntax.This message has been edited. Last edited by: susannah,
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003