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!

Horizontal scroll bars in Oracle Apex In Classic Reports

User_H1CE5Jun 26 2014 — edited Jun 27 2014

Hello,

I have a question regarding Horizontal scroll bars in Oracle Apex. I have followed the following steps

1. Used Static file: jquery.htmldbHsrcoll-0. 0. 1. js

2. Used the above in report HTML Header:

<script src="#WORKSPACE_IMAGES#jquery.htmldbHscroll-0. 0. 1. min.js" type="text/javascript"></script>

3. Created one static id in attributes in report column:

Static ID: AB_CD

4. Created Dynamic action with JS code which uses the report static id and the image file:

$("#report_AB_CD").htmldbHscroll({width:1375, columns:1});

my question is the above code displays the image of the scroll bar even if there are less number of columns displayed in the report. It become active if the columns dont fit in the screen. I dont want to even show the scroll bar image when there are less number of columns. It shud be visible only wen it is needed or wen the columns doesnt fit in the screen. Can anyone help?  Thank you

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 25 2014
Added on Jun 26 2014
2 comments
1,278 views