Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Printing Hyperlinks in Reports 12c

Darsh_Jul 9 2020 — edited Jul 10 2020

Hello,

I am working on a requirement where I need to display a text paragraph containing a hyper link on a report output that must be generated as a Microsoft Word document.

So, I select RTF as a DESFORMAT parameter.   And the paragraph on the report output looks like following.

"Please go to www.website.com or contact our customer service at the number specified below".

My issue is that the above link "www.website.com" appear as a text when this report opens in Microsoft Word.  I have to press space key nearby the link, so that MS Word recognizes this string as a hyperlink.

How can I configure at the Report builder level so that when the output of above paragraph lands in MS WORD file, it comes in with hyperlink already set?

I tried using "Hyperlink" and "Hyperlink destination" on the layout fields, place holder columns, formula columns but, no success.

The expected output should look like below.

"Please go to www.website.com or contact our customer service at the number specified below".

Thank you

Darsh

Comments

843834
Hi,
If you did not get the solution already, try this :-
set ENDPOINT_ADDRESS_PROPERTY of the _stub object(of of the generated class by xrpcc) to the other m/c where you are running the server.
843834
Hi ALL, I have similar problem..

Brief of previous problem :

I was trying to make work my didgital certificate, I am getting following error

Error is as below:
========================================
default context init failed: java.io.IOException: unsupported PKCS12 bag type 1.2.840.113549.1.12.10.1.1
IO exception thrown in byteStream.writeto
java.net.ConnectException: Connection refused: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:295)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:161).....
....
....
=========================================

so I tried to check if my ketool does support PKCS12 format or not as like this :
==========================================
C:\>Keytool -list -storetype pkcs12 -keystore c:/cm.p12
Enter keystore password: junk

Keystore type: pkcs12
Keystore provider: IBMJCE

Your keystore contains 3 entries:

verisign class 3 public primary certification authority, Wed Dec 31 19:00:00 EST 1969, trustedCertEntry,
Certificate fingerprint (MD5): 10:FC:63:5D:F6:26:3E:0D:F3:25:BE:5F:79:CD:67:67
crisismanagementprod, Wed Dec 31 19:00:00 EST 1969, keyEntry,
Certificate fingerprint (MD5): 67:0D:EF:ED:D6:68:FD:F2:2A:E4:88:65:5B:F8:CA:6C
verisign class 3 ca individual subscriber-persona not validated, Wed Dec 31 19:00:00 EST 1969, trustedCertEntry,
Certificate fingerprint (MD5): 18:87:5C:CB:F8:20:5D:24:4A:BF:19:C7:13:0E:FD:B4

==========================================
This means my keytool is supporting pkcs12 format....

I don't understand...why it is giving me that error...
sombody please respond quickly...


I am using JDK1.4.0_01, If you need any more information for analysining this problem, you can contact me @ 518 612 6868 or else give your#, I will call u..my mail id is shridharjoshi@yahoo.com



-Shri
1 - 2

Post Details

Added on Jul 9 2020
2 comments
706 views