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

Discussion Topic  RE: Excel Conversion (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
Is this happening to alpha fields that contain numerics?...
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: sort on sum field (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
Here's what we've done: TABLE FILE HSALR2 SUM COMPUTE CTR/I1 = CTR + 1; NOPRINT COMPUTE RGNX/A57 = ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  Embedded SQL in WebFOCUS code (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
I have a fex that generates SQL passthru code that is executed to insert rows into a MS SQL Server 2......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [SOLVED] Substituting the start and end dates in a procedure (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
So does this: -SET &MTDF = DATECVT( DATEMOV(DATECVT(&YYMD,'I8YYMD','YYMD'),'BOM'),'YYMD','I8YYMD');......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] Using Master File Created By Hold (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] variable table name during webfocus call (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
Try this: TABLE FILE CAR PRINT CAR ON TABLE HOLD AS HOLD1 END -RUN -SET &HFILE = 'HOLD1'; -SET &I......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] variable table name during webfocus call (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
And, could you please tell us if this working sample works in your environment? TABLE FILE CAR PRIN......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] variable table name during webfocus call (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
<option value='$*' selected>All</option> !IBI.AMP.&MY_SELECT; </select> should be......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] variable table name during webfocus call (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
smiths, I think this should work for both FIL and AMP. FIL is a hold file containing one or more v......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] variable table name during webfocus call (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
Did you forget the ; at the end of the !IBI.FIL line? Here is a quick piece of code illustrating th......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] variable table name during webfocus call (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
Evgenia, Check my response. Francis....
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: [CLOSED] variable table name during webfocus call (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
My guess is that your code looks like this: <select name=...> < !--WEBFOCUS TABLE variable......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Need assistance with HTML front page (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
Stephanie, I have heard that WF 7 generates no form HTML pages but I have never seen one. Please p......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Hold creates master file? (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
If you want them chained together, then I suggest you use Resource Layout Painter in Developer Studi......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Hold creates master file? (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
Yes you can. If you need to do this in two different programs (one to create the HOLD file and anot......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: MULTIPLE HTML TAGS (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
slfmr, Could you please tell us what the code <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> ......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Dashboard Domain Tree (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
Thanks for the information .eric. If we require the User Name retrieved from MRE then I think we wil......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Dashboard Domain Tree (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
Eric, I shouldn't have jumped the gun and said there is no simple way to retrieve the user name from......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Dashboard Domain Tree (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
I don't think there's a simple way to do this. If you do find a way, please post the method. Cheers......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point

Discussion Topic  RE: Display date format (in WebFOCUS/FOCUS Forum on Focal Point ) by Francis Mariani
Please post the code where the DEFINEd field is used. I assume the ", we hereby..." is text. Is your......
Focal Point > Focal Point Forums > WebFOCUS/FOCUS Forum on Focal Point


» Refine Search
» New Search

  Powered by Social Strata Page 1 ... 494 495 496 497 498 499 500 ... 529 

Focal Point    Focal Point Forums    Search    Search Results

Copyright © 1996-2020 Information Builders