Refresh the table found on the same page as the form

Hi , I am doing an entry form where user will enter data that will be saved to the database. below is a table which consist of all the data entered by the specific user. When i submit the form the data is stored in the database. But the table is not refreshed. i Have to click on the header of one of the column to refresh the table how can the table be refreshed when i submit the data in the form ...
Please help me
Thanks
Lutchumaya

Hi,
define a value of the ID property of the button. Set the same value to the PartialTrigger property of the table (or if this doesn't do it, to the surrounding af:form element)
Frank

Similar Messages

  • Force the Summary Sub totals on same page as the Repeating Group

    Hello folks,
    I have a Group by Left Report where I am showing Patients and the Visits that they have taken for each Department.
    I am then doing a Sub Total of the number of Visits the Patient has taken. I would like to make sure that the sub total shows
    up on the same page as the data in the Repeating Group. I tried using an Anchor but the Report does not like it.
    It gives an Error: REP 1213 - Field references column at a frequency below its group when I anchor from Repeating frame to the sub total footer
    and REP 1814 Report cannot be formatted. Object 'Horizontally' can never fit within 'M_1' when I try to anchor the other way.
    My goal is to show the Sub Totals (Total) on the same page as the Patient and not go to the next page. I have enclosed the single dashed line and the Total (Label and field) in a Frame.
    Output of Report:
    Patient ID     Patient Name              Department              Visit
    ======================================================================
    1001           Mary Poppins              Department 001              3
                                             Department 002              4
                                             Department 003              1
                                             Total                       8
    1002           Peter Pan                 Department 001              2
                                             Department 002              1
                                             Department 003              2
                                             Total                       5
                                             -----------------------------Thanks in advance!

    Pls set the property(page protect of the frame containing both sub total and patient details) to yes.

  • I want to convert a series of names into a table (in either numbers or pages). The list I have has a name and then an email address in brackets, followed by a 'yes' or a 'no'. I would like to separate the list into three columns

    I want to convert a series of names into a table (in either numbers or pages). The list I have has a name and then an email address in brackets, followed by a 'yes' or a 'no'. I would like to separate the list into three columns - the first containing the name, the second containing the email address and the third containing the 'yes' or 'no'.
    Can you help me ?

    The question that needs to be answered is what is separating the columns? Is it a single tab, one or more tabs, spaces, or what?  Or is it the brackets that makes the separation between the three pieces of data?
    If it is always a single tab, that makes it really easy.  All you have to do is find/replace the brackets with nothing (as Wayne said)
    If it might be multiple tabs, you can find/replace tab-tab with a single tab and repeat that a few times until no more double-tabs are found.
    If it is one or multiple spaces, that might be difficult. I'll think about this one if this is what you have. I'll ignore this possiblility for now.
    If it is the brackets separating the three pieces of data, you would Find/Replace the left bracket with a tab then do the same with the right bracket.

  • WHEN I LOGIN AS DIFFERENT USER, IT TAKES ME TO THE SAME PAGE WHERE THE PREV

    Hu Gurus,
    I log in to portal as user1 and go to a page and then log out of the portal. Then I try to login as user2, it takes me to the same page where the previous user was. It looks like it caches the page information. How can I avoid this. Please post a reply if you have some suggestions.
    Thanks
    Raj
    ----------

    Thanks for checking it, Jason. Yes, the cache settings are for 'Every visit to page'. That was the first thing I thought of. I have a feeling the problem has to do with a cache setting somewhere in our installation. For example, I'm still plagued with a few user accounts returning errors when I try to log in. The users aren't logged in, but when I click "Login" from the Portal Builder page, I see the same error...it's not even letting me get to a login screen. Thanks for all the help. It's great to get some feedback. In the meantime, we'll continue to track it down here.
    Mary

  • Is there a way to automatically add another of the same page while a form is being filled?

    Is there a way to automatically add another of the same page while a form is being filled?
    I have a two-page form of which the second page is essentially a spreadsheet analog.  Often, there is need for for more lines than are available on the page.  Is there a way in which to add another or even multiple copies of the second page? 
    Thanks ahead...
    TG

    You can do that with a dynamic XFA form created in LiveCycle Designer, which comes with Acrobat Pro for Windows. For more information, you can ask over at the LiveCycle Designer forum.

  • How to develp a subreport in the same page of the main report and processed when is called

    SSRS 2012
    Hi guys,
    I am developing a report that includes a subreport.
    therefore The report is made up by 2 sections:
    1) Show a grid (several rows - may be 100 or more - and some columns). It represent high level info  (Each row represent a specific item)
    2) The user click on a Row/column (eg: Item1, to see details that must be shown as graph.
    Here the problem: Searching info about SSRS reporting for subreports, drilldown, nested report and so on, no ones accomplish the requirements for the following reasons:
    1) Subreports: NOT open in the same page. The user must <go back> to see detail for other items, such as Item 2....
    2) Nested and DrillDown: Process data as the Main report (they are hidden and displayed after user action). In my case this leads to performance problem, because: if the main report has 200 objects (it means 200 graphs processed and hidden at the same time
    for the main reports).
    3) DrillThrough and Subreport: The detail data are processed only when the user select the interested item in the main report. Here the problem: the report is shown externally.
    Please, it there any possibility to have a subreport (or anything else) to be executed in the same report as the main report and processed only when the user make action?
    Thanks for your help.

    Hi Fasttrack2,
    According to your description, there is a main report with more than 100 rows of summary information, when users click the item of the row, the report need to jump to detail information shows as graph. The problem you are facing is that you are not sure
    subreport, drilldown or drillthrough report should be used? You hope to set display detail information in the main report and keep high performance of report.
    In Reporting Services, each subreport instance is a separate query execution and a separate report processing task. Subreports are recommended when there are just a few subreport instances. We should not use subreports inside a group when there are many
    group instances, instead, consider using drillthrough reports. Drilldown reports process all data even when the data is first hidden. In order to improve the performance of the report, we can split drilldown reports into parameterized drillthrough reports,
    because Drillthrough reports do not run until a user clicks the drillthrough link in the main report.
    In this case, we can consider using drilldown or drillthrough report. In drilldown report, when we click a plus or minus button to expand or collapse a section of a report, the detail data will be displayed in place. By using drillthrough report, when we
    click the link in the main report, the detail data will be displayed, we can come back to the main report by click return button in the drillthrough report.
    Reference:
    Troubleshooting Reports: Report Performance
    Drillthrough, Drilldown, Subreports, and Nested Data Regions
    If you have any more questions, please feel free to ask.
    Best Regards,
    Wendy Fu
    If you have any feedback on our support, please click
    here.

  • How Do I Sort a Group of Photos on the Same Page with the same Keyword Tag?

    I want to group similar photos on the same page with the same keyword tag.  I have tried dragging and dropping without any success.  Can anyone help?

      Create an album, then search using a keyword. Select all the photos produced by the search and drag them into the album.
    You can drag photos into any order in Albums and they remain in your chosen order.
     

  • Keep a paragraph on the same page as the previous paragraph

    I know I can keep a paragraph on the same page as the next paragraph but I need to create a paragraph style that keeps a paragraph of the same page as the PREVIOUS paragraph. Is there anyway to do this?
    I used to be able to do it using my "old" M$ Windows DTP package.

    Hi Possum,
    This works. Here is a screen shot from Pages with "Show Invisibles" (the blue spaces and paragraph marks):
    Line spacing is set in Inspector to add space after each paragraph without adding blank lines (it's better that way).
    Dish Title, all descriptions, Price and the blank line below are set to "Keep with following paragraph".
    Do not include the final blank line (which is really blank) in this linking.
    Type this in Pages. Copy everything and then repeatedly Paste. See if the new pages appear as you want them.
    Regards,
    Ian.

  • How can I select and enlarge the entire doc,ge on a page, reducing the surrounding boarder.  I can move the difference text boxes about independently of each other but the outer most boarders of the main template block appear to be fixed.

    How can I select adn enlarge the entire document/image on a page, reducing the the surrounding boarder?  I can move the different text and image boxes around independently of each other but the outer most boarders of the main template block appear to be fixed.  I thought I would be able to enlarge or reduce my document from 'page layout' but this does not seem possible.

    Inspector > Document > Document Margins
    The word is border. Boarders are the Harry Potters of this world.
    Peter

  • My mac book keep on beeping and make the beep sound 3 time (same goes to the light) and it won't start up. Help please.

    My mac book keep on beeping and make the beep sound 3 time (same goes to the light) and it won't start up. What should i do?

    If you recently installed new ram, make sure it is seated properly.
    If that doesn't work try removing one stick at a time to see if one is dead or put original ram back in.

  • In MS Word, it is possible to prevent tables from breaking at page breaks.  So, if a table, when populated with data gets too big for the spae allotted on one page, the table will move in its entirety, to the next page. Can this be done in "Pages"?

    I am trying to figure out ow to prevent tables from breaking along a row when there is a page break in "Pages".  This is done in MS Word by going under Table properties under "Rows".   I have a document with small three row tables and I want to keep the tables together and move to the next page in its entirety when there is a page break.  Help!

    The table that I don't want to break between rows looks like this, except it fits the width of the page:
    quilt name
    picture of quilt      
    source
    Size: XX; Difficulty Level: 3
    I inserted a Inline Text box into the document, copied the table inside the text box, then pasted it through the document (which lists quilting projects).  When the table spans a page break, even when in an inline text box, the picture which is in the right hand column splits, as well as the information pertaining to the particular quilt.
    Jerry - thank you for your help.  I tried to give you a "solved my problem" rating, but I am adjusting to the Mac slowly after 20+ years on a PC.

  • HT4168 epub: I'd like to create chapters for the TOC but don't want the new chapter to begin on a new page. I'd like it to begin on the same page as the prior chapter. How can I do that?

    How can I do this? I currently have my TOC chapters listed as Apples, Oranges, and so on.  But my text chapters begin something like this:
    1
    Apples
    2
    Oranges
    I have "Apples" with header 1, "Oranges" with header 1, etc., so that very nicely in the TOC it is listing my topics as the chapters. However, within the body of the document, 1 appears on one page and "Apples" begins at the top of a new page, separated from "1"; 2 appears one one page and "Oranges" appears at the top of the next page (separated from the "2), and so on.
    Because of the way the book is structured, I need to have the chapter numbers on a top line and the chapter topic beneath it. (The book is further subdivided, such as 1.3a, 1.3b, etc.)
    What I would like is for the TOC to indicate my chapters as Apples, Oranges, etc., but for the chapter text to begin as indicated above.
    How can I do this?  Thanks.

    Peter, I styled the wording of the chapter title (e.g. apples) with my heading1 styling and my sub-chapter titles were heading2. The text is a different font, different color, different size, different everything.  It seems that the epub program has an automatic format to start a new page with each new header. That's what I'm trying to work around. (Originally I styled both the numeral and the chapter title as "heading 1" and it gave each a different page!)
    I am in the process of removing all headers and styling everything manually (which is how it was originally) just to avoid this problem.
    I'm having my e-book done through a publisher (this will be self-published), so I'll be giving them a .docx and they'll convert it to .html (filtered) then .epub. so I need something that creates my Table of Contents as I'd like it, without messing up the text of the book.
    I can give them a list of what I want in the Table of Contents, and have them manually do it, but the TOC may or may not come out how I want it to come out. My preference is to have something automatic. I wanted the sub-units (heading 2) in the TOC but that will never work since I have over 200 of them and it's too much for them to do manually.  It's a very slow process.

  • Problem with the table that goes on next page

    Hi all,
    In my template there is a table that stores detail information. The table property is set to display in box format meaning only the border and not grid. Also I have used <?if:position() mod 10 =0?><xsl:attribute name="break-before">page</xsl:attribute> to display only 10 rows per page. now if there are say 15 rows for detail then the remaining 5 lines are correctly printed in next page, but the table in first page is not displayed in box format.
    If needed I can provide you with the xml and template.
    Thanks in advance.
    Suresh

    quick work around
    put this table in another table
    give the box format for outer table,none for inner.

  • Want report title on the same page above the column names

    Hi,
    I have given report title in the report header but for some reason it displays title on first page and data from next page on wards. I have also given a page break for the groups, is this the reason for getting  title on one page and dtata from next page?
    Pls suggest me something so that i can have report title on the top and then data stating frrom the same page.
    Thanks

    Expand the page header, move your column headings down, and put the report title at the top of the page header.
    The title has to be in the PAGE header in order for it to print on all pages.
    HTH,
    Carl

  • Can I display the table content of a web page??

    Hi guys I am new to java and here I need to count the words in each table and display the table with largest number of words . This being a part of my huge project. Below is my code where I have succeeded in displaying all the tables present in the web page.But I need to count all the words in the table and display only that table which has largest number of words including all the tags. So java experts please help me with this piece of code...................
    import java.net.*;
    import java.io.*;
    import java.util.*;
    import java.util.regex.*;
    public class findtable{
      public static void main(String[] args) {
        String inputLine = null;
        String wholeHtml = "";
    int trcount=0;
        try{
          URL yahoo = new URL("http://books.google.com/books?q=+subject:%22+Science+Fiction+%22&as_brr=3&rview=1&source=gbs_hplp_fict");
          URLConnection yahooConnection = yahoo.openConnection();
          BufferedReader br = new BufferedReader
            (new InputStreamReader(yahooConnection.getInputStream()));
          int start = 0;
          while ((inputLine = br.readLine()) != null) {
            wholeHtml += inputLine;
            if (inputLine.contains("<table")){
                      ++start;
            if (start != 0) {
              System.out.println(inputLine);
            if (inputLine.contains("</table>")) {
              --start;
        catch (MalformedURLException me) {
           System.out.println("MalformedURLException: " + me);
        catch (IOException ioe) {
          System.out.println("IOException: " + ioe);
        }So any help would be really really appreciated....
    The code should take care of nested tables also..
    So guys looking forward for the generous help....

    I have already parsed the HTML and checked all the closing of tags and corrected the indent using Tidy and then I have applied this code so some other suggestions please

Maybe you are looking for

  • Attaching a document reference to an appointment

    Good Morning - I am working on a customers system, who I just migrated from NetWare to Linux. When the customer creates a new email and wants to attach a document reference to the email he/she is seeing all the docs in the library, but when they try

  • Installing Repository Creation Utility (RCU)

    I am running the Repository Creation Utility (RCU) to create the schema object for Portal, Forms, Reports, and Discoverer in my database. However, I get the error message: "The database you are connecting is with non-AL32UTF8 character set. Oracle st

  • Pages error: no iCloud upload must have Yosemite

    Really?  I can't find where Yosemite has been released.  Am I missing something obvious?  I'm not really all that concerned about not being able to upload a document to iCloud but it's annoying nonetheless.  I'm paying for extra storage and can't use

  • Hi Gurus I want to represent hierarchical information coumnwise Please guid

    Hi i have one table which consist of the skill name and other table which containns all the group name .Each group has certain skill in it .. and each group has parent group Now i want to display like as below Skill --- Group name---- higher group na

  • Using Haxe with Flash Builder

    Has anyone tried this?