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 have double list box and set the properties : Multiple: Multiple, Multiple: Add quotes: No but when I run, it still add quotes to the values in my double list. Did I miss something?This message has been edited. Last edited by: <Emily McAllister>,
Pay attention of WHERE you have set the "No" quotes.
In a double list box, there are tree section.
1- The "From" 2- The "To" 3- The container
The "No quotes" option has to be set on the container : you have to click beside the "From" and the "To" box where the whole control will be selected and then set the "Multiple : add quotes" to "No"
WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF In Focus since 2007
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013
Originally posted by GavinL: Not sure I follow, can you post an example?
For example: Value I set in list box is: BATCHTIME NOPRINT. When I run the report in echo mode, the code I saw is 'BATCHTIME NOPRINT' which I hope is just BATCHTIME NOPRINT.
Originally posted by MartinY: Pay attention of WHERE you have set the "No" quotes.
In a double list box, there are tree section.
1- The "From" 2- The "To" 3- The container
The "No quotes" option has to be set on the container : you have to click beside the "From" and the "To" box where the whole control will be selected and then set the "Multiple : add quotes" to "No"
MartinY: The container doesn't have property "Multiple : add quotes"
The location of a few properties in the properties pane has changed between App Studio and Dev Studio.
To find that specific property, first click on the item selection dropdown (the very top item in the Properties panel, it has an icon of a rectangle with a red triangle in the corner) and choose
customselect1_selectfrom <SELECT>
(note the name might be slightly different if your form item has a different name). Once you have this item selected, the option Multiple: Add Quotes should become available in the Miscellaneous category. Be sure to do this for customselect1_selectto as well.
Let me know if you have any more questions.
Emily McAllister Focal Point ModeratorThis message has been edited. Last edited by: <Emily McAllister>,