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 Stephanie, You could a lways control the SELECT instance yourself of course by performing a TABLE request in your launching fex. Something along the lines of DEFINE FILE SEC_ GROUPOPTIONS/A100='<option value='|GROUPID||'>' |GROUPID||'< /option>'; TABLE FILE SEC_GROUP SUM O PTIONS BY GROUPID NOPRINT WHERE ACTIVE EQ 1; ON TABLE SET HOLDLIST PRINTONLY ON TABLE HOLD AS SELECT1 FORMAT ALPHA END -RUN and then in your HTML you would add
Please note that I haven't tested this (I don't have your master and data etc.) but I have proved it against the CAR file of course Good luckThis message has been edited. Last edited by: <Mabel>,
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
One other alternative is, of course, to create a view (depending upon your datasource) that covers your selection requirements, and then use that as the "datasource" attribute in the SELECT tag within your launch page.
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
Took a while to get back to this as other bugs took priority. I tried this, but consistently receive this error:
(FOC1400) SQLCODE IS
245
(HEX: 000000F5) XOPEN: 22018
Microsoft OLE DB Provider
for SQL Server: [22018] Syntax error
convertin: g the varchar
value '<option value=' to a column of data type int. L (
FOC1406) SQL
OPEN CURSOR ERROR. :
SEC_USERS
I've tried retyping, restructuring and still it tells me no. Any ideas would be much appreciated. -StephanieThis message has been edited. Last edited by: <Mabel>,
Posts: 15 | Location: Texas | Registered: July 19, 2005
Silver179, Don't know what version you are using but in 5.3 and newer you can populate the list box from a procedure (WebFOCUS procedure). in there you can add what ever if/where statements you want.
Where are you creating the list of options? Because the error message seems to say that MS SQL is having a problem putting the '<option value=' into an integer column.
If you would like me to look at your code the you can PM me.
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
Originally posted by TexasStingray: Silver179, Don't know what version you are using but in 5.3 and newer you can populate the list box from a procedure (WebFOCUS procedure). in there you can add what ever if/where statements you want.
I was searching for listbox population. I currently have a procedure to populate the list box, but it doesn't put in all occurances and when it does accept the field as a parameter ( a whole other issue ) the returned data is for an occurance of the selection for just previous to the one selected and the 'just previous' is not on the list because of the error in loading the list box. This is occurring using dev studio 7.1.4 against either 7.1.2 or 7.1.5
Any thoughts, this was a post from 2005.
Leah
Posts: 1317 | Location: Council Bluffs, IA | Registered: May 24, 2004