Can include both master/detail page and a search pagethat uses the same database

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Can include both master/detail page and a search pagethat uses the same database

    I first created a Master/Detail page. I then created a seperate page that
    searches a database and displays the results from it. Both these are working
    fine individually. When i included both in the same page and tried to view in
    the browser it gives me page can't be displayed and also HTTP 500 - Internal
    server error.

    siri10 Guest

  2. Similar Questions and Discussions

    1. Bug: Master-Detail Page throwing blanks randomly
      We are facing a very unique and rather annoying bug in our Flex project. The bug happens only on our Test servers and ran w/o issues on developer...
    2. Two cfgrids acting as master/detail page
      I want to create a master/detail sheet using two cfgrids in the same form, one on top of the other. How do I bind the display of the second grid...
    3. Master Detail Page Problem
      Hi, could anyone please help with a problem I've encountered. I have set up a master detail page using Dreamweaver's 'Insert Master Detail...
    4. master/detail page problem
      Hi Everyone I am having some problems with a master detail page i have set up to catalogue brochures from my site. On my master page...
    5. master/detail page links
      Help please, I've created a master/detail page no problem but on the master page I only want the link to the detail page to be active if there is...
  3. #2

    Default Re: Can include both master/detail page and a search page that uses the same database

    You need to wrap any display code for the list and the details in "Show if
    Recordset is not empty" behaviours

    --
    Regards

    Paul Whitham
    Macromedia Certified Professional for Dreamweaver MX2004
    Valleybiz Internet Design
    [url]www.valleybiz.net[/url]

    Team Macromedia Volunteer for Ultradev/Dreamweaver MX
    [url]www.macromedia.com/support/forums/team_macromedia[/url]

    "siri10" <webforumsuser@macromedia.com> wrote in message
    news:d3eit6$ne9$1@forums.macromedia.com...
    > I first created a Master/Detail page. I then created a seperate page that
    > searches a database and displays the results from it. Both these are
    working
    > fine individually. When i included both in the same page and tried to view
    in
    > the browser it gives me page can't be displayed and also HTTP 500 -
    Internal
    > server error.
    >

    Paul Whitham TMM Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139