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 ... 7 8 9 10 11 12 13 ... 34
Go
Search
Tools
Search Results: (663 matches) New Search Login/Join 

Discussion Topic  RE: [Solved] LOB datatype in maintain (in WebFOCUS/FOCUS Forum on Focal Point ) by Maintain Wizard
There is very limited CLOB support in Maintain. Currently this is only supported for relational fil......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Calculating dates in maintain. (in WebFOCUS/FOCUS Forum on Focal Point ) by Maintain Wizard
You need to use the DATEMOV function. It's easy to get the current quarter. I am assuming that I c......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Maintain Screen Interface to Mobile Phones (in WebFOCUS/FOCUS Forum on Focal Point ) by Maintain Wizard
Kent I have been writing applications that run on the Safari browser. When Maintain screens are d......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Column title wrap in a read/write grid: maintain (in WebFOCUS/FOCUS Forum on Focal Point ) by Maintain Wizard
Could you please post that delay? I'm sure it will help other customers! Mark...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Column title wrap in a read/write grid: maintain (in WebFOCUS/FOCUS Forum on Focal Point ) by Maintain Wizard
This may be due to a timing issue. Basically when the JS performs, the grid may not be fully drawn ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Column title wrap in a read/write grid: maintain (in WebFOCUS/FOCUS Forum on Focal Point ) by Maintain Wizard
Here is some code that another client is using in 7.6.11. Basically you can create your own onload ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Column title wrap in a read/write grid: maintain (in WebFOCUS/FOCUS Forum on Focal Point ) by Maintain Wizard
I believe this code will allow multi-line headings in a grid: { Form1.Grid1.QuickSetCellTypeEx(2, -......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED by case] Web Focus Maintain (in WebFOCUS/FOCUS Forum on Focal Point ) by Maintain Wizard
Since the length of the HTML Table can be truly dynamic, the best solution for this is to add a butt......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Maintain - Retrieve Date Value from Textbox. (in WebFOCUS/FOCUS Forum on Focal Point ) by Maintain Wizard
Is your application non-persistent? If not, then you do not need to use: Compute EffDateValue = IWC......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Use new 7.7 popup calendar with double click instead of calendar icon (in WebFOCUS/FOCUS Forum on Focal Point ) by Maintain Wizard
Ok... Here is our solution. First of all, turn the calendar on for the form and the fields. Then ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Maintain: Grid On Load Check (in WebFOCUS/FOCUS Forum on Focal Point ) by Maintain Wizard
When is this code being kicked off? You should PROBABLY run it every time the form refreshes. Put ......
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
There are three ways to get around this issue. It would be great if you could open a case and uploa......
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
One thing... What is the format of the field that you are testing against? What is the format of cl......
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
Please provide me with a SMALL example. I need the MNT and the Master files. You can send them to M......
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
While I have never seen that error I am assuming it is because your variable has trailing blanks. T......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Determine Row Clicked on Grid in maintain. (in WebFOCUS/FOCUS Forum on Focal Point ) by Maintain Wizard
Placing the row and column in an edit box on your form is easy. Create a variable inside the Mainta......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Determine Row Clicked on Grid in maintain. (in WebFOCUS/FOCUS Forum on Focal Point ) by Maintain Wizard
When using the old grid... Most of the events pass the row and column into the function automatical......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Radio button in Read/Write Grid. (in WebFOCUS/FOCUS Forum on Focal Point ) by Maintain Wizard
The values in any constructs in both the grid and the HTMLTable will reset with the form refreshes. ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Radio button in Read/Write Grid. (in WebFOCUS/FOCUS Forum on Focal Point ) by Maintain Wizard
Here is the code for a radio button ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CASE-OPENED] Ajax Code Not working in Maintain (in WebFOCUS/FOCUS Forum on Focal Point ) by Maintain Wizard
It seems that the statement that you cannot use Ajax with a persistant Maintain application was prem......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point


» Refine Search
» New Search

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

Focal Point    Focal Point Forums    Search    Search Results

Copyright © 1996-2020 Information Builders