Limit to Number of Form Elements?

Hi:
I've created a HTML form using PL/SQL. The form display existing rows in a table, as well as a blank row for a new entry. The user can enter and update records through this HTML form. The form submits with the GET method and calls a PL/SQL package that inserts and updates as necessary.
The user can enters 86 records without a problem. They can modify any and all of these records.
The user then adds record 87. That is they enter the data and submit the form. The record is commited to the database.
The problem: if the user trys the modify the 87th or any other record after adding the 87th, we get a 400 Bad Request response.
Has anyone seen this strange behavior? Is there some html forms limit that I'm hitting?
I've searched all day, and I have no leads. ANY suggestions are appreciated.

Pedro:
Thanks for the response. I'm not sure it's the code for these reasons:
1. I can insert and update up to the 86th record.
2. I can enter the 87th record
3. When I try to update any record after entering the 87th record, I receive the 400 Bad Request response.
From what I can tell this 400 Bad Request is a response from the Web server and that my code is not being executed.
If you still want to see the code, I'll post it.

Similar Messages

  • Limit on number of form variables

    Is there a limit on the number of variables that one can have
    in a form? One of my forms has 10 variables. Is that alright?
    Also can one name a variable with two words. For example,
    water supply. Two words with a space between.
    Mary Alice
    [email protected]

    The limit wouldn't be in Flash, you can send a lot of
    variables from Flash. However, if you use "GET" vs "POST" then GET
    will eventually have a cut off I forget how many characters tho.
    Most likely with 10 variables you will have no problem using either
    GET or POST. Just remember if you use POST instead of GET you'll
    have to upload your files to your server before you test since the
    Flash player won't do POST.
    Yes. You can name a variable with two words BUT use
    water_supply and don't use a space. Some people will use
    waterSupply. Try not to use any special characters in your
    variables and stick to no spaces and you'll have no problems.

  • Limit of number of forms

    Hello all
    First, sorry for my bad english, but my mother tong is french.
    I have an indivudal account in Creative cloud and I have acces to Formscentral.
    It's seems I can use only one form.
    When I use a first form online, it's impossible to move a second form on line.
    I have a message telling that I have to upgrade (so, I have to pay)
    Does it means that, if I want to create a site with a contact form (HTML incorporated), I cannot create a second one with another contact form ?
    Is that impossible to create more than one form ?
    Thanks to help me if you can

    Bonjour, FormsCentral n'est pas inclut avec Creative Cloud. Si vous voulez créer un autre formulaire vous devez vous inscrire au plan Plus (sans limit de formulaires) ou Basic (5 formulaires). Vous pouvez aussi effacer le formulaire que vous avez présentement pour faire place à un nouveau formulaire puisqu'avec un compte Gratuit vous n'avez droit qu'à un seul formulaire.
    Hi, FormsCentral is not included in Creative Cloud. If you want to create another form you have to subscribe to the Plus (unlimited forms) or Basic (5 forms) plan. You can also delete you current form to make place for a new form since you are only allowed to one form with the Free account.
    Gen

  • How to limit the number of rows in a smart form , sap script.

    Can anyone tell me how to limit the number of rows in the output of a sap script/smart form. I have tried "protect/endprotect" in sap script but have no idea of how to do in smart form. In sap script the only way it has happened is by reducing the size of the main window.

    Hi,
    In Smartform also, why dont you try reducing the size of the window if you want to limit the rows in it. Also if you are printing Line Items in a LOOP, you can write
    LOOP AT T_ITAB FROM 1 TO N in the LOOP Node if you know how many records exactly you want to display in 1 Page processing.
    regards,
    Mahesh

  • Limit character count/Java in form elements

    This is probably a really simple question! I have the new CS6 InDesign and I'm creating a form. When I create a text field, I want to be able to limit the number of
    characters in that field. For instance, if I create a "State" field (as in what state a city is in) and would like to limit the amount of characters to 3.
    Is this possible?
    Also, is it possible to insert java commands into an indesign doc? I'm very new at it but if its not possible, I won't bother looking!
    Thanks

    When a new feature is introduced (as the form feature was in InDesign CS6), it's virtually impossible to include all possible features. There is only a limited amount of engineering time, and it has to be spread over many different features and tasks. In fact, in the CS6 timeframe, while that feature was added, a tremendous amount of engineering time had to be spent entirely re-writing InDesign to use the Apple "Cocoa" technology (a requirement to continue to run on future Macintosh computers), and to move to a 64-bit technology.
    If you'd like to request additional form features, put in your request here. Be sure to make a good case for why that is a particularly important feature:
    Adobe - Feature Request/Bug Report Form
    The fact is no application can do all things. That's why most people buy the Adobe Creative Cloud subscription, or Creative Suite 6. Many features can be best done using other applications.

  • Limit the number of submissions to a form?

    I'm not sure if this is possible with BC?
    How can I limit the number of submissions to a form, and when the max number is met, replace the form with a different form?
    Thanks,
    Stephen

    Hi,
    Unfortunately, it is not possible to limit the form responses in FormsCentral.
    However, you may manually close the form; after reaching the maximum number of replies.
    Regards,
    Nakul

  • Trying to limit the number of thumbnails or files that generate on startup  - running Elements 9

    I swear I remember being able to limit the number of files that came up on startup to speed up E-9, but can't find it anywhere! 
    Anyone know how to do this?

    Been there done that. Thought there was a way to limit date range of working files, like 90 days.
    Thanks.
    Sent from my iPad, please excuse typos and poor grammar.

  • Column value substitution in tabular form element attributes

    We started to discuss this at Re: Tabular form with Ajax
    I also mentioned this at Re: how to make only some rows editable in html db.
    but thought that this deserves its own thread.
    In Doug's sample Sudoku application in that thread, he uses #COLUMN# substitution in the Form Element Attributes and it works fine, but in my example page at http://htmldb.oracle.com/pls/otn/f?p=24317:219 I used the same technique and no matter what I do, the #COLUMN# substitution is not expanded by the Apex engine.
    This is driving me nuts, any ideas why it works in one application but not in another?
    Thanks

    Hm, you might be right.
    I copied your row template and modified it at http://htmldb.oracle.com/pls/otn/f?p=24317:219
    The styling looks terrible, not sure why, the template is simply
    <tr>
    <td class="t10data">#EMPNO_DISPLAY#</td>
    <td class="t10data">#ENAME#</td>
    <td class="t10data">#JOB#</td>
    <td class="t10data">#MGR#</td>
    <td class="t10data">#HIREDATE#</td>
    <td class="t10data">#SAL#</td>
    <td class="t10data">#COMM#</td>
    <td class="t10data">#DEPTNO#</td>
    </tr>I had a lot of trouble getting this to work because the wizard generated tabular form appends 2 hidden fields containing the PK and the row-checksum to the last (editable?) field on each row. If the last editable field has #COL# substitution, it expands the substitution and forgets to close the INPUT tag thus causing malformed HTML (I think this is a bug in the rendering engine).
    The readonly condition is sal>1000 which now works. The SAL>1000 fields are now readonly.
    But now the update process is broken. If I enter a number in the first blank SAL field (empno=3641) and click Submit, I get no errors but the change is not saved. Wonder why.
    Hopefully, Scott (Spadafore) will take mercy on our amateurish experiments and give us some definitive answers soon!
    Thanks.

  • Passing Session Values to the Tabular Form Element of a Report Column

    Hello,
    I'm running application express version 2.0 with a 10.2.0.2.0 database on a 32 bit windows box. I'm trying to figure out sneaky a way to pass the &APP_PAGE_ID., #APP_PAGE_ID# or V('APP_PAGE_ID'); as an element attribute of a Report Tabular Form Element set to display as a Select List (named LOV).
    It seems that whatever option I choose, the Element Attributes field will only render the literal value of what I have entered. This is part of the solution but I would like to find a way to pass the current page id.
    What I'm trying to do is utilize the ONCHANGE attribute to redirect to a report page in my application when the value from a Select List (named LOV) is selected.
    I could work around this by creating my own table output with PL/SQL and HTP.P commands but would really be interested in finding out if I can use the reporting structures which are already available through Application Express.
    Any ideas?
    Thanks.
    Justin.

    Thanks for the response Earl. To clarify this is what I've done and what I hope to achieve:
    I currently have a LOV for my application that identifies a number of database report types: DB Options, DB Parameters, DB Version, and so on.
    I have an application express report being generated for the databases I'm monitoring and it displays as follows:
    - HOST -- DBTYPE -------- DBNAME - DBREPORTS
    =====================================
    - SVR 1 - Oracle 9.2.0.1 - DEV -------- [LOV HERE]
    - SVR 2 - Oracle 9.2.0.7 - TST --------- [LOV HERE]
    I am displaying the LOV on my report the the options under the reports attribute tab in my application builder. I insert my LOV select list by editing the DBREPORTS column and set the "Display As:" option under Tabular Form Element to "Select List (named LOV)"; I have also added my LOV to the "Named LOV" option under List of Values.
    So far this achieves everything I would expect and works quite well (a select list with my report types appears in my monitor report for each DB that is returned).
    What I'm interested in doing now is opening a DBREPORT for a given database by simply choosing the report type from my LOV. I can set the "Element Attributes" option under Tabular Form Element to execute a javascript call for any valid event (in my case I'm using ONCHANGE).
    My only issue is that I cannot find a way to pass any session values from my page to my Element Attribute. If, in the Element Attributes field I enter:
    onchange="alert(this.value);" //my dialogue box will display the value of my current selection when I choose a report type.
    What I'd love to be able to do is something like:
    onchange="alert('&APP_PAGE_ID.');" //so my current page id is written to the element.
    Unfortunately, only my literal text seems to be rendered. Rather than having my dialogue come back with my page number, say 75, I receive the literal value &APP_PAGE_ID.
    Notwithstanding any quote issues, I've tried to dump a test html attribute to my source html by entering any of the following in the Element Attributes field:
    test=&APP_PAGE_ID.
    test=#APP_PAGE_ID#
    and as a shot in the dark knowing that I'm not using PL/SQL:
    test=V('APP_PAGE_ID');
    In every case when I view source I see the literal value of what was entered in the Element Attributes field (ie "test=&APP_PAGE_ID." instead of "test=75").
    What makes things a little more frustrating is that I can drop &APP_PAGE_ID. into the Column Heading field (ex My Heading &APP_PAGE_ID.), it renders as I would expect; "My Heading 75". If we could find a solution to this, I could see a number of slick uses for this type of functionality.
    Hope this helps,
    Thanks.
    Justin.

  • How do I limit the number of rows retrieved at a time using RefCursor?

    I have a PL/SQL package in use, that returns a REF CURSOR. This is currently being used in a Forms 6i application. Now I want to develop an ASP.NET web application that displays exactly the same information as my Forms 6i module. In fact those two applications will be used concurrently for a while.
    I looked at the sample code provided on otn.oracle.com and decided to use the OracleDataAdapter.Fill()-method to fill a dataset and bind that dataset to a pageable GridView. Now I wonder, whether this method retrieves ALL records of the query at once and how I can limit the number of rows fetched? The Select statement retrieves up to 10000 rows at a time. Most of the time, a user is only interested in the first 20-30 rows. Forms 6i fetches more rows as the user scrolls down, how can I implement the same behavior in ODP.NET?
    - Markus

    Excuse me, but the reply does not quite answer my question. Maybe I did not explain my concerns clear enough:
    I understand the use of the two properties (RowSize and FetchSize) to reduce the amount of round trips needed to transfer the data - not the number of rows fetched in total. This would still lead to a situation where all rows are transferred, when I am using the OracleDataAdapter.Fill()-Method. Is this correct or did I misunderstand the function of this method?
    I quote the otherwise really helpful article you send me:
    Of course, there is a cost if the fetch size is arbitrarily large. More client-side memory and processor cycles will be needed to store and manage a larger amount of data. The goal is to find a high-performing balance between the number of round trips and the amount of data retrieved per trip.
    My RowSize is for sure a bit larger than the one in the given example. The query will probably be used by up to 100 users at a time, so I would like to limit the resource-costs not only on the network by the number of round trips, but also on the web-server which is storing all these records in it's memory per user-request.

  • How to limit the number of items that a list control can hold?

    Hi,
    I am using a Flex3 List control for one of my projects.
    I add drag & drop functionality to it, so that i can drag & drop elements from one control to another.
    How to limit the number of items that a list control can hold / can be dropped in a list control ?
    - Sen.

    1. Listen for the dragdrop event on the control you are dragging onto.
    2. check the length of the items in the dataprovider - if it exceeds your maximum override the default drop action with e.preventDefault(); (assuming you used e for the event on the handler).
    Regards,
    Mark.

  • Accessing form elements within a Spry region.

    Since nested Spry regions isn't yet support, can someone tell
    me how to access and modify form elements within a existing region?
    For example, I have a region that displays a form based on
    data I defined in a javascript array. On of the form elements is a
    select with some options. I want to added and remove options to
    this select depending on the number of objects in the data array.
    The select is not defined when I try to access it after spry
    has finished rendering the form, eg
    document.forms[0].selOrder1.options.length = 0;
    How are Spry regions attached to the browser's DOM? Does Spry
    create it's own DOM subordinate to the main DOM?
    Is it possible to make changes to a Spry region without using
    Spry?
    thx
    pwp

    Actually, there are a couple of ways to get access to the DOM
    underneath a region container. If you have a region, you can put an
    ID attribute on the region container node, or if you are using a
    region observer, the data passed into the observer has a regionNode
    property. So if you want access to the region DOM anytime the
    region is re-generated, do something like this:
    function myRegionObserver(notificationType, notifier, data)
    // We only want to do something after the region is
    re-generated,
    // for all other notifications, do nothing.
    if (notificationType != "onPostUpdate")
    return;
    // If your region container element has an ID on it, just
    use
    // getElementByID. This is useful in the case where your
    observer
    // is only ever registered with one region.
    var rgnElement1 = document.getElementById("headerRegion");
    alert(rgnElement1.innerHTML);
    // Or you can simply use the regionNode property of the data
    // that is passed in. This is useful if you've registered
    the same
    // observer on multiple regions. The regionNode property
    will
    // contain the region container node for the region that is
    currently
    // being updated.
    var rgnElement2 = data.regionNode;
    alert(rgnElement2.innerHTML);
    Spry.Data.Region.addObserver("headerRegion",
    myRegionObserver);
    <div id="headerRegion" spry:region="ds1">
    </div>
    --== Kin ==--

  • How to limit the number of boxes to tick in LC

    I would like to know the "javascript" in Lice Cycle to limit the number of boxes ticked
    for example i have 20 boxes and i would like that the client can only tick 5 boxes
    thank you

    Thank you Steeve
    But my problem is that i don't know which boxes the client will want to tick so all boxes have to be available at the beginning.
    When the client will have ticked 5 boxes in this case and only in this case, all others boxes must become unavailable so it is very difficult to set up
    if you have any idea
    thanks anyway
    Date: Fri, 15 May 2009 09:44:33 -0600
    From: [email protected]
    To: [email protected]
    Subject: How to limit the number of boxes to tick in LC
    This is a form validation issue. For example, you may have a text field and the value entered into that field determines which checkboxes must be completed to satisfy a validation or business rule. The attached sample requests the value "foobar" to be entered into a text field. If you enter "foobar" and exit the field, 2 of 3 checkboxes have the access property changed to "protected", meaning a user cannot no longer select those checkboxes.
    // form1.page1.subform1.input::exit - (JavaScript, client)
    if (this.rawValue == "foobar") {
        form1.page1.subform1.cb2.access = "protected";
        form1.page1.subform1.cb3.access = "protected";
    Steve
    >

  • Dimensions of Adobe Form element - dynamic?

    Hi,
    I have a Java WebDynpro Application that contains a ViewSet, with an adobe form in one of the cells. I would like to have the entire Adobe application frame(including the page number at the bottom) dynamically fit within the real-estate available on a given PC, but I am having issues accomplishing this.
    It seems that when defining the form element, it forces you to specify an exact vertical height of the form, say 700px, instead of allowing you to enter 100%, which to me would indicate that it should fill the available vertical space in the grid. When I enter 100% it shows only ~ 1 inch of my form. I can enter a fixed height, but the form displayed may be either too big (a 2nd scroll bar is provided by the WebDynpro in addition to the Adobe scroll bar) or too small (lots of unused space on the screen) for a given pc.
    Are there any tricks for configuring the form to have the height adjusted to the PC screen real estate dynamically? Is this a limitation within the View Set of the WebDynpro?
    Thanks in advance.

    Hi Todd,
    What we did is calculate the height and width based on the resolution of the client screen. Instead of directly accessing the Web Dynpro application via an iView, we merely access a portal application that redirects to the Web Dynpro iView. The portal application passes the screen resolution, obtained by some javascript (<i>screen.height</i> and <i>screen.width</i>), to the Web Dynpro application as URL parameters. Based on that information, the Web Dynpro application can calculate the optimal height of the form. It's far from perfect, but since we open the Web Dynpro application in a new, maximized, screen, it works reasonably well (although the tabs in IE7 do cause some trouble).
    Kind regards,
    Sigiswald

  • How to do the same form element alignments on two different regions

    Hi,
    I have two different regions on the same page as the second one is underneath of the first one. Both the regions have some form elements like text field, select list etc. However the alignment of the elements on these two regions are not the same. In the individual regions, it just aligns the input fields based on the maximum length of the label within the region only, so it creates two different vertical alignments per region. How to have the same alignment for the input elements across the regions?
    (I wish to upload the screenshot of the page but there is no provision in this forum to do so).
    Thanks in advance.
    Natarajan

    The basic approach is to set the width of the item labels using a CSS embedded style sheet in the page HTML Header:
    <style type="text/css">
    label {
      display: block;
      width: 15em;
    </style>If you want to limit this to items in specific regions, then give these region(s) static region IDs (such as <tt>region-1</tt>) for use as CSS selectors:
    <style type="text/css">
    #region-1 label,
    #region-2 label {
      display: block;
      width: 15em;
    </style>

Maybe you are looking for

  • Ipad Safari screen is tinted in grey appears to be stuck? Cannot search?

    I have an Ipad 1. When I go to Safari my screen is grey and it appears to be stuck?  I just reset my network connection and it seemed to fix the problem.  What hapened?

  • FCP 5.1 on Mac Pro Crashing regularly

    Dear All, we purchased two new Mac Pro systems each with 3Ghz Xeons, 8GB RAM, and 1Tb onboard storage with 2X 500 Gb disks. These systems are being used for Final Cut Pro Studio 5.1 and we seem to be having what seems to me to be a MAJOR issue. The s

  • CalendarPJC and JDeveloper 11g

    Does anyone have the JDEV 11g project files for the calendarpjc demo java files? I tried to create a project using these files but each time the java console complained class not found for CalendarWidgetWrapper. I did a jar tf of the created jar file

  • Tracing factor and cost center

    Hi, May I know if I can associate like this. Please advise. 1) SKF quantity is assigned to receiving cost center. Later sender cost center base on the quantity in receiving cost center to apportion out the cost. Activity type quantity is assigned to

  • Is it possible to change one's email address?

    I want to allow people to email me off-forum. But I don't want to enable my primary .Mac email address, for obvious reasons. I'd be happy to use one of my five .Mac email aliases, or any other address, but is it possible? I can't seem to set anything