"Show If" don't seem to be working

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

  1. #1

    Default "Show If" don't seem to be working

    Hi All

    Has anyone ever come across a problem with your "show if record is empty"
    not working. I apply it to text I want to show if record is empty and select
    the appropriate recordset but when run in the browser I get famous empty
    record error.

    Error Type:
    ADODB.Recordset (0x800A0BCD)
    Either BOF or EOF is True, or the current record has been deleted. Requested
    operation requires a current record.
    /searchlist.asp, line 132

    Any ideas????

    Bill


    Bill Guest

  2. Similar Questions and Discussions

    1. #39052 [NEW]: pdo::query with "show slave/master status"
      From: xing at mac dot com Operating system: Linux PHP version: 5.1.6 PHP Bug Type: PDO related Bug description: pdo::query...
    2. #39052 [Opn->Fbk]: pdo::query with "show slave/master status"
      ID: 39052 Updated by: tony2001@php.net Reported By: xing at mac dot com -Status: Open +Status: ...
    3. Make datagrid show "Loading" until data is ready
      Well, as you can see, I have a simple datagrid, which shows a list of customers, depending on their rating. I want to know if when the user clicks...
    4. Domain does not show up as a "location" for choosing users (server 2003)
      I have a windows 2003 server. I added a new Windows 2003 server as a member server. However when I try to set permissions on a folder on this 2003...
    5. Javascript menus show "under" .SWF files need Netscape code!
      I recently found the parameter code to allow Javascript menu's to display "Over" a .SWF file, however it only works in the Internet Explorer browser....
  3. #2

    Default Re: "Show If" don't seem to be working

    I have generally found that the times it did not work was when I had
    referenced the recordset on another part of the page, and forgot to wrap
    that in its own SB

    --
    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]

    "Bill @gmail.com>" <bill.betournay<SpamTrap> wrote in message
    news:d46vcn$3aj$1@forums.macromedia.com...
    > Hi All
    >
    > Has anyone ever come across a problem with your "show if record is empty"
    > not working. I apply it to text I want to show if record is empty and
    select
    > the appropriate recordset but when run in the browser I get famous empty
    > record error.
    >
    > Error Type:
    > ADODB.Recordset (0x800A0BCD)
    > Either BOF or EOF is True, or the current record has been deleted.
    Requested
    > operation requires a current record.
    > /searchlist.asp, line 132
    >
    > Any ideas????
    >
    > Bill
    >
    >

    Paul Whitham TMM Guest

  4. #3

    Default Re: "Show If" don't seem to be working

    It turned out to be the connection. I've never seen this before but I had
    been using a DSNless connection. As soon as I setup a ODBC connection away
    it went.

    BIll


    "Bill @gmail.com>" <bill.betournay<SpamTrap> wrote in message
    news:d46vcn$3aj$1@forums.macromedia.com...
    > Hi All
    >
    > Has anyone ever come across a problem with your "show if record is empty"
    > not working. I apply it to text I want to show if record is empty and
    > select the appropriate recordset but when run in the browser I get famous
    > empty record error.
    >
    > Error Type:
    > ADODB.Recordset (0x800A0BCD)
    > Either BOF or EOF is True, or the current record has been deleted.
    > Requested operation requires a current record.
    > /searchlist.asp, line 132
    >
    > Any ideas????
    >
    > Bill
    >

    Bill 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