Maximum rows in Textedit BSP elemet

Dear All,
I have a textedit BSP element as defined below
            <htmlb:textEdit id  = "TEST"
                            text     = "<%= G_COMM %>"
                            cols     = "230"
                            rows     = "8"
                            wrapping = "SOFT"
                            />
so this shows a text edit box with 8 rows visible. If user enters text beyond 8 rows, a scroll bar appears and first line moves upwards. Now I want to restrict this box only to 8 rows, so that user cannot enter beyond 8 rows and no scrollbar should appear. I checked one blog, which shows how to restict maximum number of characters which can be entered in textedit box. But I want to restrict it till particular rows.
Please let me know your valuable inputs to get it done.
Thanks,
Amol

Thank you very much Raja.
I resolved it by making some modifications in the code suggested by you. I am writting down the code which I used here.
<htmlb:textEdit id = "TEST"
text = "<%= G_COMM %>"
cols = "230"
rows = "8"
wrapping = "SOFT"
/>
function overFlow(isField)
noOverflow = isField.scrollTop;
if (noOverflow != 0){return true}
else {return false}
Thanks,
Amol
Edited by: Amol Jaiswal on Apr 27, 2009 1:45 PM
Edited by: Amol Jaiswal on Apr 27, 2009 1:48 PM

Similar Messages

  • Dynamically set maximum row count in Interactive Report

    Hi,
    Has anyone worked out a way of dynamically setting (e.g. via select list) the maximum row count value for an Interactive Report, taking into account issues with order by when the report is filtered. I'm aware of solutions like this: http://www.talkapex.com/2010/10/apex-reports-no-limit-downloads.html but as far as I can tell this doesn't work when the report is filtered and the IR is rewritten in the background. Data sets then become unreliable because they are reordered.
    Thanks,
    Mike

    Hi Mike,
    You can do that with javascript
    gReport.search('SEARCH',100)the 100 you can replace for any number you like.I have a report with filter,sorting and groups and it is gives no problem there.
    any number means any number but not higher than the number you set at Maximum Rows Per Page.
    You probably can mix the solution from Martin and the above code.
    Regards,
    Kees Vlek
    <tt>Company: http://www.orcado.nl
    Blog: http://www.orcado.nl/blog/blogger/listings/69-kvlek
    Twitter: http://www.twitter.com/skier66</tt>
    If the question is answered please change it to answered and mark the appropriate post as correct/helpfull.
    Edited by: kvlek on 24-apr-2013 12:29
    Edited by: kvlek on 24-apr-2013 12:35

  • NEXT button on report portlet shows 10 rows-maximum rows per page=9999

    I created a report with the DB Provider portlet. I set the maximum rows per page to 9999 when displayed as a portlet and as a full page. I put the portlet on a page and it only shows 10 rows and then the next button.
    If there are exactly 10 rows I get the next button. If I click it the next page loads with no data. If there are less than 10 rows there is no button.
    If I create a new portlet it does not do this. I'm only having the problem with one portlet now but I've seen it in the past. I usually just build the portlet again but I would like to know how to fix it.
    I can't customize the portlet because of bug #3467032.

    Select customize and set the number of rows to 9999. I'm guessing that it's currently set to 10.

  • Export-csv output maximum row size

    Hi all. May I know the maximum row size that can output to .csv using 'export-csv'??

    There's no limit on writing to a CSV file.
    You can try:
    # max rows to export to CSV:
    $i=0
    While ($true) { #Forever
    $i++
    $i
    "Some text" | Export-Csv -Path .\test12.csv -Append -NoTypeInformation
    until you run out of disk space, which may take a while. A million lines using the above script makes a 5 BM file..
    Now reading it back is an entirely different story. Try
    Delimit..
    Sam Boutros, Senior Consultant, Software Logic, KOP, PA http://superwidgets.wordpress.com (Please take a moment to Vote as Helpful and/or Mark as Answer, where applicable)

  • Set Maximum Rows Per Page not working

    I want to display 50 rows per page and I tried the below but still I can see the default 15 rows per page.
    Home>Application Builder>Application 301>Page 51>Interactive Report Attributes>Search Bar>Maximum Rows Per Page
    Set to = 50
    Home>Application Builder>Application 301>Page 51>Interactive Report Attributes>Search Bar>Rows Per Page Selector
    Removed the check mark and still shows 15 rows per page.

    Run your report. Set the Rows to 50. Press Go. Select 'Save Report' from the 'magic wheel' menu and next select 'Save as default report settings'.
    It is a rather long way, but seems the only one...
    Roel

  • OBIEE 11g: Report not displaying maximum rows per page

    I have an OBIEE report that is not displaying the maximum rows per page. When I click on the UP/DOWN arrow at the bottom of the report there is no change.

    Hi,
    Refer the below link.
    http://satyaobieesolutions.blogspot.in/2012/08/limit-row-in-table-and-graph-in-initial.html
    OR,
    https://supporthtml.oracle.com/ep/faces/secure/km/DocumentDisplay.jspx?id=1198961.1
    Add the following to your instanceconfig and then restart the presentation service.
    file path
    D:\Oracle\Middleware\instances\instance1\config\OracleBIPresentationServicesComponent\coreapplication_obips1\instanceconfig.xml just add below lines
    <Views>
    <Pivot>
    <MaxCells>6500000</MaxCells>
    <MaxVisibleColumns>100</MaxVisibleColumns>
    <MaxVisiblePages>100</MaxVisiblePages>
    <MaxVisibleRows>65000</MaxVisibleRows>
    <MaxVisibleSections>25</MaxVisibleSections>
    <DefaultRowsDisplayed>500</DefaultRowsDisplayed>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><DefaultRowsDisplayedInDelivery>75</DefaultRowsDisplayedInDelivery>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><DefaultRowsDisplayedInDownload>65000</DefaultRowsDisplayedInDownload>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><DisableAutoPreview>false</DisableAutoPreview>
    </Pivot>
    <Table>
    <MaxCells>6500000</MaxCells>
    <MaxVisiblePages>100</MaxVisiblePages>
    <MaxVisibleRows>65000</MaxVisibleRows>
    <MaxVisibleSections>25</MaxVisibleSections>
    <DefaultRowsDisplayed>500</DefaultRowsDisplayed>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><DefaultRowsDisplayedInDelivery>75</DefaultRowsDisplayedInDelivery>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager--><DefaultRowsDisplayedInDownload>65000</DefaultRowsDisplayedInDownload>
    </Table>
    </Views>
    Hope this help's
    Thanks,
    Satya

  • Maximum Rows for series in Charts (Cluster Bar Charts)

    Question
    Is there a way to dynamically define the "Maximum Rows" value for all the series in a cluster bar chart? I tried putting "&item_name." into the "Maximum Rows" field for a series, but get an Application Builder error indicating that the value should be numeric. I would like to set the "Maximum Rows" for all the series in a chart "on the fly".
    Details
    I have one horizontal cluster bar chart with 4 series on my page that has a variable number of rows i.e. the number of bar clusters that I want plotted varies based on the user's criteria. For one set of data there may be 10 clusters. If the user changes the criteria, the chart could then have 20 clusters. I have the "Maximum Rows" field for all 4 series in the chart set to 31 rows.
    The Problem
    The chart with only 10 clusters is two thirds whitespace. The 10 clusters fills up the bottom third of the chart. The top two thirds of the chart is blank. The chart with 20 clusters fills up the chart with no whitespace. The chart with 40 clusters gets the top 10 clusters cut off and only displays the bottom 31 clusters.
    Any Suggestions
    If you have any suggestions how I can accomplish this, please post them. Currently I am not interested in going outside of HTML DB. I may end up doing that though to get a more dynamic charting tool.
    Thanks,
    Mike

    Note 367711.1 deals with this issue. The contents of the note are the below:
    At this time, this is not possible to dynamically set these charting attributes, however, an internal enhancement request has been created requesting that this functionality be incorporated into the product. The current plan is to incorporate this feature into 3.0 version of the product, however, this is just the current plan and can change depending on the complexity of the implementation.

  • Disabling the display maximum rows per page

    My project include many reports with table view, displaying 100 rows.
    There is always arrows icon with the option to display maximum rows per page.
    If user click on that option the OBIEE crashed, since there are a lot of rows.
    I cannot decrese this number since all rows are required for other charts views.
    a. Is there a way to set this parameter only for the table view?
    b. Is there a way to disable this icon or not presenting it to the user?
    c. Is there global way to coonfigure the default displayed rows number (e.g. from 100 to 20)?

    unfortunately, you are limited to the SRW built-ins in Reports as far as setting object properties is concerned. I have checked this with the Metalink staff and I did get an admission out of them that this is true.
    You can set the property in the property palette, but I'm not sure that this helps you as I take it you have a condition you would like to implement. I wish I could help you further, but Reports is limited in some areas, and setting object properties programmatically is one of them.

  • Maximum Row Count - dynamically change

    Hi,
    How can I change dynamically (eg. from some item) value "Maximum Row Count" in "Report Attributes -> Layout and Pagination"?
    Is this possible?
    best regards,
    Jarek

    Thank you for your answer, but I want to do something else.
    I want to show all rows from my query in report with pagination.
    The number of rows increases.
    According to documentation, field "Number of Rows" sets the number of rows which I can see on one page and field "Maximum Row Count" sets the maximum number of rows which I can see on all pages (number of rows to query).
    I thougth, that when I set (before page is shown) a variable from eg. query "SELECT count(*) FROM table", I will be able to put this variable name in "Maximum Row Count" field, to see all rows from my query. However this field is the numeric field and I can't put any variable name there :(
    The only way to always show all records from my query is to set "Maximum Row Count" field to very high number? Is this natural way in apex? Is this only way?
    best regards,
    Jarek

  • Require Maximum Rows & Columns to shown in report once generated....

    Hello,
    My client has a query that when a report is generated through Discoverer via the Oracle Self Service, it displays a limited set of rows and columns. The user has to click on the rows and column link (right above the displayed report) and then enter the values of how many rows or columns to exceed, to which then a whole report is refreshed displaying the desired data.
    The query my client has and wants to know is whether there is a possibility that the whole report, including maximum rows and columns, is displayed in one go, rather than clicking and setting up rows and column in every report again and again...??
    Thanks!

    Hi,
    I assume you talk about the discoverer viewer.
    In order to accomplish the user desire, the owner of the report should set once the columns and rows number to the max and save it like this.
    then every user will get the maximum number of rows (999) and columns.
    Tamir

  • Question to "Your range has been reduced to the maximum rows allowed"

    I have about 5000 records in my Xcelsius. Once I preview it, system show "Your range has been reduced to the maximum rows allowed". Should I reduce records only less than 512 records?

    Dreshof,
    You need to increase the No. of rows in the settings...
    Goto File --> Preferences --> Excel Options  and set the maximun no of rows as per your requirement...
    -Anil

  • Explorer maximum rows

    Dear Experts,
    Does anybody know how to check and change the maximum row of information space? I have 7,000,000 rows in BW cube linked to explorer but some rows are missing out cause incorrect data.
    Best Regards,
    Methee P.

    Hi Methee,
    The universe has a "Limit the size of the result to" setting, it may be too low. You may need to tweak the connection in Data Federation tool and the APS hosting the DF service. Try creating a new Webi report with same objects and see if that works, it may provide more insight on the issue.
    I can tell you that 7 million rows will not be easily indexed in Explorer, I'm going to say it will not be possible depending on how many facets and measures you select. You are way over the limit for non-acelerated data source in my opinion.
    George

  • Maximum rows exceed in SmartView

    I'm running and MDX query in SmartView and got this mesage. "Maximum numbers of rows [5000] Exceeded". Is this the maximum rows can return in SV? If not, where can i increase this limit?
    Thank you.

    In EAS, go to the Hyperion Provider Services node.
    If you don't have a server underneath it, add one -- it can be the same name as your EAS server (well, usually). In 11x, just add the Provider Name and EAS will add the url.
    Navigate within your newly added server, right click on it (this would be the one directly under HPS), and select Edit->Properties.
    Then, go to the Settings field, change the Maximum number of rows to whatever, click on Apply, and you should be good to go.
    It is documented, somewhere, but I can never remember where.
    Regards,
    Cameron Lackpour

  • Maximum rows allowed

    I know how to choose Preferences, Excel Options and change the maximum rows allowed.  However, I've done this and am still having problems.  My spreadsheet has 2100 rows and i've set the maximum at 5000 (I've tried several numbers) and I still get the error message "your range has been reduced to the maximum allowed rows".  In preview I don't get any data at all.
    I can't find any thing in the forums about this.  Thanks

    Hi,
    Hopefully you will figure out which component/cells in the spreadsheet are referencing more than the max rows...
    You might want to read [best practices|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a084a11c-6564-2b10-79ac-cc1eb3f017ac;jsessionid=(J2EE3417500)ID1872008150DB01381451962267013005End] ans also one of our partners recommends in a webinar to use no more than 2000 for max rows.
    You should only be pulling in enough data to fill your components in Xcelsius and remove any unnessary information from the spreadsheet because this will slow down generation time and SWF init time too as well as make the SWF file bigger.
    Regards
    Matt

  • Set the maximum length of textedit element in webdynpro

    Hi All,
      How to set the maximum length of texedit element to a some constant characters.setting col and row property to 10 and 2 didnot set max length to 40.setting width and height also didnt helped to limit the characters user can enter to 20.
    Thanks,
    pkv

    >
    pkv wrote:
    > Hi All,
    >
    >   How to set the maximum length of texedit element to a some constant characters.setting col and row property to 10 and 2 didnot set max length to 40.setting width and height also didnt helped to limit the characters user can enter to 20.
    >
    > Thanks,
    > pkv
    Hi,
    Setting row and height is for layout purposes and not for the limiting of text in a TextEdit UI Element.
    To ensure that the Text Exit has only 40 characters in 04s - you can do as Alka has suggested.
    For doing the same in CE 7.1 - you can use the onChange Action and write code inside that method to limit the number of characters.
    I would suggest that you use IWDMessageManager to show a message in the MessageTray whenever the user goes over the limit of 40 characters - rather than accept the whole text and then show some sort of popup.
    Thanks.
    p256960

Maybe you are looking for

  • How to see the customer balance as on particular date wise

    hello expert, i want to see the customer balance as on particular date wise.  i have already search the given standard t code. is there any option to see the report. please advice me. Thanks and regards konishko Moderator: Search SDN

  • Can't open Canon Rebel T5i raw file in elements 10

    I am trying to open a raw file (CR2) in my Elements 10 program, but I keep getting error messages that it's the "wrong type of file". I've looked around & downloaded the plug-in that was supposed to fix that, but it still isn't working. What am I mis

  • Screen problem in Module pool program

    Hi all, I have developed a module pool program, in which i have used simple selection screen and after executing it will call screen 9001 to display the data. everything is goin fine but if i leave my output screen as it is for some time (or even if

  • BADI FOR MIGO TRANSACTION

    HI EXPERTS, HOW CAN I ADD TWO SCREEN FIELDS FOR MIGO TRANSACTION? HOW CAN THE TWO SCREEN CAN VALIDATE DATA FROM PURCHASE ORDER NO ENTERED? CAN ANY ONE FIND A SOLUTION AND HELP ME THIS.

  • Really need help for 8320 curve cant open the camera

    I bought BB 8320 curve for 3 month and after 2 month later when i open the camara it show "Could not start the camera. Close other applications and try openning the camera again". what can i do with this problem. i have try to take the battery out fo