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.
When you type your question you can see an underlined text "options" click on it and see what happens, play with it to see the difference
On top of the input box you see a few buttons. click on it and see what happens....
You can add smiles or change the color this is red add an URL my photos Or an image (don't!!) and also put your text between < / > these things. If you do you get
[code]
text between code looks different
[/code]
have a nice day...
Frank
prod: WF 7.6.10 platform Windows, databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7 test: WF 7.6.10 on the same platform and databases,IE7
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006
We had the same issue in our environment and had to play with the code page settings on both the client and the reporting server. We set it to 137 on the client and then 1252 on the reporting server.
Webfocus 8.0.7 on Windows
Posts: 176 | Location: Ohio | Registered: October 26, 2006
As you signature says you are in bangalore, Codepage would be the first check.
You may be able to use a different font
Change the font and see what you get.
DEFINE FILE SYSCOLUM
CNTR/I9 WITH NAME = IF LAST CNTR EQ 0 THEN 32 ELSE LAST CNTR + 1 ;
Cntr/I9 WITH NAME = CNTR - 32 ;
Col/I9 WITH NAME = (Cntr / 30) + 1 ;
Row/I9 WITH NAME = IMOD(Cntr, 30, 'I9') ;
END
TABLE FILE SYSCOLUM
SUM CNTR
COMPUTE
CHAR/A1 = HEXBYT(CNTR, 'A1') ;
ACROSS Col NOPRINT
BY Row NOPRINT
WHERE RECORDLIMIT EQ 224
ON TABLE PCHOLD FORMAT EXL2K
ON TABLE SET STYLE *
UNITS=CM, PAGESIZE='A4', LEFTMARGIN=0.635000, RIGHTMARGIN=0.635000,
TOPMARGIN=0.635000, BOTTOMMARGIN=0.635000, SQUEEZE=ON,
ORIENTATION=LANDSCAPE, $
TYPE=REPORT, GRID=OFF, FONT=ARIAL, $
TYPE=DATA, COLUMN=CHAR, FONT=SYMBOL, $
ENDSTYLE
END