Focal Point Banner


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.


Focal Point    Focal Point Forums    Search    Search Results
Page 1 ... 8 9 10 11 12 13 14 ... 34
Go
Search
Tools
Search Results: (663 matches) New Search Login/Join 

Discussion Topic  RE: Radio button in Read/Write Grid. (in WebFOCUS/FOCUS Forum on Focal Point ) by Maintain Wizard
Instead of a radio button, I would use a check box. Use this code, in a loop, to add the object t......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Wild searching in maintain (in WebFOCUS/FOCUS Forum on Focal Point ) by Maintain Wizard
Maintain has a robust screening capability. There is an EQ_MASK and a NE_MASK statement that can be......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Running Multiple Maintains at Once (in WebFOCUS/FOCUS Forum on Focal Point ) by Maintain Wizard
Richard A developer can write very complex non-persistent applications. However, you do need to h......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Running Multiple Maintains at Once (in WebFOCUS/FOCUS Forum on Focal Point ) by Maintain Wizard
You can design any form to be persistent or non-persistent. The real difference is the events. A n......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Running Multiple Maintains at Once (in WebFOCUS/FOCUS Forum on Focal Point ) by Maintain Wizard
The only way to do this is with non-persistent Maintain applications. If you do that, then there ar......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Searchable dropdown in maintain (in WebFOCUS/FOCUS Forum on Focal Point ) by Maintain Wizard
I can send you this code. The JS script is rather long, so send an email to Mark_Derwin@ibi.com and......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Maintain forms (in WebFOCUS/FOCUS Forum on Focal Point ) by Maintain Wizard
Hi Shankar I do not usually recommend using the Menu bar. It's not my favorite control. I find m......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [Solved] WebFocus Agent Disconnect (in WebFOCUS/FOCUS Forum on Focal Point ) by Maintain Wizard
I have a solution! The problem is that if the application is not exited correctly (and I use that w......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Multiple Select filtering in MAINTAIN (in WebFOCUS/FOCUS Forum on Focal Point ) by Maintain Wizard
There are two easy ways of doing this. The first is Maintain and the second is Table. Maintain: ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  Maintain Applications Wanted! (in WebFOCUS/FOCUS Forum on Focal Point ) by Maintain Wizard
All Over the years, the Maintain community has provided me with screen shots and descriptions of t......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Producing a Freeform Report from a Maintain (in WebFOCUS/FOCUS Forum on Focal Point ) by Maintain Wizard
If you are grabbing the values from controls like a ComboBox, then either have a default value, in c......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Producing a Freeform Report from a Maintain (in WebFOCUS/FOCUS Forum on Focal Point ) by Maintain Wizard
Is edtConsumerBSUID a field on your form that you are passing to the Weblink? If so, try putting ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Producing a Freeform Report from a Maintain (in WebFOCUS/FOCUS Forum on Focal Point ) by Maintain Wizard
It depends where the error came from. If the variable in the report needs a value, you can use a -D......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Producing a Freeform Report from a Maintain (in WebFOCUS/FOCUS Forum on Focal Point ) by Maintain Wizard
Richard I am afraid we cannot do this, this way. The EXEC command is designed to return output to......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Producing a Freeform Report from a Maintain (in WebFOCUS/FOCUS Forum on Focal Point ) by Maintain Wizard
The best way for Maintain to perform a report and keep it open in a new window is to use JavaScript.......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Looping Through a Maintain Stack? (in WebFOCUS/FOCUS Forum on Focal Point ) by Maintain Wizard
Hi Clay - The issue here is, is the answer set finite or infinite? If it is finite I would do som......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Maintain Help Needed (ASAP) (in WebFOCUS/FOCUS Forum on Focal Point ) by Maintain Wizard
Let's say you are on Form1 and the ComboBox is ComboBox1. When you create the object you would set ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Maintain Help Needed (ASAP) (in WebFOCUS/FOCUS Forum on Focal Point ) by Maintain Wizard
The only way to do this would be to create the second list box and hide it. Then, when the stack is......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Dynamic Controls in Maintain (in WebFOCUS/FOCUS Forum on Focal Point ) by Maintain Wizard
While it is not possible to dynamically create controls, you can show / hide the ones that you want.......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Maintain Sybase SQL passthru example needed (in WebFOCUS/FOCUS Forum on Focal Point ) by Maintain Wizard
WAZ has a great point. See if the procedure that you are trying to run works outside of Maintain. ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point


» Refine Search
» New Search

  Powered by Social Strata Page 1 ... 8 9 10 11 12 13 14 ... 34 

Focal Point    Focal Point Forums    Search    Search Results

Copyright © 1996-2020 Information Builders