Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default My Account Page

    Hi,

    I am currently building a small website that has got a restricted section for
    admins. All of it works fine exept for the "My account" page which is getting
    the account info from the first entry in the database and not the entry for the
    user that is loged in with the exeption of the first member. The site is using
    the Page is using a Recordset with Dynamic data fields getting the information
    and an update record function to send the data. is there any one

    Thanks,
    Spdrnnr
    Serverheaven.net

    Serverheaven Guest

  2. Similar Questions and Discussions

    1. Flash in XP Admin Account not Limited Account
      I am running Windows XP Pro & IE 7. I have set up 2 accounts: An Administrator Account and a Limited Account for the family. Flash works when...
    2. Account Locked Out - Cold Fusion Application Service running as Active Directory Domain Account
      Using Cold Fusion 7 Standard w/ IIS6. Cold Fusion Application Service is running as a domain account to access IIS home directory on another...
    3. Using LogonUser API in ASP.net with an account other than ASPNet account
      I am trying to use the LogonUser API function from ASP.Net. This works fine on my machine which is Windows XP but fails with error code 1314 on...
    4. Old Windows user account VS New windows user account ROUND 1
      Larissa; Her name is listed because her name was used when the profile was created. Create a new profile and copy the data to the new profile:...
    5. Calling a html page from an asp page then returning to the next statement on the original asp page
      Hi! I have an ASP page that calls excel to create a report. This works fine. Now I need to call a html calendar page to filter what rows are...
  3. #2

    Default Re: My Account Page

    Hi,

    Your recordset is always returning th efirst record on the database. This
    happens if you are not correctly passing values to the recordset filter on your
    recordset. Please take a look at the TechNote below.

    Search/results page set always returns the same record
    [url]http://www.adobe.com/go/tn_15761[/url]

    Thanks.



    AndrewDG-MMTS 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