Muliple forms on a single page???

Hello guys,
I have 3 tables, all of these tables have one column(p_id) in common to maintain one-one relationship btw 1st n 2nd table and in the same way 1st and the 3rd table.
Using the 1st table I am creating a form on the 1st page, and I have created trigger with sequence for auto increment of the primary key value.
Now after clicking "Enroll " button(which does two things first is it increments the p_id(pk key) value and second is navigating to next page, and into the enter application I'm playing with this newly creating p_id value)
So this is what I have achieved so far, now I am creating two forms on next coming 6th page(both the forms on same page) and both the forms are design using two different tables(i mean to say 2nd and 3rd table, which I describe above) and both these table have one-to-one relationship with the 1st tables(1st page form).
Now I am aware about the limitation for of the automatic "row fetch" and "row processing" processes: they were designed to work with one table, hence as per the below link:-
Report & form on Multiple table
I created "view" and "instead of" trigger for add/update/delete, but some how I am unable to do so.
So if somebody can help me out with the critical issue, I would be appreciated to him very much...
If anybody want I can create example on apex.oracle.com workspace and can give credentials.
regards,
Kumar

I'm afraid I have to agree with Dan, I have lost track of the goal here. If you will permit the use of an idiom, you seem to be swimming against the current. My experience with Apex indicates that this almost always means you are doing something wrong (again, spoken from hard experience).
Please give this a try, invest an hour or so in experimentation and I don't think you will be sorry:
1. Take a piece of paper and lay out your complete page flow from beginning to end. Try to keep each step small and simple. Take 5 minutes, tops.
2. Use the Wizard page template to set up a basic set of pages, one for each page in your flow.
3. On each page, set up the fields you need to capture; just start with a few and don't worry about the layout or look and feel.
4. If you want to capture what a user has entered on a step, regardless of how far they made it through the process (say you want to find out where people are "giving up" on a work flow), create a pl/sql process on each page to log that page's data into a table and only execute the process when the Next button is pressed (you will have to deal with the case where someone is updating something that has already been saved one or more times).
5. On the last page, create a pl/sql process to "finalize" the flow and associate that with the Finish button. You can also clear the cache for all of the pages in the flow if the user clicks the Cancel button or after your "finalize" procedure is complete.
Unless you really need to capture where someone is dropping out of a flow, I don't see why you want to store each page's data in a table. You are just giving yourself something to (a) keep up with and (b) clean up later.
-Tom
PS - I worked through a quick example and saw that misspoke in my previous post: the values for fields entered on earlier pages in a wizard are cached, not stored as hidden fields on the current page.

Similar Messages

  • Two SAPScript forms on a single page

    Hello
    Is there a way (in SAPScript) to have two forms (sapscript forms defined in SE71) printed in a single page ?
    What I would like to achieve is to have several sapscript forms defined in the system and to be able to combine them in a single page dynamicallly - I mean: the printing program would decide which of them should be output.
    I have one sapscript form which I want to output always - it contains some header and main window with some items. Apart from this form I need to print some additional information on the same page.
    This additional information may be formated in a few different ways - depending on the case. I need to include this info at the top of the page - formatted in one of possible ways mentioned. The rest of the page is always the same (some header and main window with items).
    I know I could just use windows definitions in a single sapsript form and let the printing program decide which of those windows to print. But my problem is: I would like to have different sizes of the information printed at the top of the pages - when I define a window I must declare height which will be occupied on the page - I'd like to have different height values for different cases.
    Is there a way to achieve that ?
    thanks in advance
    regards

    Hi,
    It is not possible.
    But instead of creating sapscript, why dont you create different standard text and call in same sap-script based on condition.
    You can create standard text in tcode so10. Its similar to editor in sap-script.
    Reward if useful

  • Struts : Validating two forms in a single page , on a single submit

    In my JSP page, i have two forms, with modifiable feilds. I'm using submit button of the 2nd form to submit both forms (ie. <form action="someAction2.do" onsubmit="return firstForm.submit();"> )
    Two forms have different actions which is specified in structs-config.xml. Validation(server-side) is done using validation.xml file.On success/failure, both these actions are mapped to the same (input) JSP page.
    Problem is that, validation errors in second form only is displayed. This is because, as soon as 1st form returns validation errors, the second form gets submitted. How can i specify that 2nd form should be submitted only if the 1st form doesnot return any validation errors. I know its possible using javascript at client side, but i want this validation on server-side.
    Can any one please help me out. Thanks

    Off hand I dont know the answer to your question. But since no one answered your question, here are my 2 cents worth:
    I suggest all your JSP pages have one and only one form tag. Re write your JSP page. Make sure all your variables your submitting have unique names. (no duplicate names). As far as I know, having multiple forms on a JSP page is not normallly done and makes it difficult to alter by another programmer after you leave the company.

  • Displaying all the records in a tabular form on a single page

    Hello,
    After setting up a data entry page, I have hit an unexpected problem.
    The logic in my page requires that all the records in my tabular form should be displayed .
    The tabular form is based on a collection, and the user selects rows through a checkbox.
    Any reload of the page due to pagination will break the logic, as some calculation and display events occur during page load,
    based on the previous page.
    I need to display about 25 rows.
    I have changed the report attribute to display 50 rows, but it displays rows only up to the bottom of the screen,
    i.e. 11 rows.
    Unfortunately I only just added some new rows and saw this behaviour else I would not have gone that way,
    as I expected APEX to display all rows if required.
    Some help will be much appreciated.
    Regards
    Leckraj

    leckj wrote:
    Hello,
    After setting up a data entry page, I have hit an unexpected problem.
    The logic in my page requires that all the records in my tabular form should be displayed .
    The tabular form is based on a collection, and the user selects rows through a checkbox.
    Any reload of the page due to pagination will break the logic, as some calculation and display events occur during page load,
    based on the previous page.
    I need to display about 25 rows.
    I have changed the report attribute to display 50 rows, but it displays rows only up to the bottom of the screen,
    i.e. 11 rows.
    Unfortunately I only just added some new rows and saw this behaviour else I would not have gone that way,
    as I expected APEX to display all rows if required.Pagination settings are cached for the duration of the session. For this change to be instantly visible, either log out, restart the brower, and log in again, or manually re-request the page from the browser address bar, adding 'RP' in the ClearCache position in the URL.

  • Two or more table based forms on a single page

    Hi,
    Is it possible to have two or more forms fetching their respective tables on the same page ? I mean , to have two Automated fetching processes . I tried to change each page item source from ('DB Column' ... column_name) into ('DB Column' ... "TABLE".column_name) but is not working.
    Any idea ?
    Thanks.

    Actually I am trying to give you a solution but not 100% sure what you exactly you want?
    According to your subject, i understood that you have a page based on two more tables so if it is then
    create a view on these tables and create a page on view and then create a trigger (Instead of triggers)
    for insert /update into the columns related tables.
    hope it work!
    Regards

  • Making form just a single page

    There is a huge gap in my form, how do i make my form just one page that flows?

    Are you making a PDF form or a web form?
    If you are making a PDF form go the the Design Tab and look under the View menu and choose "Page View". Make sure that there are no page break elements on the Page View where you are not expecting them.
    Page Breaks are specific to their view so Page Breaks on the Page View only affect the PDF form and don't apply to web form and vice versa.
    Gen

  • Internet Explorer doesn't handle Flash Form on a single page

    On FireFox 2.0.0.12 (Linux), the attach code displays two
    accordions.
    On Internet Explorer 7 (Windows XP), only one accordion is
    displayed.
    First, How do I determine if this Internet Explorer or a
    Flash error?
    Second, Is there a fix?
    <!--- Code --->
    <!---
    Name: Sample.cfm
    --->
    <cffunction access="private" name="WriteBookFlashSample"
    returntype="void">
    <cfargument name="ProcessingName" required="true"
    type="String" >
    <cfargument name="Catalog" required="true" type="String"
    >
    <cfoutput>
    <!--- Traverse through all of the Books in each processing
    queue for the given processing type --->
    <div style="background-color:##BDDFff">#ProcessingName#
    - 1</div>
    <cfform format="flash" method="POST" skin="haloBlue" >
    <cfformgroup type="accordion">
    <cfformgroup type="page" label="#Catalog# - 'title'">
    <cfformitem type="html">
    Catalog Number: #Catalog#<br />
    Title: title<br />
    Queue: #ProcessingName#<br />
    </cfformitem>
    </cfformgroup>
    </cfformgroup>
    </cfform>
    </cfoutput>
    </cffunction>
    <html>
    <head>
    <title >Sample</title>
    </head>
    <cfoutput>
    <body >
    <cfform id="Main" name="Main" action="Sample.cfm"
    method="POST">
    <cfinvoke
    method="WriteBookFlashSample"
    ProcessingName="First"
    Catalog="555-55555-5555">
    <cfinvoke
    method="WriteBookFlashSample"
    ProcessingName="Second"
    Catalog="777-7777-7777">
    </cfform>
    </body>
    </cfoutput>
    </html>

    Hi,
    Which version of CF you are using there?.. If this is because
    of any recent migration (like from MX7 to 8) then try replacing the
    "Scripts" directory from CF8 with the one you have with MX7.
    HTH

  • Form:The user sees on the screen a single page, for the second page (and to fill it in) he will click a button "next page"!

    Hello, sorry for my english!
    I am currently creating a form. This form contains 20 pages. For more comfier to fill it in, I want it to be loaded 1 page to 1 page. The user sees on the screen a single page, for the second page (and to fill it in) he will click a button "next page"!
    Is it possible to do this with adobe acrobat pro?
    In the case of a negative answer, can Indesign do this?
    thank you.

    Technically it's possible to use a script to prevent someone from going to the next page unless they click a button, but I think it's a bad idea and very user un-friendly. You can add a button that will take someone to the next page, but don't try to restrict them from doing so themselves if they so wish.

  • Import XML into Single Page PDF Form - Form Repeats

    I have a created a PDF form in Acrobat, which is a single page that has about 16 text fields to be filled in. The data I am importing is in an XML format. I am able to import the data for a single page with no trouble. I would like to be able to import multiple pages of data and have the form repeat with the corresponding additional data.
    For example,
    - I have a "grid report" that is 3 rows and 16 columns. Each row of data represents a separate page. The data is converted to XML format and saved as a single file (see below sample).
    - I have a single page PDF Form with text 16 fields. The text fields correspond to the column data from the "grid report"
    - (Desired) After importing the XML data into the single page PDF form, I would like to have a file that has 3 pages. Each page is a replicate of the original form.
              - The data contained in the 16 fields of page 1 reflect the data from Row1 of the "grid report"
              - The data contained in the 16 fields of page 2 reflect the data from Row2 of the "grid report"
              - The data contained in the 16 fields of page 3 reflect the data from Row3 of the "grid report"
    I am not sure if I need to change the format of my XML, or if there is a way to add a tag of some kind at the end of the PDF From that indicates the (blank) form should repeat for each <Row> of data.
    I am open to other reporting/form applications, but I am having a hard time finding anything online that indicates this specific functionality. I would think that this is a pretty standard process, but I am having quite the time finding a solution. Any help is GREATLY appreciated!
    <?xml version="1.0" encoding="utf-16"?>
    <Data>
      <Row>
        <BOL>82862AK</BOL>
        <Movement_Date>7/10/2014</Movement_Date>
        <Exporter_Addr_1>1568 Washburn Avenue</Exporter_Addr_1>
        <NetWeight>191,016.4580</NetWeight>
        <NetVolume>29,079.0000</NetVolume>
        <SpecificGravity>0.7879</SpecificGravity>
        <APIGravity>48.0913</APIGravity>
        <Energy>81.5100</Energy>
        <Chemical>ETHD</Chemical>
        <MovementLocation>Cherokee, IA</MovementLocation>
        <DestinationLocation>Toronto,ON</DestinationLocation>
        <Date>7/10/2014</Date>
        <City>Cherokee</City>
        <State>IA</State>
        <ZipCode>51012</ZipCode>
        <Name>Processors</Name>
      </Row>
      <Row>
        <BOL>82862AL</BOL>
        <Movement_Date>7/10/2014</Movement_Date>
        <Exporter_Addr_1>1568 Washburn Avenue</Exporter_Addr_1>
        <NetWeight>190,497.5165</NetWeight>
        <NetVolume>29,000.0000</NetVolume>
        <SpecificGravity>0.7879</SpecificGravity>
        <APIGravity>48.0913</APIGravity>
        <Energy>81.5100</Energy>
        <Chemical>ETHD</Chemical>
        <MovementLocation>Cherokee, IA</MovementLocation>
        <DestinationLocation>Toronto,ON</DestinationLocation>
        <Date>7/10/2014</Date>
        <City>Cherokee</City>
        <State>IA</State>
        <ZipCode>51012</ZipCode>
        <Name>Processors</Name>
      </Row>
      <Row>
        <BOL>82862AM</BOL>
        <Movement_Date>7/10/2014</Movement_Date>
        <Exporter_Addr_1>1568 Washburn Avenue</Exporter_Addr_1>
        <NetWeight>190,497.5165</NetWeight>
        <NetVolume>29,000.0000</NetVolume>
        <SpecificGravity>0.7879</SpecificGravity>
        <APIGravity>48.0913</APIGravity>
        <Energy>81.5100</Energy>
        <Chemical>ETHD</Chemical>
        <MovementLocation>Cherokee, IA</MovementLocation>
        <DestinationLocation>Toronto,ON</DestinationLocation>
        <Date>7/10/2014</Date>
        <City>Cherokee</City>
        <State>IA</State>
        <ZipCode>51012</ZipCode>
        <Name>Processors</Name>
      </Row>
    </Data>

    Hi there,
    Your discussion was moved to the Acrobat Forms forum: the folks here should be well suited to answer your question.
    Best,
    Sara

  • OIM 11g R2 PS1 error in App instances page due to multiple prcoess forms for a single RO

      By mistake I attached two process definitions to a single resource object (RO) and it in turn mapped two process forms to the single resource object.
    Now when I go to application instances page and do a searc, it shows the below error in the UI
    IAM-4067027 : An error occurred in findAppInstances and the cause of error is An error occurred in getParentFormInfo and the cause of error is Multiple process forms exist for Test_Emp_RO.. 
    I tried to assign a different RO and Form to the second process def in teh design console, but it throws SDK update failure error. How to resolve this error?  Any inputs are appreciated.

    Check the for duplicacy in OBJ_KEY column of the process defination. If duplicate values exit then set them to 'null'  and commit. Restart OIM if required

  • Form printing in a single page

    Hi All,
    We have developed a smartform , suppose in an internal table i am getting 3 records for these 3 records i am getting 3 pages in out . But i want to display these 3 pages in a single page.
    My requriement is like this in a single page  i want to print 3 pages data . Please help me how to restrict the pages.
    Regards,
    Satyapalli.

    Check your smartform, inside main window you will find command node, remove the command or un-check the tick box goto next page in your command.. it will solve your problem... now all data will be printed in single page, if it cannot fit single page then it goes to next page...
    Close the thread once your question is answered.
    Regards,
    SaiRam

  • How to open and navigate between human task forms in a same page?

    Hi
    I use Oracle BPM 11.1.1.5
    I have a question about taskflows in BPM Application.
    In ADF web application, I create a sipmle task flow and insert view id and bind these to jspx pages, my pages are opend in same page when
    return an outcome.
    For exapmle I have three pages like A,B,C.
    In task flow, insert three view ids and bind to A,B,C.
    My first pages is A, and when outcome is B navigate to B, when my outcome is C then navigate to C in a same page not separate pages.
    But my problem is here.. in BPM Application when create task forms, every task has a separate task flow that there exist a single view id and a wild card flow in it.
    In BPM workspace when initiate human task form is closed, I should press refresh button to see next human task form in task list table.
    I tried to create a simple task flow and insert human task forms in it and navigate between these.. but show human task form in wrong display and don`t show some component and human task payload.
    Now, my question : How to open and navigate between human task forms in a same page like software installation?

    Having a separate Data Control for each human task is normally the case. There is a way to assign multiple human tasks to a single data control (and one task flow), but I don't think that this is going to help you with what I think you're trying to do.
    If your human task is called "EmployeeDetail", then you'd use the data control associated with this for the UI pages in the task flow diagram that is associated with this human task. For example, you might have a first page that has just the basic employee information - the fields (at least the ID field) would come from the EmployeeDetail data control. When the end user clicks "Next", you might have this UI page flow to a second UI page in the task flow diagram that has the employee's address information. You might place the address fields from the EmployeeDetail data control onto this second UI page.
    You might be asking how the work item instance can automatically flow to the next interactive activity in the process while staying inside the first interactive activity's human task's task flow diagram. This is not how it works - the task flow diagram models the end user interaction while inside a single human task that is tied to a specific interactive activity in the process. If you want a the end user to be able to move the instance through multiple interactive activities in the process in one interaction, look at "Activity Guides". Activity Guides do a nice job of this.
    Dan

  • How to pass a parameter from a report to multiple forms in the same page

    Hi:
    i have a report and a lot of forms in the same page. The fact is that i want to stablish a link over a filed in the report which would make some information appear in those forms so that information could be updated. For example: i have a report with company names. Over those names i want to put a link. When the link would be pressed the forms would reflect the information about that comany. Is this possible to be done? how can i do this or something similar?
    Thanks.
    Regards. Urko.

    Please see post Re: session state security
    It has been done for a single form in a page and can be extended to multiple forms as well.

  • How can I make some pages in a PDF display in single-page view and others in two-page (facing) view?

    Exactly as it says on the tin. I am looking to save a PDF magazine/book layout in such a way so that when opened, only the front and back covers open to the viewer in single-page mode, and the rest of the pages in two-page facing mode, without re-printing the in-between pages in booklet format  and re-inserting them into a new PDF (with the front and back covers left separate and untouched, and included as single portrait-orientation pages). This is so that individual pages can still be printed (on a physical printer, not a "virtual" one like a PDF driver), as-is without having the page next to it included, or the printouts always requiring landscape orientation (resulting with two "pages" from the PDF showing up on one sheet of paper).
    So when the PDF is opened, I want just the front and back cover to be auto-viewed by themselves, and the content (the "meat" of the document) viewed side-by-side, as though one were actually reading a "book" -- but without actually re-doing the content pages to be "fused" side-by-side. Thus creating the "illusion" that they are, in fact, in booklet form. Is this possible, to have different page-display settings for different pages/page ranges in a single PDF? If so, how is this done? If not, what would be my best course of action otherwise to achieve this "virtual" book layout, while still retaining the "physical" structure of the document and allowing individual pages to be printed by themselves rather than "fused" together?
    Using Acrobat X Pro on Windows 7 Pro SP1.

    Dave Merchant wrote:
    The best you can do practicably is the 'two up with cover page' view mode. The first page will appear singly but not centered, and to get the last page to behave it would have to be a folio sheet.
    It's theoretically possible to use JavaScript to reset the view mode as each page is changed, but it makes for a nightmare of usability (what if someone on a smaller display wants to use 'fit to width'? Not an option if JS keeps overruling it). Anything involving JS won't work on non-Adobe software or mobile devices.
    Not a programmer by any means, so I won't be using JavaScript because I wouldn't know where to begin. I was thinking more in terms of an option I could adjust in the menus or dialogues.

  • How to handle jquery and ajax call in single page application using coded ui

    Hi,
    I am facing a very tricky situation while using coded ui. My application interact with ajax and I was facing the issue to handle the ajax in the login page and other pages. I went through the post : http://stackoverflow.com/questions/17849074/jquery-ajax-success-not-getting-triggered-with-coded-ui-test-project 
    and got solution for my problem. Now when ever a ajax is getting called in the page its getting handle with app config file. However the issue I am facing right now is. 
    When i click on a button a window will appear which is actually a "div tag". Please see the image below. In  the that window when I have to select a item from drop down, the ajax will get called, however it will get called only for the window,
    it wont be called for the entire page.. i.e. it will update only the window. I am not able to handle this ajax call, script gets stuck in refresh state. I will request you guys to provide a work around for it.
    I would like to add more details - Visual studio version - 2013 update 3, IE11. 
    Application details: Its a single page application which uses bootstrap framework. All the ajax call are dynamic.
    Thanks in advance.

    Thanks for the reply.
    The window is not exactly a pop up window. Its a div tag in the same page. As this is my first time to work on  a single page application I am not sure how it works. For the entire page I am able to handle the ajax call however the action performed
    in the div tag is not getting handled.
    Code for the window, I am not sure to what extend will it be helpful.
    <div class="modal-content"><div class="modal-header"><div class="bootstrap-dialog-header"><div class="bootstrap-dialog-close-button" style="display: none;"><button class="close">×</button></div><div
    class="bootstrap-dialog-title">Move Item to different task [FocusAudit]</div></div></div><div class="modal-body"><div class="bootstrap-dialog-body"><div class="bootstrap-dialog-message"><div><div
    id="dashboard">
      <table class="TFtable">
        <tbody><tr>
          <td colspan="2">
                You are about to move the  24 selected item item to a different task. Select the task to which to move this item, (Optionally) enter notes about the task change, and click 'Change' to continue.
              </td>
        </tr>
        <tr>
          <td>Select New WorkFlow:</td>
          <td><select class="form-control" id="MA_workflow" onchange="ChangeWorkFlow()"><option value="647446014">Batches<option value="647446007">Claim<option value="647446065"
    selected="">Workflow1</option></select></td>
        </tr>
        <tr>
          <td>Select New Task:</td>
          <td><select class="form-control" id="MA_actions"><option value="647446025">BatchRebuild</option><option value="647446054">Complete</option><option value="647446039">DataIntegrityCheck</option><option
    value="647446038">FocusAudit</option><option value="647446053">FocusAuditMiner</option><option value="647446037">FocusAuditSelect</option><option value="647446055">LocationRouter</option><option
    value="647446029">MineForSBT</option><option value="647446022">OCRtoWebDE</option><option value="647446024">OnePass</option><option value="647446049">OnePassRouter</option><option
    value="647446050">OnePassUS</option><option value="647446060">QAuditImporter</option><option value="647446045">QIAutoAuditGrader</option><option value="647446058">QIAutoAuditInjector</option><option
    value="647446048">QIMiner</option><option value="647446040">QISampler</option><option value="647446056">QIVerify</option><option value="647446059">QIVerifyGrader</option><option
    value="647446047">QIVerifyUS</option><option value="647446021">RecoRules</option><option value="647446082">Review</option><option value="647446042">Router</option><option
    value="647446023">Validate</option><option value="647446081">Verify</option><option value="647446080">WebDEFileCreator</option></select></td>
        </tr>
        <tr>
          <td>Select New Status:</td>
          <td>
            <select class="form-control" id="MA_status">
              <option value="ready">Ready</option>
              <option value="reject">Rejected</option>
              <option value="hold">Held</option>
              <option value="ready">Keep Status From Original Task</option>
            </select>
          </td>
        </tr>
        <tr>
          <td colspan="2">Notes:</td>
        </tr>
        <tr>
          <td colspan="2">
            <textarea name="MA_statusnote" class="form-control" id="MA_statusnote" maxlength="250" rows="5" cols="40"></textarea>
          </td>
        </tr>
        <tr>
          <td style="text-align: right;" colspan="2">
            <input class="btn btn-default list-inline" id="btnSubmit" onclick="prepareData_MoveToAction();" type="button" value="Change">
            <input class="btn btn-cancel" id="btnCancel" style="padding-left: 5px;" onclick=" dialogInstance2.close();" type="button" value="Cancel">
          </td>
        </tr>
      </tbody></table>
      <div id="overlayDialog" style="display: none;">
        <div style="width: 100%; text-align: center;">
          <h1>Processing...</h1>
          <img src="Images/ajax-loader.gif">
        </div>
      </div>
      <div id="dData_MoveToAction" style="display: none;" data-itemcount="24" data-oldactionidno="647446079" data-oldstatus="ready" data-oldactionname="FocusAudit" data-fnparent="PS"></div>
    </div>
    <script id="scrpd" language="text/javascript">
      <!--
      var cworkflow =$('#MA_workflow option:selected').text();
       function initMoveToAction()
         function ChangeWorkFlow(){
           $('#overlayDialog').show(300);
        var _newworkflowname=$('#MA_workflow option:selected').text(); 
        if(cworkflow!=_newworkflowname)
         getItemType();
         cworkflow = _newworkflowname;
       function getItemType()
          var _workflowid=$('#MA_workflow option:selected').text();
           var formData = { workflowid: _workflowid}
            var sPage = './Handlers/GenericFn.ashx?action=getitemtype';
           $.ajax({
                    url: sPage,
                    type: "POST",
                    data: formData,
                    datatype: JSON,
                    success: function (data, textStatus, jqXHR) {
                    var newItemActions = jQuery.parseJSON(data);
                      $('#MA_actions').empty();
                      $.each(newItemActions, function(i, option) {
                   $('#MA_actions').append($('<option></option>').attr("value", option.Value).text(option.Key));
                         $('#overlayDialog').hide(300);
                    error: function (data) {
                      var error = jQuery.parseJSON(data.responseText)
                       SetProdSummary();
                       dialogInstance2.close();
                        ErrorMessage(error.ErrorCaption, error.ErrorDescription, error.IsCloseWindow);
            function prepareData_MoveToAction()
                 var ma_oldstatus, ma_oldactionname, ma_actionidno,ma_oldactionid, ma_statusNote,ma_itemNewStatus,ma_itemtotalno, ma_newworkflowname,ma_fnparen;
                    ma_itemNewStatus = $('#MA_status option:selected' ).val();
                    ma_actionidno=$('#MA_actions option:selected').val();
                    ma_newworkflowname=$('#MA_workflow option:selected').text();
                    ma_statusNote = $("#MA_statusnote").val();
                var params = $("#dData_MoveToAction");
                if (params.data("oldstatus"))
                    ma_oldstatus = params.data("oldstatus");
                if (params.data("oldactionname"))
                    ma_oldactionname = params.data("oldactionname");
                if (params.data("oldactionidno"))
                    ma_oldactionid = params.data("oldactionidno");
                 if (params.data("itemcount"))
                    ma_itemtotalno = params.data("itemcount");
                 if (params.data("fnparent"))
                    ma_fnparen = params.data("fnparent");
                var formData = { currentstatus: ma_oldstatus, oldactionid:ma_oldactionid,newstatus: ma_itemNewStatus, actionid: ma_actionidno, oldactionName:ma_oldactionname, statusnote: ma_statusNote,totalno:ma_itemtotalno,  newworkflowname:
    ma_newworkflowname,fnparent:ma_fnparen};            
                var sPage = './Handlers/ItemAction_MoveToAction.ashx?action=movetoaction';
                 $('#overlayDialog').show(300);
                  $('#btnSubmit').attr('disabled',true);
                  $('#btnCancel').attr('disabled',true);
                $.ajax({
                    url: sPage,
                    type: "POST",
                    data: formData,
                    datatype: JSON,
                    success: function (data, textStatus, jqXHR) {
                        SetProdSummary();
                        $('#overlayDialog').hide(300);
                       dialogInstance2.close();
                    error: function (data) {
                      var error = jQuery.parseJSON(data.responseText)
                       SetProdSummary();
                       dialogInstance2.close();
                        ErrorMessage(error.ErrorCaption, error.ErrorDescription, error.IsCloseWindow);
          -->
    </script></div></div></div></div><div class="modal-footer" style="display: none;"><div class="bootstrap-dialog-footer"></div></div></div>
    I agree the point the UI has to be active or else the script will have issue during the playback. In my scenario I have to work on that window. I have to perform action on it. Now when the window(div thing) comes up the page in the background goes disable
    till the action is performed on the window or the window is closed. I have to perform action on it then only I can proceed with the TC automation. Please let me know any option to solve this problem.
    Thanks 
    Ahetejazahmad Khan.

Maybe you are looking for