Two recordset to display information on same page

Hi,
I am designing a webpage that calls from a specific entered value and at the same time should have a news headline calling from the same dbase on the same page.
On creating the record set I got the message
Warning: Supplied resource is not a valid MySQL-Link resource in c:\apache\htdocs\nusokoto\egovt.php on line 38
Warning: Supplied resource is not a valid MySQL-Link resource in c:\apache\htdocs\nusokoto\egovt.php on line 40
The line 38 and 40 is indicated below.
I will like you to please help me with this.
More so using ADDT can I create a master to detail page?
Thanks
Yomi
mysql_select_db($database_sokoto, $sokoto);
$query_sokoto = "SELECT * FROM onsite WHERE id = 7";
$sokoto = mysql_query($query_sokoto, $sokoto) or die(mysql_error());
$row_sokoto = mysql_fetch_assoc($sokoto);
$totalRows_sokoto = mysql_num_rows($sokoto);
(38) mysql_select_db($database_sokoto, $sokoto);
$query_news = "SELECT * FROM news WHERE topic = topic";
(40) $news = mysql_query($query_news, $sokoto) or die(mysql_error());
$row_news = mysql_fetch_assoc($news);
$totalRows_news = mysql_num_rows($news);
?>

Hi Yomi,
"SELECT * FROM news WHERE topic = topic"
that should be "SELECT * FROM news WHERE topic = 'topic'"
More so using ADDT can I create a master to detail page?
Do you mean ADDT´s Dynamic Master and Detail Lists ?
Cheers,
Günter Schenk
Adobe Community Expert, Dreamweaver

Similar Messages

  • Process error message: Display on the same page

    When I create a before header process and that has an error, the error message shows up on a page by itself with the OK button. This takes away the context of the error
    Similar to how validations have the option of displaying inline on the same page, is there a way to have the process error message display on the same page?
    Thanks

    I just want to display the error message on the same page, thats all. I dont want a error page with just the error since it takes away all the context.
    Well what do you want to do, you can set a item to
    hold a message and display that item in a region
    when this_exception then
    :P20_ERROR_MESSGE := 'Something went wrong here';So, P20_ERROR_MESSAGE would be a hidden item on the page?
    Then display the item in a region.How can I display that hidden item in the region? So the region would just have this read-only text box in it? But then it wont be hidden? I guess I can conditionally display the region only if the error message is not null?

  • Two Manual Tabular forms in a same page

    Since i have to create two tabular forms in a same page, i created tabular forms manually.
    Both the forms are working fine if the columns are not defined as conditional display.
    Based on item value set by user, few fields should be either displayed as text field (editable) or read only (display).
    I created two columns for a same field one as editable another one as non editable.
    Based on item value any one of the column will be displayed.
    Since the manual tabular form update process is using 'apex_application.g_f02', if any one of the column is not visible,
    multiple row update is failing.
    can any one please help me or suggest me to solve this.
    Edited by: Ravi on Apr 19, 2012 9:02 AM

    I'm guessing you have a page item that is used to control display of the columns as display only or editable.
    If that's true and the page item tells you to display the editable column, then you end up with say a g_f02 and a g_fo3, where you otherwise might only have a g_fo2.
    Use the value of the page item in your update process to control which tabular form element to use.

  • Help on jsp code to display data in same page using using ajax ?

    Is there any jsp code to display in same page using using ajax ?

    Re: need help on how to display data in same jsp page. Locking.

  • Linking and displaying on the same page

    Hello I am currently trying to build my website, I want to
    click on a link in one table and the results to display in another
    table on the same page. Example - I have a left column, center
    table, and right column. In the left column "Athletic Diamonds" is
    one of the choices, when this is clicked on I want a group of
    photos to be displayed in the center table on the same page. How
    can I do this?

    You can use DW's SetText behavior to set the text of a
    content region with
    an ID to the desired HTML required to display the results.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "LPrime" <[email protected]> wrote in
    message
    news:ga1nqg$4cj$[email protected]..
    > Hello I am currently trying to build my website, I want
    to click on a
    > link in
    > one table and the results to display in another table on
    the same page.
    > Example - I have a left column, center table, and right
    column. In the
    > left
    > column "Athletic Diamonds" is one of the choices, when
    this is clicked on
    > I
    > want a group of photos to be displayed in the center
    table on the same
    > page.
    > How can I do this?
    >

  • Can not get two AS2 scrollers to work on same page.

    Hi.
    I really like this particular scroller I used at the bottom of the page here:
    http://steamandclean.com
    Now I need to use two instances of it side by side on another page and can not get it to work.
    I have tried:
    Having same code twice in frame 1 unchangend.
    Having two instances of all the code but with renamed variables and instance names throughout the code.
    Having each scroller in their own movie clip and then add them both to the scene.
    Having a master fla with the background and importing two separate swfs with each their own scroller - they work independantly but when they import to the same page one of them will not work.
    Here is the AS2 I am using:
    Left scroller:
    fscommand("allowscale", "true");
    bar.useHandCursor = dragger.useHandCursor=false;
    space = 20;
    friction = 0.9;
    speed = 4;
    y = dragger._y;
    top = main._y;
    bottom = main._y+mask_mc._height-main._height-space;
    dragger.onPress = function() {
              drag = true;
              this.startDrag(false, this._x, this._parent.y, this._x, this._parent.y+this._parent.bar._height-this._height);
              scrollEase();
    dragger.onMouseUp = function() {
              this.stopDrag();
              drag = false;
    bar.onPress = function() {
              drag = true;
              if (this._parent._ymouse>this._y+this._height-this._parent.dragger._height) {
                        this._parent.dragger._y = this._parent._ymouse;
                        this._parent.dragger._y = this._y+this._height-this._parent.dragger._height;
              } else {
                        this._parent.dragger._y = this._parent._ymouse;
              scrollEase();
    bar.onMouseUp = function() {
              drag = false;
    moveDragger = function (d) {
              if ((dragger._y == y+bar._height-dragger._height && d == 1) || (dragger._y == y && d == -1)) {
                        clearInterval(myInterval);
              } else {
                        dragger._y += d;
                        scrollEase();
                        updateAfterEvent();
    up_btn.onPress = function() {
              myInterval = setInterval(moveDragger, 18, -1);
    down_btn.onPress = function() {
              myInterval = setInterval(moveDragger, 18, 1);
    up_btn.onMouseUp = down_btn.onMouseUp=function () {
              clearInterval(myInterval);
    MovieClip.prototype.scrollEase = function() {
              dragger.onEnterFrame = function() {
                        if (Math.abs(dy) == 0 && drag == false) {
                                  delete this.onEnterFrame;
                        r = (this._y-y)/(bar._height-this._height);
                        dy = Math.round((((top-(top-bottom)*r)-main._y)/speed)*friction);
                        main._y += dy;
    Right scroller
    fscommand("allowscale", "true");
    bar2.useHandCursor = dragger2.useHandCursor=false;
    space = 20;
    friction = 0.9;
    speed = 4;
    y = dragger2._y;
    top = main2._y;
    bottom = main2._y+mask_mc._height-main2._height-space;
    dragger2.onPress = function() {
              drag = true;
              this.startDrag(false, this._x, this._parent.y, this._x, this._parent.y+this._parent.bar2._height-this._height);
              scrollEase();
    dragger2.onMouseUp = function() {
              this.stopDrag();
              drag = false;
    bar2.onPress = function() {
              drag = true;
              if (this._parent._ymouse>this._y+this._height-this._parent.dragger2._height) {
                        this._parent.dragger2._y = this._parent._ymouse;
                        this._parent.dragger2._y = this._y+this._height-this._parent.dragger2._height;
              } else {
                        this._parent.dragger2._y = this._parent._ymouse;
              scrollEase();
    bar2.onMouseUp = function() {
              drag = false;
    movedragger2 = function (d) {
              if ((dragger2._y == y+bar2._height-dragger2._height && d == 1) || (dragger2._y == y && d == -1)) {
                        clearInterval(myInterval);
              } else {
                        dragger2._y += d;
                        scrollEase();
                        updateAfterEvent();
    up_btn2.onPress = function() {
              myInterval = setInterval(movedragger2, 18, -1);
    down_btn2.onPress = function() {
              myInterval = setInterval(movedragger2, 18, 1);
    up_btn2.onMouseUp = down_btn2.onMouseUp=function () {
              clearInterval(myInterval);
    MovieClip.prototype.scrollEase = function() {
              dragger2.onEnterFrame = function() {
                        if (Math.abs(dy) == 0 && drag == false) {
                                  delete this.onEnterFrame;
                        r = (this._y-y)/(bar2._height-this._height);
                        dy = Math.round((((top-(top-bottom)*r)-main2._y)/speed)*friction);
                        main2._y += dy;
    If needed I can upload the fla files, but I see no option to attach a file
    Thank you on beforehand!
    ggaarde

    You should only have one set of code, forget the second set you created.  You could even have just one movieclip where you load the "main" portion into it dynamically.  But for the moment I expect you will create one movieclip using your first set of code, replacing the last function....
    MovieClip.prototype.scrollEase = function() {
              dragger2.onEnterFrame = function() {
                        if (Math.abs(dy) == 0 && drag == false) {
                                  delete this.onEnterFrame;
                        r = (this._y-y)/(bar2._height-this._height);
                        dy = Math.round((((top-(top-bottom)*r)-main2._y)/speed)*friction);
                        main2._y += dy;
    with what I showed in the last posting.
    For the second scroller movieclip just create a copy of the first one in the library and only change whatever content goes into the "main" movieclip.
    Afterwards challenge..... If you want to have just one movieclip that you use for both then you could create the two content sections as movieclips in the library and use the attachMovie function to load each one in to its own scroller.

  • How to make two create.js files work on same page?

    Can someone please help me?
    I have two flash banners that are different and are placed in separate divs on my webpage in dreamweaver.
    All was fine while they were .swt files except they were not visible on cellphones and tablets.
    So I converted them with create.js toolkit but only one of the banners show. I know I have to modify the code
    but I don´t know how. Can anyone help me please?
    Here is my code for the page:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Modedrive-Från vardag till fest-för kvinnor i alla åldrar</title>
    <link href="Styles/Modedrive_cs5.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
    <script src="http://code.createjs.com/easeljs-0.5.0.min.js"></script>
    <script src="http://code.createjs.com/tweenjs-0.3.0.min.js"></script>
    <script src="http://code.createjs.com/movieclip-0.5.0.min.js"></script>
    <script src="http://code.createjs.com/preloadjs-0.2.0.min.js"></script>
    <script src="Julfilm.js"></script>
    <script src="Modedrive-film7.js"></script>
      <script>
    var canvas, stage, exportRoot;
    function init() {
              canvas = document.getElementById("canvas1");
              images = images||{};
              var manifest = [
                        {src:"images/_2013.png", id:"_2013"},
                        {src:"images/Godjul.png", id:"Godjul"},
                        {src:"images/Gottnytt.jpg", id:"Gottnytt"},
                        {src:"images/Julkulor.png", id:"Julkulor"},
                        {src:"images/Julkulor2.png", id:"Julkulor2"},
                        {src:"images/Vivillonska.png", id:"Vivillonska"}
              var loader = new createjs.PreloadJS(false);
              loader.onFileLoad = handleFileLoad;
              loader.onComplete = handleComplete;
              loader.loadManifest(manifest);
    function handleFileLoad(o) {
              if (o.type == "image") { images[o.id] = o.result; }
    function handleComplete() {
              exportRoot = new lib.Julfilm();
              stage = new createjs.Stage(canvas);
              stage.addChild(exportRoot);
              stage.update();
              createjs.Ticker.setFPS(30);
              createjs.Ticker.addListener(stage);
    </script>
      <script>
    var canvas, stage, exportRoot;
    function init() {
              canvas = document.getElementById("canvas2");
              images = images||{};
              var manifest = [
                        {src:"images/Vivillonska.png", id:"Vivillonska"},
                        {src:"images/Bettykofta.jpg", id:"Bettykofta"},
                        {src:"images/Byxdress.jpg", id:"Byxdress"},
                        {src:"images/Kofta.jpg", id:"Kofta"},
                        {src:"images/leopkavajred.jpg", id:"leopkavajred"},
                        {src:"images/Leopardjacka.jpg", id:"Leopardjacka"},
                        {src:"images/liladress.jpg", id:"liladress"},
                        {src:"images/Longdress.jpg", id:"Longdress"},
                        {src:"images/Fur.jpg", id:"Fur"},
                        {src:"images/Redzebrakofta.jpg", id:"Redzebrakofta"},
                        {src:"images/Skinnjacka.jpg", id:"Skinnjacka"},
                        {src:"images/vitsvponcho.jpg", id:"vitsvponcho"}
              var loader = new createjs.PreloadJS(false);
              loader.onFileLoad = handleFileLoad;
              loader.onComplete = handleComplete;
              loader.loadManifest(manifest);
    function handleFileLoad(o) {
              if (o.type == "image") { images[o.id] = o.result; }
    function handleComplete() {
              exportRoot = new lib.Modedrivefilm7();
              stage = new createjs.Stage(canvas);
              stage.addChild(exportRoot);
              stage.update();
              createjs.Ticker.setFPS(30);
              createjs.Ticker.addListener(stage);
    </script>
    <style type="text/css">
    body {
              background-image: url(images/mode_bakg.jpg);
    </style>
    </head>
    <body onload="init();" style="background-color:#D4D4D4">
    <div id="container">
      <div id="logo"><img src="images/Modedrive-logo.png" width="900" height="163" alt="Modedrive" />
      <p>Fr&aring;n vardag till fest f&ouml;r kvinnor i alla &aring;ldrar.</p></div>
      <ul id="MenuBar1" class="MenuBarHorizontal">
        <li><a href="#">Hem</a>    </li>
        <li><a href="historik.html">Historik</a></li>
        <li><a class="MenuBarItemSubmenu" href="designs.html">M&auml;rken</a>
          <ul>
            <li><a href="designs.html">V&aring;ra M&auml;rken</a></li>
            <li><a class="MenuBarItemSubmenu" href="http://www.tee4twogolf.se">Vi st&ouml;djer</a>
              <ul>
                <li><a href="http://www.tee4twogolf.se">Tee 4 Two</a></li>
                <li><a href="team_tiara.html">Team Tiara</a></li>
                <li><a href="xocai.html">Xo&ccedil;ai</a></li>
              </ul>
            </li>
          </ul>
        </li>
        <li><a href="aktuellt.html">Aktuellt</a></li>
        <li><a href="VIP.html">VIP Kundklubb</a></li>
        <li><a href="kontakt.html">Kontakta oss</a></li>
      </ul>
      <div id="main">
      <canvas id="canvas1" width="775" height="270" style="background-color:#000000"></canvas>
      </div>
      <div id="left_column"><h1>440 m&#178 med mode!</h1><p>Vi hj&auml;lper dig<br /> hitta r&auml;tt<br />bland s&auml;songens<br /> modenyheter<br />f&ouml;r kvinnor<br /> i alla &aring;ldrar<br />fr&aring;n vardag<br /> till fest.</p><h2>V&auml;lkommen in!</h2></div>
      <div id="center_column">
    <canvas id="canvas2" width="420" height="570" style="background-color:#000000"></canvas>
      </div>
      <div id="right_column"><h1>Just nu...</h1>
      <p><h1>K&ouml;p tv&aring;<br /> plagg</h1><h2>betala</h2><h1> 1 krona</h1><h2>f&ouml;r det billigaste!<br /><br />Nu har vi <br />advents&ouml;ppet<br />p&aring; s&ouml;ndagar mellan<br />12-16:00 </h2>
      </div>
      <div id="footer"><p><img src="images/Tbana-liten.png" width="30" height="30" alt="Tbana symbol" />Odenplan, Karlbergsv&auml;gen 16, 11327 Stockholm. Tel: o8-343838<br />&Ouml;ppet tider: Vardagar 10-19:00, L&ouml;rdagar 10-16:00, S&ouml;ndagar 12-16:00.</p></div>
    </div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>

    Hello Eva,
    Have you found the solution, I have the same problem.
    If you share it. thanks

  • The same repeating frame ,but do not display in the same page

    i create a report,with the same repeating frame,some of its content show in one
    page,others in another page,why??
    how to solve this?

    hi,
    try this code.
    ls_fieldcat-fieldname = 'LIFNR'.
    ls_fieldcat-seltext_l = 'Vonder'.
      ls_fieldcat-key = 'X'.
      ls_fieldcat-fix_column = 'X'.
       ls_fieldcat-outputlen = 12.
      append ls_fieldcat to l_fieldcat.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
       EXPORTING
         IT_FIELDCAT                        = l_fieldcat.  " Pass the fielc cat here
    it must work.... and check out thels_fieldcat-fieldname  again.. you have to give the correct fielname in uppercase inside ' '.
    thankyou.

  • How to display content in same page when a custom command is clicked

    I have created a custom command and returned the following parameters in getLinkAttributes method but the content still opens in a window. How can I display the content in the same window/
    String editwindow = "open("iViewURL","windowName","javaScriptParam")";
    return new LinkAttributes(editwindow,"_self",true);
    Thanks in advance
    Vidya

    Hi,
    This is part of JPDK. You will have to install it. Which version of portal are you using? You can also try this out using
    URL portlet which is available with webview in 309.
    Thanks,
    Sharmila

  • Displaying information on 2 pages (reports)

    Hi,
    I want to print records on a report on 2 pages because in the first page there is no enough room, but on the 2nd page, I have a bug of display :
    Here is the bottom of the first page :
    http://img11.imageshack.us/img11/1504/49385417.png
    Here is the top of the page 2 :
    http://img11.imageshack.us/img11/2744/28844794.png
    I would want to get the "JADIX70" record line where I wrote it in red on the screenshot, because it's the master table, and in the first page, we didn't have enough room to put the last detail record.
    I would want to repeat the master record if there are at last 1 detail more missing for the next page.
    Edit : Here is the model on Reports Builder :
    http://img14.imageshack.us/img14/5793/repowp.png
    Edit : If this is not possible, I would want to remove the space between the Ref. etc. line and the "VERNIS" line.
    Edited by: Danicela on 27 avr. 2009 11:09

    I did it, in all the elements of "REF" line (ref, libref, libfou etc.) I selected "All" instead of "First Page" at the property "activation print object" (I have french version then my translation can be bad)

  • Dynamic select list display details on same page

    i have a select dropdown list that is showing products from a php msql database. When one of the products is selected from the list in need the details of that product displayed underneath the select list.
    here is what i have so far
    mysql_select_db($database_beau, $beau);
    $query_Recordset1 = "SELECT * FROM beaProdSizes, beauCat WHERE beaProdSizes.CatID = beauCat.catID";
    $Recordset1 = mysql_query($query_Recordset1, $beau) or die(mysql_error());
    $row_Recordset1 = mysql_fetch_assoc($Recordset1);
    $totalRows_Recordset1 = mysql_num_rows($Recordset1);
    ?>
    <select id="selectName" name="name">
                          <option value="Select Design">Select Design</option>
                          <?php
    do {
    ?>
                          <option value="<?php echo $row_Recordset1['name']; ?>"><?php echo $row_Recordset1['name']; ?></option>
                          <?php
    } while ($row_Recordset1 = mysql_fetch_assoc($Recordset1));
      $rows = mysql_num_rows($Recordset1);
      if($rows > 0) {
          mysql_data_seek($Recordset1, 0);
                $row_Recordset1 = mysql_fetch_assoc($Recordset1);
    ?>
                          </select>
    thanks in advance

    ok i want to make it using the php that you gave me, i have tried it but it doesnt seem to be working
    this is what i have:
    <?php
    if (!function_exists("GetSQLValueString")) {
    function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
      if (PHP_VERSION < 6) {
        $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
      $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
      switch ($theType) {
        case "text":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;   
        case "long":
        case "int":
          $theValue = ($theValue != "") ? intval($theValue) : "NULL";
          break;
        case "double":
          $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
          break;
        case "date":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;
        case "defined":
          $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
          break;
      return $theValue;
    $var1_Recordset1 = "-1";
    if (isset($_GET['CatID'])) {
      $var1_Recordset1 = $_GET['CatID'];
    mysql_select_db($database_beau, $beau);
    $query_Recordset1 = "SELECT * FROM beaProdSizes, beauCat WHERE beaProdSizes.CatID = beauCat.catID";
    if (isset($_GET['catID']) && is_numeric($_GET['catID'])) {
        $query_Recordset1 .= ' AND beauCat.catID = ' . $_GET['catID'];
    $Recordset1 = mysql_query($query_Recordset1, $beau) or die(mysql_error());
    $row_Recordset1 = mysql_fetch_assoc($Recordset1);
    $totalRows_Recordset1 = mysql_num_rows($Recordset1);
    ?>
    <div class="header" id="beauTitleBOX"><?php echo $row_Recordset1['catname']; ?></div>
            <div id="beauSelectBOX">
              <form id="FormName" action="" method="get" name="FormName">
                <select id="selectName" name="name">
                  <option value="Select Design">Select Design</option>
                  <?php
    do {
    ?>
                  <option value="<?php echo $row_Recordset1['catID']; ?>"><?php echo $row_Recordset1['name']; ?></option>
                  <?php
    } while ($row_Recordset1 = mysql_fetch_assoc($Recordset1));
      $rows = mysql_num_rows($Recordset1);
      if($rows > 0) {
          mysql_data_seek($Recordset1, 0);
                $row_Recordset1 = mysql_fetch_assoc($Recordset1);
    ?>
                </select>
                <input type="submit" name="button" id="button" value="select" />
              </form>
            </div>
            <div class="header" id="beauPrice"><?php echo $row_Recordset1['price']; ?></div>
            <div class="text" id="beauOtherContent"><?php echo $row_Recordset1['desc']; ?></div>

  • Header Information Repeating in the Same Page

    Hi Buddies,
    I have an issue with PO Print Report. I am trying to reapet the header information by using <?start:body?> after the header informaiton and <?end body?> before the footer informaiton.
    If i have two different headers, it displayed in the same page. For e.g I have po header details for PO 30124 and PO 30124-1. These two headers information displaying in all the pages and main body and footer informations goes to the next page.
    pls guide me how to solve this one?
    Regards
    Prabu

    Hi,
    Are you saying that you need conditional headers? If so, then use <?IF ...> statements.
    If your footer is not working correctly make sure your syntax is correct?
    Regards,
    Gareth
    Blog: http://garethroberts.blogspot.com/

  • Displaying database results on the same page

    I am relatively new to dynamic pages and have only just
    recently created a PHP SQL setup using Dreamweaver CS3. I have no
    issues in displaying items from a recordset on a page. I have even
    used the "Master detail page set" function in CS3 to have a small
    selection of records from my recordset on the page as reference
    points to then open up a detail web page showing all the records
    for that item. But this is not what I want to do.
    I have used CSS to created a two columm page, which I have
    then saved as a template (left sidebar and then main content on the
    right). The scenario is that the database has membership details. I
    want to be able to have the membership numbers displayed in the
    left sidebar, with the main content of the database record for that
    member displayed in the main section of the page. If I click on a
    different membership number in the left column I want the main
    content to change and display the records for that member.
    I guess what I am trying to say is I want the "Master detail
    page set" functionality but rather than opening a seperate web page
    for the detail, I want it displayed on the same page.
    As I said, I am new to dynamic pages. A way I thought of it
    being done was to use frames but I don't really want to do that as
    it means making up a whole new set of templates. Is there a simple
    way of doing this?
    Thanks in advance
    JJ

    http://java.sun.com/j2ee/1.4/docs/tutorial/doc/
    http://java.sun.com/docs/books/tutorial/javabeans/index.html
    http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Servlets.html
    http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/JSPIntro.html
    http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/JSPBeans.html
    http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/JSPTags.html
    http://java.sun.com/j2ee/tutorial/1_3-fcs/
    http://java.sun.com/developer/onlineTraining/index.html
    http://java.sun.com/docs/books/tutorial/index.html
    http://developers.sun.com/events/techdays/codecamps/index.html

  • How to create a field in an OAF page which sums two fields in the same page.

    Hi,
    In the HRMS appraisal page, I have two fields in different regions.
    1. One field shows the total score of the competencies.
    2. Another field shows the total scores of the objectives.
    The problem with the appraisal total score is it returns only the rating level id. (It does not take decimal values)
    Hence I want to add the above two fields which is displayed in the same page and show as a new field in the top of the page as the final appraisal score.
    [Something similar to what is mentioned in the metalink document 1315431.1 ]
    We are in 11.5.10.2.
    I am new to OAF and have no idea as to how to achieve the above step. Can anyone guide me in doing it?
    regards

    Hi,
    Went through the steps to do a VO substitution.
    But normally in all the examples given the page will belong to the application where we are modifying.
    Eg. in this case the "about this page" shows /oracle/apps/fnd/wf/worklist/webui/NotifDetailsPG
    This is coming under fnd top where all the appraisal VOs and other pages comes under PER_TOP.
    Should I bring all the files from FND_TOP of the server to my PC where jdev is installed.
    I have already taken all the files under $PER_TOP to my PC.
    regards

  • How to display mutiple form contents on the same page

    I have multiple forms for a same page,when i press submit in one form it has to go to next form,where both form contents should display on the same page.Can anyone post example code for this?
    Thnx in advance.

    I have multiple forms for a same page,when i press
    submit in one form it has to go to next form,where
    both form contents should display on the same
    page.Can anyone post example code for this?that's not how it works. when you press submit, the form data is submitted to the server. you can then forward the user to a page with another form, but what you're talking about doesn't make sense

Maybe you are looking for

  • Weblogic Server 6.1   IIS5

    I'm trying to configure IIS to run an application which uses the weblogic server. I have 2 servers. 1 is a webserver runnning Win2K IIS5. The other is an application server which is running BEA WebLogic Server 6.1, & other apps. I'm trying to allow a

  • Undefined __1c2N6FL_pv_

    I have a shared library built on Solaris 5.7 using CC: Forte Developer 7 C++ 5.4 Patch 111715-13 2003/12/11 with the following compile/link options CC -c -features=no%conststrings -g -xs -xarch=generic64 -KPIC \ -o etxctl.o etxctl.C CC -g -xs -xarch=

  • In MIGO , How to restrict the user to change the posting date?

    Hi All, In MIGO , I want the user to restrict from change in posting date i.e. user should not be able to change the posting date. The system should take to-day date only as a posting date. Thanks in advance. GP

  • Photos update causes hidden photos to appear in screensaver slideshow

    The upgrade to Photos caused me a few issues relating to hidden photos. First, I started seeing photos I had hidden appear in the screensaver. Then I went to find the hidden photos to re-hide them, but they seemed to be already hidden. Then I couldn'

  • Quicklink for WebDynpro application

    Hi everybody, I'd like to set up a quicklink to access my WebDynpro application as I can access for example the UME (http://<server>:<port>/useradmin) How can I build a URI like http://<server>:<port>/myApplication? thanks in advance regards Jan