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 ... 492 493 494 495 496 497 498 ... 529
Go
Search
Tools
Search Results: (10577 matches) New Search Login/Join 

Discussion Topic  RE: Search Domain for string (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
I don't think you can do this within MRE - there's no tool to search the text of the program files. ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Variable for connection string (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
I'm not sure if that's possible - you can access more than one database in the same fex, how would W......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Title Tag (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
This program's HTML TITLE tag works when run directly or called from an HTML page. You mahe a subtl......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] MS SQL Server - SQL Passthrough Insert statement and trailing blanks (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
Used the SQL right-trim function to solve the problem. -*-- Insert all the rows from the temporary ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  [SOLVED] MS SQL Server - SQL Passthrough Insert statement and trailing blanks (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
I have a WebFOCUS Program as shown below. The Insert statement works wonderfully, except that the va......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Stylesheet procedure to set a title as a hyperlink (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
A cool alternative: This alternates between ascending or descending depending on what the previous s......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Stylesheet procedure to set a title as a hyperlink (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
-DEFAULT &SORT = 'COUNTRY'; TABLE FILE CAR PRINT COUNTRY CAR MODEL SALES BY &SORT NOPRINT ON TABLE......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: (FOC030) ALL VERB OBJECTS MUST BE IN THE SAME PATH AS THEIR SORT FIELDS (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
You haven't mentioned what kind of tables these are. FOCUS databases? SQL DBMS? If these are SQL DB......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Export into HTML printable format (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
HTML for browser, PDF for printing, EXCEL for data manipulation is what should be standard. However......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: SKIP-LINE doesn't work in exl2k (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
How about providing an example we can run to show that what you want doesn't work? This works on WF......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: SKIP-LINE doesn't work in exl2k (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
If you can't get SKIP-LINE to work, try ON column-name SUBFOOT " " As Leah mentioned, this will no......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Calling the MS CRM Web Service (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
Jennifer, Thanks for your message. Just wondering why the details of the error are not in the docum......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Calling the MS CRM Web Service (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
I figured that. I get the following errors, of which I cannot find any documentation: (FOC44535) S......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Calling the MS CRM Web Service (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
According to the manual for 5.3.2, "ID and password are not implemented in the current release". How......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Calling the MS CRM Web Service (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
Web Services are completely new to me, so I hope there are enterprising young FocalPointers that wil......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Calling the MS CRM Web Service (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
Thanks, I've never used Web Services before - I'll give it a try....
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  Calling the MS CRM Web Service (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
I have a requirement to load some data into a set of MS SQL Server tables that are part of MS CRM. ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: mathmatically changing amper value (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
-SET &C_AIDYEAR = 0607; -SET &L_AIDYEAR1 = &C_AIDYEAR + 10000 - 101; -SET &L_AIDYEAR = EDIT(&L_AIDYE......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Not able to generate Graph (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
Could you please display some of the WebFOCUS code you're using (perhaps excluding the Java stuff)?...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: CGI call - 1) how to pass multiple values for a parameter 2) how to pass... (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
Answer for A3): Pass the value "FOC_NONE": -DEFAULT &VALUE1 = 'FOC_NONE'; TABLE FILE CAR PRINT CO......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point


» Refine Search
» New Search

  Powered by Social Strata Page 1 ... 492 493 494 495 496 497 498 ... 529 

Focal Point    Focal Point Forums    Search    Search Results

Copyright © 1996-2020 Information Builders