Page master/detail with update function

Hi people, I hope that someone can help me with this problem.
I am writing a site in ASP for a club with a large number. Part of the private side is to select a member and update his info. The procedure is broken down because end users aren't all that sophisticated computer and need step by step instructions.
(1) text box for a search where they enter a family name.
(2) search brings back a list of all w / that name (Master Page)
(3) details of the page * ideally * should be the updated page, but this was not the case. (Hold it to however.) So, I left the single detail page and linked to a separate update page w / the same variable, passed through.
(4) the update page w / the correct record, but when the Send button is hit, I get the following error message:
Microsoft OLE DB provider for ODBC error '80040e14' drivers

[Microsoft] [ODBC Microsoft Access driver] Syntax error in UPDATE statement.

etcetcetcetc.asp, line 111
I use the DW8 Wizard to create update code (all code, really) and I have * ever * experience this problem and I'm using DW since Version 2!

Any ideas? Best is to have details of the page to be also updated page, but when I tried, I got details page in a table and a form of update separated with the wrong record.

Help?


I have it!
The problem of all was along as I had not applied the update to version 8.0.2. Once I did, the code generating worked exactly as it was supposed at the beginning - no additional pages to pass variables, etc.

Thanks to all for research.

Tags: Dreamweaver

Similar Questions

  • Filtering Page master/detail with a menu drop-down

    Hey there!

    I'm going to build a Web site where I have the list of some products on a master page and can be clicked to go into details.

    I do it through the Insert > data objects > page master detail and it works very well...

    but I can't filter the results of the master page with a menu drop-down.

    Can anyone help? I'm in a bit of desperation ;-)

    Thank you

    Jaume

    Yes, this is what happens - you will be variable on the page of search results page. The variable name is what you called the drop, as MyDropDown. The value is what is the value of the selected item. So, now on the results page, create your recordset. As we use only a variable as a filter, use the simple mode. Working up and down in the dialogue window, name the Recordset, select the connection and the table.  Below, yo have four entries/selections to make. Select the database column that is filtered, in the other, select '='. Below on the left select "Variable form". The text box to the right of that will be pre populated with the name of the column. Replace it with the variable name, the name of the drop-down list on the page of research - such as "MyDropDown", without the quotes, or anything else. Click Test and you will be presented with a window asking for a value - enter any value that is contained in the menu drop down and ensure that the recordset object gives results and only records with that value. If it works, save it and're you good to go. If this isn't the case, then we will do some troubleshooting.

  • All pages master detail question

    I hope I'm in the right forum.  Apologies if this doesn't fall in that category.


    I previously created master page has details.  Theyr'e actuallly pretty simple.


    More recent experience.  Master page is good.  I think so.


    Problem is with the details of the page does not display do not fields, I selected.  What appears instead is a very brief message:


    Unknown column 'MESSAGE' in ' where clause'


    The MESSAGE is part of a code for a piece of jewelry.  The complete code for this project is JGER-IC00330. JPG.


    I compared the previous series of pages of fully functional master details with the news that I am creating.  Against the codes, compared to what appears in the links & signs of server behavior.  Also compared MySQL tables in the database.  It is the same database, but different tables.


    I'm clearly missing something.  To this day, I remain puzzled.


    Anyone experienced this?

    Thanks for reporting!

    I m replied that as supposed marker.

  • Urgent! Master - detailed with the option/Hide search

    Hello

    I developed a page OFA master / detail with the option/Hide.

    in my search option, I have main and detail columns.


    How can I control query vo level of detail.


    For example. If I pass point not in the search option as well as customer, I could get only this line item for this CUST.


    I created the main query parameters and I'm passing param values in a methos to AM.

    When I click on show details his exception throw.


    Can someone help me please how to do this. Its urgent...



    Thank you

    Hello

    Error is due to the original Version of details may not get the value of the bind variable when judicially.

    Check your steps with this link http://apps2fusion.com/at/51-ps/333-oa-framework-master-detail-region-mandatory-steps.

    If still you face the same thing then let us know.

    Kind regards
    GYAN

  • Navigate a page master detail editing a page using detail rowKey

    Hi all

    I use JDev 11.1.1.0.1.

    A few cases test using HR schema:
    I have 2 pages countryLocation.jspx and departements.jspx with a control flow "deptFlow" between them.
    countryLocation.jspx is a master/detail page using country as a form of master and places like detail Table.
    Locations table is surrounded by an af:panelCollection. In the pane toolbar, there is an af:toolbarButton with "deptFlow" as an action. Button using 'table1:locationId' as partialTrigger.
    The departments.jspx page is also a master-detail with sites as a form of Master and departments as an array of detail.
    I do not support pods in the pages (should I?).
    When I click the button change, I want to see all the departments of the location I have selected table of localities in the countryLocation.jspx page.
    Unfortunately, this isn't the behavior.
    If I choose 'US' as a country and LocationId 1700 (Seattle) when I click on the button, it goes to departments.jspx Edit, but it shows LoactionId = 1000 (Rome - Italy).
    What Miss me?

    Thanks in advance.
    Paulo Domingues

    What technology do you use for the Service of the company (in the template)? ADF business components?
    If it's BC of the ADF, what type of departments use VO were based on the departments.jspx? It is a child of the locations, or is it a use of high level in the Application Module data model?

  • Problem with application master / detail with AdvancedTable

    Hello

    We have a region of master / details in a standard way as follows.
    1. a MasterVO, a child VO, ViewLink connecting them.
    2. on the page, we have an AdvancedTable based on MasterVO and an AdvancedTable nested in a region to show/hide for more details.
    3. in the processRequest() CO, the association is defined as
    OAWebBean outerTable = (OAWebBean) webBean.findChildRecursive ("ResultsTable");
    OAWebBean innerTable = (OAWebBean) webBean.findChildRecursive ("PmtInstructionsTable");
    If (outerTable! = null) {outerTable.setAttributeValue (CHILD_VIEW_ATTRIBUTE_NAME, "PaymentServiceRequestId");
    outerTable.setAttributeValue(VIEW_LINK_NAME,"PsrToPmtInstructionsVL1") ;}
    If (innerTable! = null) {innerTable.setAttributeValue (CHILD_VIEW_ATTRIBUTE_NAME, "PaymentServiceRequestId");
    innerTable.setAttributeValue (VIEW_LINK_NAME, "PsrToPmtInstructionsVL1");
    4. When you press a button to refresh on this table, executeQuery() is called on MasterVO.
    In the test case, I change some attributes in both your. Problem here is that, after this update, the master is on the line is being updated but the detail of any line of MasterVO, is not updated DB. I confirmed this JDev logs too this detail VO query is not executed.
    It is not supposed to have the details updated through VL line?
    Try each of the following:
    a. clearCache() on innerTable
    b. executeQuery() on DetailVO during the refresh.
    c. instead of the programmatic association of the master / detail, defined the relationship of step 3

    It seems that AdvancedTable used to detail is cached information. How can this be avoided? Or am I missing something else?

    For reference,.
    CO: http://aru.us.oracle.com:8080/src/R12/120.9/ap/java/payments/psr/webui/PsrSearchCO.java & & 120.9
    VOImpl: http://aru.us.oracle.com:8080/src/R12/120.14/ap/java/payments/psr/server/PsrSearchVOImpl.java & & 120.14


    I tried to implement the various forum posts but always failed, so posting it here.

    Thank you
    Combet

    I had problems with the lines of childVO does not show correctly when you use a train, I have cleared the cache on the table with the following processRequest code

    Table OAAdvancedTableBean = (OAAdvancedTableBean) webBean.findChildRecursive ("childTableRN");
    table.clearCache (pageContext);

    don't know if this will help with your problem but if it's worth a mention.

    Bravo, Mike

  • Join page master detail

    I am trying to create a master - master - detail page in PHP environment that uses the Assembly between two tables in the same db MySQL.

    The first page (chessmenu.php - chessmenu of the recordset object) displays a list of the types of the Exchequer in a MySQL table called chessmenu in the db of chess:
    The 3 areas are: itemID (auto_increment), itemName (IE. Marble) and itemType (M)
    (NOTE: in this test, there are 3 rows, marble, glass and theme - itemType is my field joining, M, G, and T respectively - which are all unique)

    I want this first page a link to the next page and send the URL = chessboards.php parameter? recordID = <? PHP echo $row_chessmenu ["itemType"];? >

    I created the second page (chessboards.php - chessboards recordset) and let the FILTER in the recordset as follows:
    itemType = recordID URL parameter

    When I run the first page, displays items appropriate, however, when I click on one of these elements (i.e. marble (M)) it does not display anything on the second page. I ran the TEST query on the second page in the recordset of filtering, and when I enter M, it displays the correct records (2 in total).

    They would then select the type of Exchequer of marble of the second page, which would then send them to the details page (3 pages total, so my comment about master, master, detail)

    What I am doing wrong? I send the incorrect URL parameter? Any help would be appreciated. I thought I was following the instructions in the TUTORIAL on this site:
    "If the recordsets is different, make sure the recordset on the detail page contains at least one column in common with the recordset on the master page." The common column is usually the record ID, column, but it can also be the join field from related tables. »

    BTW - the two fields of ItemType in the two Tables are the same (CHAR (1))
    Thank you

    Steve

    UPDATE: I figured out how to do this. Sorry for the useless posting.

    ANSWER: The above worked as is (I forgot to update the front page during the test after some change). To display correctly in the second page, however, DO NOT drag the fields as you would for a detail of the page. As always, the second page is a master page, create a dynamic table instead (this will allow you to have several lines instead of the method). The URL parameter will send the appropriate information to the dynamic table as well.

    See you soon.

  • Problem of page master details

    Hi all

    I have problem with the Master details page:

    If I change the catID after the connection to other ID to another user his show me the content? How can I restrict the user to see he's happy?

    Please your help as soon as POSSIBLE.

    Thank you and best regards,

    FAIZ ALI

    He solved

    That's what I did:


    <>

    Dim WebsiteName

    WebsiteName_cmd Dim

    WebsiteName_numRows Dim

    Set WebsiteName_cmd = Server.CreateObject ("ADODB.Command")

    WebsiteName_cmd. ActiveConnection = MM_mybag_STRING

    WebsiteName_cmd.CommandText = "SELECT * FROM WebName WHERE WebGroupID =?" and UserID =? ORDER BY WebNamID DESC '.

    WebsiteName_cmd. Prepared = true

    WebsiteName_cmd. Parameters.Append WebsiteName_cmd. CreateParameter ("param1", 5, 1, -1, WebsiteName__MMColParam1) ' adDouble

    WebsiteName_cmd. Parameters.Append WebsiteName_cmd. CreateParameter ("param2", 5, 1, -1, WebsiteName__MMColParam) ' adDouble

    Set WebsiteName = WebsiteName_cmd. Run

    WebsiteName_numRows = 0

    %>

    Thank you

  • Grid master detail with flash remoting

    I tried to fill a detail grid based selection of main grid, I finally got the second grid (detail) to fill when I chose a recording of the first grid (master), unfortunately I lost the fields of text entry for the master record to which I am bound by the master grid. now, I'm just the details records.
    The two grids are populated by 2 different applications residing in the same CFC.

    I start by filling the master grid (userGrid), then when a line is selected I spend the primary key of the selected lines to the function that calls the query of detail in the cfc. This query selects only records where the master primary key = the foreign key in the secondary table.

    It is an example of the code that is in the script tag, which deals with the grid:

    var responseHandler:Object = {};

    var userGrid:mx.controls.DataGrid = userGrid; (this is the main gate)
    var userIdGrid:mx.controls.DataGrid = userIdGrid; (it's the detail grid)

    responseHandler.onResult = function (results: Object): Void
    {userGrid.dataProvider = results.item;}
    _root.setmode ('add');
    mx.managers.CursorManager.removeBusyCursor ();
    }

    responseHandler.queryUserid_Result = function (results: Object): Void
    {userIdGrid.dataProvider = results.item;}
    _root.setmode ('add');
    mx.managers.CursorManager.removeBusyCursor ();
    }

    On the form load call the getData() that fills the Mastergrid by using the master in the CFC query - it works.
    The getData() looks like this:

    public void getData (): Void
    {
    var qArgs:Object ();
    < cfoutput >
    qArgs.status = "#session.status #";
    < / cfoutput >
    _Global.listingService.queryAll (qArgs);
    _root.setmode ('add');
    mx.managers.CursorManager.removeBusyCursor ();
    }


    The main gate makes the call to the second grid (getUserid() in the event onchange, the PKNO column is the primary key):
    < name cfgrid = "userGrid"... onchange = "userGridChanged (); getUserid (userGrid.selectedItem.PKNO)" >

    The getUserid () looks like this:

    public void getUserid(pkno:String):Void
    {
    var userArgs:Object ();
    < cfoutput >
    userArgs.pkno = pkno;
    < / cfoutput >
    _Global.listingService.queryUserid (userArgs);
    _root.setmode ('add');
    mx.managers.CursorManager.removeBusyCursor ();
    }

    This function is to fill the grid of detail with correct data. When I select a line of the master userGrid.

    The right panel has the textinput to the master record fields that are related to the master grid-userGrid. Below these textinput fields, I have the detail grid - userIdGrid, which can contain 1 or more lines. I can get one or the other to fill, not both.

    Is there a problem with the resultHandlers each specifying the .dataprovider?

    Any help would be greatly appreciated.

    Thanks in advanced for any help.
    Kim

    You call setMode() much, by chance you're wrong data clearing it when you do not expect.

  • How to create a master/detail with a PK of 4 columns form

    I want to create a report/form (or a master-detail form) based on a table with a primary key of 4 columns. But only up to 2 columns can be présicer at APEX. How can I handle this?

    Sincerely,

    James

    Hi James,

    I think Mike suggests that you create a SQL view on the table and bring together the different values of the primary key in a primary key, unique, unique, nickname. You can always include the individual columns in the SQL, but you can then use this new column as the primary key on a form. However, you also need to create instead of triggers to manage the changes/insertions/deletions that SQL does not update the tables in a view. (See: [http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28370/create_trigger.htm#i2064426] for more details on this Oracle or Re: how to upgrade the table or view for an example within the Apex).

    Ideally, however, you should only really need a column of key - is it necessary for four?

    Andy

  • Page master detail problems

    Hi, using the tuning page Wizard master detail in DW MX and CF 7, I found a problem that I can't fix. The first page in the master page looks great, but when I use the 'next' button it display any records. I found that none of the paging buttons works to display the records. I was wondering if there was a known bug or problem with this page of assistant master-details.

    Here is my code:

    < name = "cfparam FORM.vehicle_type" default = "1" > "
    < name = "cfparam FORM.vehicle_yearup" default = "" > "
    < name = "cfparam FORM.vehicle_yeardown" default = "" > "
    < name = "cfparam URL.recordID" default = "1" > "
    < name = "cfparam URL.ad_id" default = "1" > "
    < name = "cfparam FORM.model" default = "1" > "
    < name = "cfparam FORM.ad_id" default = "1" > "
    < cfparam name = default "PageNum_vehicleSearch" = "1" >
    < cfset CurrentPage = GetFileFromPath (GetTemplatePath ()) >
    < cfquery name = "vehicleSearch" datasource = "ASA" >
    SELECT * FROM saa.vehicle_ad WHERE the veh_year BETWEEN ' #FORM.vehicle_yearup # ' AND ' #FORM.vehicle_yeardown # ' AND vehicle_type = ' #FORM.vehicle_type # ' ORDER BY veh_year ASC
    < / cfquery >
    < cfset MaxRows_vehicleSearch = 7 >
    < cfset StartRow_vehicleSearch = Min ((PageNum_vehicleSearch-1) * MaxRows_vehicleSearch + 1, Max (earch vehicles.) RecordCount, 1)) >
    < cfset EndRow_vehicleSearch = Min (StartRow_vehicleSearch + MaxRows_vehicleSearch-1, vehicleSearch.Rec ordCount) >
    < cfset TotalPages_vehicleSearch = Ceiling(vehicleSearch.RecordCount/MaxRows_vehicleSearch) > <! DOCTY PE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional / / IN" " http://www.w3.org/TR/html4/loose.dtd" >
    < html >
    < head >
    < meta http-equiv = "Content-Type" content = text/html"; charset = iso-8859-1 ">"
    buyerSearchresults < title > < /title >
    < style type = "text/css" >
    <!--
    {.style1}
    do-size: 18px;
    make-weight: bold;
    }
    .style3 {make-size: small}
    {.style4}
    do-size: 12px;
    make-weight: bold;
    }
    ->
    < / style >
    < / head >

    < body >
    < h2 align = "left" > click 'Image' or 'Create' to view the vehicle details < / h2 >
    < table width = "800" height = "100" border = "1" bordercolor = "#0000FF" >
    < b >
    < td align = "center" valign = "middle" > < span class = "style4" > picture </span > < table >
    < td align = "center" valign = "middle" > < span class = "style4" > year </span > < table >
    < td align = "center" valign = "middle" > < span class = "style4" > do </span > < table >
    < td align = "center" valign = "middle" > < span class = "style4" > template </span > < table >
    < td align = "center" valign = "middle" > < span class = "style4" > price </span > < table >
    < td align = "center" valign = "middle" > < span class = "style4" > </span > < table > exterior color
    < td align = "center" valign = "middle" > < span class = "style4" > mileage </span > < table >
    < td align = "center" valign = "middle" > < span class = 'style4' > private seller or distributor </span > < table >
    < /tr >
    < cfoutput query = "vehicleSearch" >
    < b >
    "< td align ="center"valign ="middle"> < a href =" "buyerDetailresults.cfm? recordID = #vehicleSearch.ad_id #" class = "style4" > < img src = "#vehicleSearch.image1 #" width = "80" height = "60" > < table >
    < td align = "center" valign = "middle" class = "style4" > #vehicleSearch.veh_year # < table >
    < td align = "center" valign = "middle" > < a href = "" buyerDetailresults.cfm? recordID = #vehicleSearch.ad_id # "class ="style4"> #vehicleSearch.make # < /a > < table >"
    < td align = "center" valign = "middle" class = "style4" > #vehicleSearch.model # < table >
    < td align = "center" valign = "middle" class = "style4" > #DollarFormat (vehicleSearch.price) # < table >
    < td align = "center" valign = "middle" class = "style4" > #vehicleSearch.ext_color # < table >
    < td align = "center" valign = "middle" class = "style4" > #vehicleSearch.mileage # < table >
    < td align = "center" valign = "middle" class = "style4" > < img src = "#vehicleSearch.dealer_logo #" > < table >
    < /tr >
    < / cfoutput >
    < /table >
    < br >
    < table width = "50%" border = "0" align = "center" >
    < cfoutput >
    < b >
    < td width = "23%" align = "center" > < cfif PageNum_vehicleSearch GT 1 >
    < a href = "#CurrentPage #?" PageNum_vehicleSearch = 1 #QueryString_vehicleSearch #"> first < /a >"
    < / cfif >
    < table >
    < td width = "31%" align = "center" > < cfif PageNum_vehicleSearch GT 1 >
    < a href = "#CurrentPage #?" PageNum_vehicleSearch = #Max (DecrementValue (PageNum_vehicleSearch), 1) # QueryString_vehicleSearch #"> back < /a >"
    < / cfif >
    < table >
    < td width = "23%" align = "center" > < cfif PageNum_vehicleSearch LT TotalPages_vehicleSearch >
    < a href = "#CurrentPage #?" "PageNum_vehicleSearch = #Min (IncrementValue (PageNum_vehicleSearch), Tota lPages_vehicleSearch) # QueryString_vehicleSearch # ' > next < /a >
    < / cfif >
    < table >
    < td width = "23%" align = "center" > < cfif PageNum_vehicleSearch LT TotalPages_vehicleSearch >
    < a href = "#CurrentPage #?" PageNum_vehicleSearch = #TotalPages_vehicleSearch # QueryString_vehicleS earch #"> last < /a >"
    < / cfif >
    < table >
    < /tr >
    < / cfoutput >
    < /table >
    Records < cfoutput > #StartRow_vehicleSearch # #EndRow_vehicleSearch # of #vehicleSearch.RecordCount # < / cfoutput >
    < / body >
    < / html >


    Thanks in advance for any help. Shane

    Found my problem, I did not pass the correct URL variables. Shane

  • Master-detail with independent tables

    Hi experts,

    I use JDeveloper 11.1.2.4.0

    I have two independent table (not related by foreign key), but I have to post this tables table of master / detail in the user interface and allow operation in milk CURD.
    The two table have a common field so I can use this field to display link to make the relationship. Even if there is no foreign key, association is not created when I created the business components

    Will I have to create an association for master-detail?

    I created a view link and tested the functionality and his work has found.

    Are there overhead if I create a master detail without an association?

    I would like to learn more about the role of the association master detail design.

    In the hope of good advise and suggestions.

    Thank you and best regards,
    Gijith (GTG)

    YHI,

    There is no overload. You use assiciatons if you need analyze the relationship at the level of the entity. So its good how you

    Frank

  • How to disable dynamically interactive report filed in the page master detail

    I use APEX 4.0 & very new to APEX. I am not able to disable a class in area of detail (which is an interactive report) of a master detail Page.
    I want to turn off the field in a row based on the value of another field of recording, like set_item_instance_property of the oracle forms. Please help me.

    See {message identifier: = 10743324}

  • Page password IRC Apl update function

    Hello

    I have a lot of users who simply use discoverer. They have reports of installation runs automatically and are facing problems when their password expires. While it is common knowledge for most you can change your password prematurely in applications by dragging to change-> Preferences-> change password, those users who simply self-service responsibilities are unable to change their password at the beginning. To resolve this problem, I created a password reset called responsibility. This is a free Service or with a unique menu with a single function. IRC Apl password update page. While basically this has solved my problem, I would like to know if there is a way to remove SOME of the links on the page as "" Diagnostics, preferences and on this page ".

    Any help would be appreciated as always!

    Thank you
    Brad

    Hello

    Please see (Note: 400042.1 - how to add or remove the link 'on this Page' on the E-Business Suite framework pages?).

    For preferences, I think that it is a responsibility, and it must put an end to this day.

    For diagnosis, please see if (Note: 180240.1 - how to restrict access to assistance, diagnoses in the Oracle Applications) help.

    BTW, why you do not use the function "password is" that comes with the application instead of customization (see Note: 399766,1 - reset password feature FAQ)?

    Kind regards
    Hussein

  • Problem with page validation APEX_APPLICATion master detail.  Help!

    I'm having a problem with the Apex_Application.g_fxx data structure.  I'm trying to validate the lines in my page master detail and need to use apex_application.g_f10 as the name of the variable inside the HTML data source electricity.  The name of the item I need is "f10" because it matches the database column "status" on my page.  I'm trying to validate that all the detail items have the same status, or an error is reported.  I use the following PL/SQL block that returns a Boolean value:

    < code >

    declare
    l_first_value varchar2 (4000);
    Start

    -f10 = column PO_STATUS of PO_DETAILS table on a part as a table on the page.

    l_first_value: = apex_application.g_f10 (1);
    because me in 2... apex_application.g_f10. COUNTY
    loop
    If l_first_value! = apex_application.g_f10 (i)
    then
    Returns false;
    end if;
    end loop;
    Returns true;
    end;


    < code >

    The HTML data that I is not intended to "f10" are the following:

    < code >

    < td headers= "Status" class= "t20data" >

    < label for= "f10_0000" class= "hideMeButHearMe" >status< /label>

    < Select name="f10"  id="f10_0000">

    < option value= "" selected= "selected" >make a selection< /option> ""

    < option value= 'APPROVED' >APPROVED< /option>

    < option valeur= « FERMÉ » >FERMÉ< /option>

    </ Select >

    < entry type="hidden" name="f02" value=""  id="f02_0000" />

    < entry type="hidden" name="f03" value="30427" id="f03_0000" />

    < entry type= 'hidden' id= "fcs_0000" name= "fcs" value= "2158A9B101842608F4CA966C0BC1433D" >

    < entry type="hidden" id="frowid_0000" name="frowid" value="" />

    < entry type="hidden" id="fcud_0000" name="fcud" value="D" />

    </ td >


    < code >

    So I do not know why there could be a problem when used to work before this validation.  The PL/SQL block takes the first line of F10 data and compare it to successive lines.  If the data is not equal, then an error occurs and the user is prompted to adjust the data.

    It doesn't work anymore, although I checked and the status are still of points in F10.

    I left mouth gaping.  I do not use an official page master detail previously.  I used two separate front pages: one for the header and one for show master detail.  I've updated the page for the treatment of the more fluid user. I think that even if the data structure would be the same, but maybe I'm wrong.

    Any ideas?


    Thank you!

    Thank you to reproduce the problem so overall. Note that if you will share your workspace in this way you need to change your username to something else than a direct email address and don't use not the actual data for your test cases. Create a guest account to developer without administrator privileges to work space for the members of the forum to use.

    Validation in this app is coded to use a different picture of the description in this thread. Above, you have identified the point like g_f10 dashboard, but the validation code is using g_f09:

    declare
      l_first_value  varchar2(4000);
    begin
    -- f09 = PO_STATUS column of PO_DETAILS table
      l_first_value := apex_application.g_f09(1);
      for i in 2 .. apex_application.g_f09.COUNT
      loop
        if l_first_value != apex_application.g_f09(i)
        then
            return false;
        end if;
      end loop;
      return true;
    end;
    

    Therefore (thanks to instrumentation code added), the validation is running by using the values of the previous column, which was be the one that I have changed according to your instructions:

    0.09114

    0,00018

    ... Posting type "Status check IN." -: FUNC_BODY_RETURNING_BOOLEAN

    4

    0%

    0.09132

    0,00049

    ... Run the statement: select count (*) in the sys.dual where exists (Select 1 from PO_DETAILS where PO_ID =: P230_PO_ID)

    4

    0 g

    0.09181

    0,00015

    ...... Result = true

    4

    0%

    0.09196

    0.00573

    ... Run the statement: declare function x return boolean is begin declare

    l_first_value varchar2 (4000);

    Start

    -f09 = PO_STATUS table PO_DETAILS column

    l_first_value: = apex_application.g_f09 (1);

    apex_debug.message ('g_f09 (1): %s, l_first_value);

    because me in 2... apex_application.g_f09. COUNTY

    loop

    (apex_debug.message('g_f09(%s): %s, i, apex_application.g_f09 (i));

    If l_first_value! = apex_application.g_f09 (i)

    then

    Returns false;

    end if;

    end loop;

    Returns true;

    end;

    Returns a null value. end; begin wwv_flow.g_boolean: = x; end;

    4

    28%

    0.09769

    0.00005

    g_f09 (1): TEST2

    4

    0%

    0.09773

    0.00010

    g_f09 (2): TEST

    4

    0%

    0.09783

    0,00003

    ...... Result = false

    4

    0%

    0.09786

    0.00004

    ...... Does NOT pass

    I created a new liquidation which uses the correct column, but at some point the validation passes and data, so I didn't get a chance to conduct tests.

Maybe you are looking for

  • Change the setting

    The new Apple TV purchased TV shows all shows them in a line If you have a large number of seasons, it's a pain to get to the most recent show is it possible to change the sorting or get a grid? Mike

  • HP envy 5532: printer

    I try to print on support paper for card making, if I print on copier paper it prints very well however when I try to print on the card it didn't print part or none of the design any idea what im doing wrong

  • real time in labview 6.0

    Hello I m use real need 2 or more applications in parallel time. I was thinking of using thread, like java, but I don't know how to use in labview. I don't know if I explain properly, but I want to make a race of application more or less 100 ms, then

  • (Redirected) my touchpad lost the function of shortcut and right click menu

    my new laptop Win8.1 XPS15 9530 has been used only for a few weeks. There are a few small problems really a puzzle to me. problem of headaches the most is the button of the touchpad does not work since yesterday, all that I have configured the Dell T

  • 2013 redistributable Visual Studio does not install correctly

    After you install our program on a computer laptop users and attempt to run the application, we see this error message: "The procedure entry point? Bios_base@STD@@QBE_NXZ is not found in the MSVCP120.dll dynamic link library. " For the record: Our In