Skip to Main Content

APEX

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!

"no data found" message wrapping in interactive report

792264Jan 14 2011 — edited Feb 16 2013
I've looked around and can't figure out what's going on. Any help would be greatly appreciated.

I have an interactive report which, when no data is found, displays the "no data found" message wrapping very tight. I have uploaded a screenshot of it to TinyPic for you to see what I see.

The HTML generated around the "no data found" text is the following.

>
<DIV id="apexir_DATA_PANEL">
<TABLE summary="">
<TBODY>
<TR>
<TD>
<TABLE id="12352007490697832" class="apexir_WORKSHEET_DATA" border="0" cellSpacing="0" summary="" cellPadding="0">
<SPAN class="fielddata">
No submissions were found in the system.
</SPAN>
</TABLE>
</TD>
</TR>
</TD>
</TR>
</TBODY>
</TABLE>
</DIV>
>

I've looked through the HTML code that is generated for that page, but can't figure out why the words are wrapping. Any thoughts?

Shane.
This post has been answered by ATD on Jan 15 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 16 2013
Added on Jan 14 2011
5 comments
877 views