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     [SOLVED] Composer Question/Issue - Dodging Bullets?

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Composer Question/Issue - Dodging Bullets?
 Login/Join
 
Platinum Member
posted
I just ran across 2 issues with composed in 7.7.03 and wanted to know if I am doing something incorrectly or is it composer.....

1. I tried to create a bullet type list --- I cannot seem to get that feature to work at all -- To add bullets, I had to insert code for a bullet into the html directly --- that worked in developer studio when I ran the HTMl --- looked beautiful -- Deployed it to the dashboard in viewbuilder --- et voila! --- got question marks instead of bullets!!! What's up with that??? • was the code. And how do you actually get the bulleted list to create a bullet list? Obviously I am missing something here. (Solved the problem by creating a bullet jpg and inserting that -- a lot of work for something so simple and basic)

2. Every time I have tried to set justification it is grayed out --- When and where is it active??

Thanks for any guidance on these issues.


Vivian

This message has been edited. Last edited by: Kerry,


Vivian Perlmutter
Aviter, Inc.


WebFOCUS Keysheet Rel. 8.0.2
(Almost) 1001 Ways to Work with Dates thru Rel. 8.0.2
Focus since 1982
WebFOCUS since the beginning
Vivian@aviter.com

 
Posts: 191 | Location: Henderson, Nevada | Registered: April 29, 2003Report This Post
Guru
posted Hide Post
Bullets for a text object is not in the product until release 8. You will need to go to release 8 if you want that capability.


David Glick
Director WebFOCUS App Studio
and WebFOCUS Developer Studio
WebFOCUS Division
Information Builders, Inc.
Direct (917) 339-5560
Voice Mail (212) 736-6250 x3560
Fax (212) 947-5168
Email david_glick@ibi.com
 
Posts: 315 | Registered: April 13, 2004Report This Post
Virtuoso
posted Hide Post
I'm not really sure what you're trying to do, but can't you just use an HTML unordered list?
<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>etc...</li>
</ul>



  • Item 1

  • Item 2

  • etc...



WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010
: Member of User Group Benelux :
 
Posts: 1669 | Location: Enschede, Netherlands | Registered: August 12, 2010Report This Post
Platinum Member
posted Hide Post
Well Wep I was trying to use the tool since it is an option in composer -- so I am a little surprised by David Glick's answer - but there you go....yes, I could code it in HTML but it was not lining up correctly since there were 5 columns of bulleted text under each in a small space --- just was a pain -- but with the graphic it worked out.....

I was more curious why the bullets turned into question marks when deployed through view builder onto the dashboard....there must be some different interpretation of the bullet code when it is run there.

And David...what about justification? Is that only in 8 also --- because it is greyed out in 7.7.03 in composer.

Thanks


Vivian Perlmutter
Aviter, Inc.


WebFOCUS Keysheet Rel. 8.0.2
(Almost) 1001 Ways to Work with Dates thru Rel. 8.0.2
Focus since 1982
WebFOCUS since the beginning
Vivian@aviter.com

 
Posts: 191 | Location: Henderson, Nevada | Registered: April 29, 2003Report This Post
Guru
posted Hide Post
Vivian,

Bullets and Numbering are not in the frontend until release 8. Justification is in releases prior to 8. You need to be out of edit mode and select the textbox so that it shows the "handles" on the object and then the toolbar icons activate. This is done this way because you can only have one justification type for the entire textbox.


David Glick
Director WebFOCUS App Studio
and WebFOCUS Developer Studio
WebFOCUS Division
Information Builders, Inc.
Direct (917) 339-5560
Voice Mail (212) 736-6250 x3560
Fax (212) 947-5168
Email david_glick@ibi.com
 
Posts: 315 | Registered: April 13, 2004Report This Post
Expert
posted Hide Post
& b u l l ; (without the spaces) will give you a bullet, in anything.
EXAMPLE:




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
Platinum Member
posted Hide Post
quote:
& b u l l ;


Thanks Susannah -- that is a good tip!

I guess I am still a little puzzled since composer has an option for a bulleted list in 7.7.03 dev studio --- but okay --- will wait for 8 for it to be implemented!


Vivian Perlmutter
Aviter, Inc.


WebFOCUS Keysheet Rel. 8.0.2
(Almost) 1001 Ways to Work with Dates thru Rel. 8.0.2
Focus since 1982
WebFOCUS since the beginning
Vivian@aviter.com

 
Posts: 191 | Location: Henderson, Nevada | Registered: April 29, 2003Report This Post
Expert
posted Hide Post
there's a bunch more i like to use:
sticking an escaped & in front of each ...
ARROWS: ← ↑ → ↓
&|larr; &|uarr; &|rarr; &|darr;

LINES: ¯ ‾ - _ – — ¦ ⁄ \ |
&|macr; &|oline; &|#45; &|#95; &|ndash; &|mdash; &|brvbar; &|frasl; &|#92; &|#124;

DOTS: ● • · .
&|#9679; &|bull; &|middot; &|#46;

QUOTES/BRACKETS: ' " ‘’ ‚ „ “ ” ‹ › « » < > [ ] ^ { }
&|#39; &|quot; &|lsquo;&|rsquo; &|sbquo; &|bdquo; &|ldquo; &|rdquo; &|lsaquo; &|rsaquo; &|laquo; &|raquo; &|lt; &|gt; &|#91;&|#93; &|#94;&|#123; &|#125;

PUNCTUATION: ? ! ¡ ¿ ¨ ´ ¸ ª º ( ; ) * , - . : ; |
&|#63; &|#33; &|iexcl; &|iquest; &|uml; &|acute; &|cedil; &|ordf; &|ordm; &|#40 ; &|#41; &|#42; &|#44; &|#45; &|#46; &|#58; &|#59; &|#124;

MONEY: $ ¢ £ ¤ ¥
&|#36; &|cent; &|pound; &|curren; &|yen;

FORMULAE: # % ‰ ° ¹ ² ³ ± + ÷ × = ¼ ½ ¾ ¬ < > [ ] ^ *
&|#35; &|#37; &|permil; &|deg; &|sup1; &|sup2; &|sup3; &|plusmn; &|#43; &|divide; &|times; &|#61; &|frac14; &|frac12; &|frac34; &|not; &|lt; &|gt; &|#91; &|#93; &|#94; &|#42;

EDIT: © ™ ® § µ ¶ · † ‡
&|copy; &|trade; &|reg; &|sect; &|micro; &|para; &|middot; &|dagger; &|Dagger;

CARDS: ♠♣♥♦
&|spades;&|clubs;&|hearts;&|diams;

THE USUAL: & is &|amp; or &|#38; and @ is &|#64;

THE INVISIBLE: horizontal tab is &|#09; linefeed is &|#10; cr is &|#13; space is &|nbsp; or &|#32;

This message has been edited. Last edited by: susannah,




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
Master
posted Hide Post
Wow. Neat tricks - why not give a presentation at Summit on these? !!


WebFOCUS 7.7.05 Windows, Linux, DB2, IBM Lotus Notes, Firebird, Lotus Symphony/OpenOffice. Outputs PDF, Excel 2007 (for OpenOffice integration), WP
 
Posts: 674 | Location: Guelph, Ontario, Canada ... In Focus since 1985 | Registered: September 28, 2010Report This Post
Expert
posted Hide Post
just consider it a Christmas present, George Smiler
I just edited the post to make it acually usable

This message has been edited. Last edited by: susannah,
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report 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     [SOLVED] Composer Question/Issue - Dodging Bullets?

Copyright © 1996-2020 Information Builders