Oracle Forms (MOSC)

MOSC Banner

Web.Show_Document not showing large HTML Contents

edited Mar 1, 2017 4:03AM in Oracle Forms (MOSC) 3 commentsAnswered

Hello,

This is on Forms 10g. Non EBS. I have an inline html that is launching via a web browser using web.show_document.  The issue is that When cursor loop below fetches more than 10 records, the document does not load in browser window at all.  Also, it does not form complete URL when more than 10 records are fetched even though  LC$Output and LC$Text variables are of CLOB Type.

Please advise what is missing and how to display all records fetched on the HTML Page.

DECLARE
    LC$Output clob;
    LC$Text  clob;

Cursor gttrec is select * from ts_dayrec_gtt;

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center