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  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Displaying strings in an HTML screen

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Displaying strings in an HTML screen
 Login/Join
 
Silver Member
posted
Has anybody have a way around this?

When I use the HTML painter to display a string, it cuts off at the first instance of space. So it displays the first word only.

Forgive me because I don't know HTML at all. I am a mainframe programmer that just learned how to use WebFocus. Here is what the actual HTML code for the field I am talking about...



What could be changed here to keep it from cutting off from the first blank character?

Here is how ACCT field gets populated in the focexec:

-SET ACCT=&ZACCT;

Thanks in advance for replying.


Thanks,
Ronnel C
WebFocus 7.1.5
IBM ZOS 1.6
 
Posts: 44 | Location: Fort Wayne, IN | Registered: February 07, 2007Report This Post
Silver Member
posted Hide Post
Ooops... Like I said... no HTML experience.
Let me try this again...

INPUT id=ACCT style="Z-INDEX: 13; LEFT: 380px; WIDTH: 410px; POSITION: absolute; TOP: 440px; HEIGHT: 22px" tabIndex=13 maxLength=40 size=86 value=!IBI.AMP.ACCT; name=ACCT operation


Thanks,
Ronnel C
WebFocus 7.1.5
IBM ZOS 1.6
 
Posts: 44 | Location: Fort Wayne, IN | Registered: February 07, 2007Report This Post
Expert
posted Hide Post
Ronn,

Think of the problem logically and it will become obvious. If your !IBI.AMP.ACCT; string has a space within it then your HTML line would be
size=86 value=some value name=ACCT operation

You will immediately see that the "value" and "operation" would not be considered parts of the attributes.

Use Quotes around the amper variable and do not use two words for the name attribute -
size=86 value='!IBI.AMP.ACCT;' name=ACCT_operation

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, 2004Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Displaying strings in an HTML screen

Copyright © 1996-2020 Information Builders