Apex5: How to store field data in the Pagination of the Page

Hello.

We have recently started using Apex 5.0.1 on Oracle mod_plsql and 11.2.0.4.

I have a (non-interactive) report classic, based on a collection of Apex and use g_fxx tables created by the package APEX_ITEM such as TEXT, DISPLAY_AND_SAVE, CHECKBOX2 procedures.  The report contains two checkboxes and editable and display only text fields containing data users have entered or have been extracted from the base.

I have a button 'Add NEW LINE' that creates automatically a new line 'empty' in the report.  Clicking on it submits the page.  It is during this time submit that a process "After Submit" transfers what is in these paintings g_fxx in my collection of report.  When the number of added lines exceeds the maximum set for this report (30 lines).  The report then pages and the user will see a single line "empty."

It all works very well.  The problem comes when the user clicks on the "Back" button  All previously entered data has disappeared leaving lines totally "empty".  Not nice.

Someone knows how to keep the precedent of the fields in the report when content pagination to the 'Previous' or 'Next' in a report page?

Thank you.

Elijah

EEG wrote:

I'm sorry to be so long to respond.  Were flooded with more work Apex who had to do to meet a deadline.

Your question...

I * should * have been clearer.  The user clicks the 'next' or 'previous' links in the report when moving from one page to the next.  And "partial" page refresh is enabled on this report.  By your question, are you making reference to this partial page refresh must not be activated?

By default, PPR is disabled on tabular forms generated by the wizard. I thought that if the same had been made in this case that Refresh complete which paging can be triggered some process of page which has affected the collection. However in this case we could probably expect No line rather than empty lines...

I can't reproduce the problem based on the information provided. Suggest you try to demonstrate the problem on apex.oracle.com.

Tags: Database

Similar Questions

  • How to store field data calculated in a table when a user disconnects?

    Hello

    I have a report with the following SQL statement.
    Past_Due and Task_Count are calculated fields.
    How can I store their data in a table when a user disconnects?

    Select
    p.ID,
    p.Name,
    p.Description,
    p.assigned_to,
    p.start_date,
    p.Finish_Date,
    p.target_date,
    CASE
    WHEN P.target_date < SYSDATE AND P.finish_date IS NULL THEN round (SYSDATE - P.target_date)
    WHEN P.target_date < P.finish_date THEN round (P.finish_date - P.target_date)
    0 OTHERWISE
    END Past_Due,
    p.Status,
    p.updated_by,
    p.updated_on,
    p.Note,
    Count (t.ID) task_count
    pm_project p, pm_task t
    where
    p.ID = t.project_id (+)
    P.id group,
    p.Name,
    p.Description,
    p.assigned_to,
    p.start_date,
    p.Finish_Date,
    p.target_date,
    CASE
    WHEN P.target_date < SYSDATE AND P.finish_date IS NULL THEN round (SYSDATE - P.target_date)
    WHEN P.target_date < P.finish_date THEN round (P.finish_date - P.target_date)
    0 OTHERWISE
    END,
    p.Status,
    p.updated_by,
    p.updated_on,
    p.Note

    -----
    H5. FYI, I am very new to SQL, PL/SQL, and APEX. Would appreciate much more explanation and full path (for example. Shared components > change the security attributes > VPD)

    Hello

    Past_Due and Task_Count are calculated fields and are therefore useless.
    You must not store redundant data (in general).
    Your past_due also uses a reference to sysdate, so the value is today different from tomorrow. You expect the database to change the value from one day to the next?
    So keep the data where it is and display calculated to your users using your query fields (oher options are available, but you already have the request I will not go in the).

    Greetings,
    Roel
    http://roelhartman.blogspot.com/
    You can reward this response in marking it as useful or Correct ;-)

  • How to store/retrieve 'Date' using persistent data?

    Hello everyone - this is my first post on the BlackBerry Support Forums. I'm trying to provide a lot of relevant information as possible, but if I miss anytihng or I did not understand by asking what I want, please let me know.

    Background:

    I use Eclipse IDE ver 3.5.0 and BlackBerry Java plug-in for Eclipse 1.1. I build my application for BlackBerry JRE 5.0.0.

    Question:

    I want to save a "Date" field for persistent data so that I can recover and display in the format of Date once again (no chain). Here's a more detailed explanation.

    My application has three fields on the main screen. They are

    'Name' - AutoTextEditField

    "Gender" - ObjectChoiceField

    "Date of birth" - DateField

    Using persistent data to store the data entered into these fields, as described in the BlackBerry tutorials (http://na.blackberry.com/developers/resources/A13_Storing_Persistent_Data_V2.pdf), I am able to save and retrieve all of these areas, but only in 'Chain' format.

    Unfortunately, this won't work for me for the following reason.

    I create the Date of birth as follows

    "dateOfBirthField = new DateField (" BirthDate: ", System.currentTimeMillis (), DateField.DATE" ");"

    This creates an interface evolved for Date of birth, where the user can select and edit fields month, Date and year separately. When the user saves the information entered and wants to retirve it again, I want to display the date recorded in the same format so that the user can change again in exactly the same way as described above. But if I save it as a string, I can't fill in the field "Date" with the "chain" recovered. That is, I can't do something like

    dateOfBirthField.setDate (info.getElement (StoreInfo.DOB));

    Where "info.getElement (StoreInfo.DOB)" is similar to what is described in the tutorial.

    I searched the web for a possible solution, but never found any. All I found to date stored as a string and recovered just to see what was saved, but not for the changes resulting.

    Someone please let me know if what I am asking is possible. If Yes, can you please suggest a way to do it?

    Thanks in advance.

    Or it can store any object extra Long, no need to create garbage in chains.

    Long I = new Long (1234556);

    long x = i.longValue)

  • How to store/Pull date in HFM using rules

    Hi all

    Could you please suggest how to store/pull date into account server using rules HFM? I thought using the VB/excel function now() but not got the correct results.

    It would be really appreciated if you can help me with this.

    Kind regards

    Yes, I was able to get the day of the month using the day and now work (Day (Now ()). Initially I was using only NOW() but day and now all help.

    Thank you

  • How can you save data of the iCloud on an external hard drive?

    How can I record data of the iCloud on an external hard drive?

    Is not possible. iCloud requires a Wi - Fi connection to synchronize data. Cannot do it on an external drive.

  • Why there is no data type that stores only date (without the part of hour)

    Hi all

    Is there a particular reason to not have a data type that stores only date (without the time part) in ORACLE - I'm asking this because the DATE (without a time) is a type of data very frequently used in any application.

    Thank you.

    884476 wrote:
    In fact, I was reading about the types of data...

    We have numbers with details. According to the argument above it is not necessary. We need only a default type NUMBER.

    It depends on. Much of the work that we do, we only create just like NUMBER and don't worry precision. However for financial purposes, a clarification for the monetary values of the application can be very important.

    In the same way do all the varchar2 (4000) character data type. Why we would require an option to specify the length... ?

    Because you can limit the size of the string that can be stored.

    I see what you're saying, but that's just the way it is. Why Oracle would need to confuse the issues by having several types of data to store the type Date and DateTime requiring an explicit or implicit conversion to be necessary, or provide an indicator of accuracy against the date where this indicator of precision would take of additional storage space on something that is already only 7 bytes.

    There will be internal historical reasons why it has happened this way... but really there is no need to worry.

  • How to stop taking control in the page from popping up every time I double click on the firefox desktop icon?

    Pop - up when I double click the icon of firefox on the desktop, the home page and control of two-page fact sheet page. How to stop taking control in the page from to appear repeatedly when I double click the icon of firefox?

    You can solve this problem with the file blocklist.xml was forced to update.

    See:

  • My Dell V305 printer prints very small. How can I get to fill the page?

    My Dell V305 printer prints very small.  How can I get to fill the page?

    Hello

    Were there any changes made on the computer before the show?

    Method 1:

    I suggest you to refer to the article and see if it helps:

    Resources for the resolution of the printer in Windows XP problems

    http://support.Microsoft.com/kb/308028

    Method 2:

    See the articles and check if that helps:

    To set printing preferences

    http://www.Microsoft.com/resources/documentation/Windows/XP/all/proddocs/en-us/print_setting_document_defaults_personal.mspx?mfr=true

    To set the properties of the printer

    http://www.Microsoft.com/resources/documentation/Windows/XP/all/proddocs/en-us/print_setting_printer_props.mspx?mfr=true

    Settings that affect printing

    http://www.Microsoft.com/resources/documentation/Windows/XP/all/proddocs/en-us/print_c_properties.mspx?mfr=true

  • In the recent update of Adobe Reader, how can I go and delete the pages? Thank you very much!

    In the recent update of Adobe Reader, how can I go and delete the pages?

    I am struggling with the new simplified design.

    Any help is appreciated.

    Thank you!

    Adobe Reader cannot remove pages.

  • How to make navigation that pushes the page to the side while revealing the links?

    How to make navigation that pushes the page to the side while revealing the links?

    There is currently no way to call JS in reflow, or add some CSS Transitions. You can export the code

    and then open it in a code editor of your choice and add the script necessary to do this. An example is available here: wide canvas Show Menu for Bootstrap model

  • How to create Mulitple tab in the Page

    Dear all,
    How to create Mulitple tab in the Page (UI)

    One way is to download the OA Framework Metalink Dev guide. You can also navigate to Jdevdoc (under your Jdev installation) and find the index.html file. There you have the reference to the Dev Guide. You can get the right information here too.

    Concerning
    Sumit

  • How to store that value in the variable date?

    Hi Sir,

    I have a request that is


    Select to_char (date ' 1900 - 01 - 01 + 1439 /(24*60), ' DD/MM/YYYY HH24:MI:ss') twice;



    When I run this query, I get this value: 01/01/1900 23:59
    and this value, I'm inserting in a variable that has the date data type.
    Here I put like this:



    v_nshiftmax: = to_char (date ' 1900 - 01 - 01 + 1439 /(24*60), "DD/MM/YYYY HH24:MI:SS");

    While storing get error: not one month valid

    How to store this variable?

    Thank you

    If you are holdiing to variable date why you switch to to_char?

    Just use to_date('1900-01-01','yyyy-mm-dd') + /(24*60) 1439

  • How do you have a field data on the other and stay readonly?

    I am trying to create two identical forms on the same page.  The first is for the entry, and the second is a copy of the employee.  I would like to set the fields on the second form to receive the data from the first and also set the form fields second as readonly.

    It is possible. The problem is of option buttons and check boxes do not have a validate event (which is exposed) as other types of fields, it should take a different approach with them. One way is to use the mouse event to the top and the code like this:

    getField("checkbox2").value = event.target.value;

    You must do this for each button to check/radio.

  • I have an Iconia One 7, how do I access data on the SD card?

    Hello

    I put data on an SD card and then inserted into the tablet... Tablet recognizes the card, now, how can I access the data from the SD card?

    Kind regards

    Larry

    on the list of applications, you just named "file manager"?

    You can browse the contents of the SD with it.

    If this isn't the case, you can download one for free:

    https://play.Google.com/store/apps/details?ID=com.EStrongs.Android.pop

  • How to send data from the Page with a form to fill out?

    How can I automatically include the page title or any text in my Web page when my client click on the Submit button in a form to fill out?

    This may seem obvious, but if you want to receive data from a form, and then place it in the form. A hidden form field with the title page and the text of your Web page will send these data on the form submission.

    best,

    Shocker

Maybe you are looking for

  • Tecra M2 can't see the wireless router

    I have a Tecra M2. I see our home wireless router and all our neighbors Wi - Fi, but very often the laptop does not see our router. The only way to solve this problem at this time is to plug the Ethernet cable and change the wireless channel.He can s

  • Bad_POOL_HEADER ALIENWARE17

    29 of the 34 depressed had a bugcheck = 0 x 19 (bad pool header). 26 of those listed likely as the disk.sys driver from Microsoft, which is simply a default value. 4 dumps listed Intel storage driver iastorA.sys. Code: iaStorA.sys Tue Aug 18 08:18:59

  • Printer is disabled when he thinks that an ink cartridge is empty.

    Appartently in one of the software updates HP thought it was a good idea to your printer stops working when he was thinking about an ink cartridge is empty.  In reality, there are always the ink left in the cartridge when the printer thinks it is emp

  • Solution Windows 7 64-bit 32-bit software

    I use Windows 7 Home Basic 64-bit OS, in this home, I am unable to install 32-bit software. What should I do

  • My applications do not work

    Hi, I need help and would love if you can help. Well my apps don't work I try to open them, but as soon as they they open close I have a windows 8 and tried many things but nothing works.