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.
don't know that it will work, i'm just telling you what the codes are for carriage return and for line feed. remember to escape the & character by following it with the pipe character | . just having the & will cause wf to think you're talking about an & variable.
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
I tried adding a pipe, but it just adds a literal pipe to the prompt label. So, there may not be a way to do it. I really appreciate you trying to help.
Dev. Studio 7.6.11 Win 7
Posts: 21 | Location: Oklahoma | Registered: November 01, 2012
i get this when i try that: ibihash_getStr : ERROR--- can't translate string 'FALL=D-G' ---ERROR ibihash_getStr : ERROR--- can't translate string 'SPR=H-K' ---ERROR ibihash_getStr : ERROR--- can't translate string 'SUMM=M N W X' ---ERROR
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
I am able to populate the prompt box. What I need is to be able to is set a line break in the prompt label. Using your, Doug, as an example, I am trying to get Report Format: to print like this --
Report Format:
The labels I need to add are a bit long and messy.
Dev. Studio 7.6.11 Win 7
Posts: 21 | Location: Oklahoma | Registered: November 01, 2012
I'm beginning to think a Launch Page needs to be the next phase of my learning. We have to connect to the server remotely, and the site that hosts it is pretty strict on what they allow off-site programmers do. No one here has tried yet. Guess I'll break some new ground.
Dev. Studio 7.6.11 Win 7
Posts: 21 | Location: Oklahoma | Registered: November 01, 2012
The problem that you will have achieving this is due to the fact that the autoprompting is achieved using XSL.
I have tried several methods to "encourage" a line feed within the prompt label but had no success at all.
In the interests of moving you forward, before you embark upon your HTML composer career, is the following code snippet any use? I admit that it is a little cumbersome compared to what you would really like but it would give your end users an indication of code decriptions?
-* The following code should be on one line.
-SET &DUMMY = &DISB4ID.(<D (Fall),D>,<E (Fall),E>,<F (Fall),F>,<G (Fall),G>,<H (Spring),H>,<I (Spring),I>,<J (Spring),J>
,<K (Spring),K>,<M (Summer),M>,<N (Summer),N>,<W (Summer),W>,<X (Summer),X>).ID4.;
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
You would need to access the client server console - probably not something that you have access to given your previous statement!
However, you are correct in assuming that, if you are getting the autoprompt screen (give away is the page title - "WebFOCUS Autoprompting Facility"!) then it is turned on.
Have you tried a new fex with just that line of code within it? If that runs OK then it may be something else lurking in the depths of your code.
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
Using a different .fex with just that line of code still results in the browser just going blank. :sigh:
I think it's looking like there is some super secret security in place on the remote server to keep us offsite programmers from wandering out into the street and getting run over by autoprompts.
Thanks everyone for trying, though.
Dev. Studio 7.6.11 Win 7
Posts: 21 | Location: Oklahoma | Registered: November 01, 2012
That's a shame, not sure what the underlying cause of that is. Can you try with compatability mode on?
As for autoprompting, you can also check the value for the variable &WFDESCRIBE by issuing -? & SAVEPRINT (ala Francis Mariani!) and if the value is anything other than OFF you have autoprompting turned on. The usual setting is XMLPROMPT.
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004