login to personal profile help me

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

  1. #1

    Default login to personal profile help me

    Hi I am creating a system for my disseratation where a user logs in to a system
    using dreamweaver i have done this using server behaviour>user
    authentication>log in user on the server behaviour tab in the applications
    window.
    How do i get this to allow users to edit their rown records which are saved on
    the same database (same table) which stores their log in details please help a
    very distressed student

    newflashboi Guest

  2. Similar Questions and Discussions

    1. login and update personal data with PHP
      I have created a loginpage and want to let the user change/update his own data. Is there a template for that? I use MySql and php. Login works fine....
    2. Personal Web Server Help Please
      I currently want to install IIS on Windows 98 so I guess I want to install Personal Web Server. I cannot find a down load on Microsoft's site. I...
    3. Let's get personal!
      Which star sign were you born under? :-) Best regards, Linda Rathgeber ---------------- Victoriana |...
    4. No More Personal E-mail Please
      Yeah, I have changed mine too a couple of times now. Tom Unger wrote: -- Kind regards, Coen Naninck
    5. Personal web manager
      Does anyone know anything about the Personal web manager on windows XP pro
  3. #2

    Default Re: login to personal profile help me

    When you use the Login behaviour a Session is created, MM_Username, you can use
    this to filter your records if each visitors record contains the Username.

    You would set a recordset on the page for editing to filter on Session
    MM_Username.

    Originally posted by: newflashboi
    Hi I am creating a system for my disseratation where a user logs in to a
    system using dreamweaver i have done this using server behaviour>user
    authentication>log in user on the server behaviour tab in the applications
    window.
    How do i get this to allow users to edit their rown records which are saved on
    the same database (same table) which stores their log in details please help a
    very distressed student



    CarlGrint Guest

  4. #3

    Default Re: login to personal profile help me

    where do i set the new behaviour on th epersonal profile page or the login
    page. where can i find ht session called mm username. i'm a beginner to using
    macromedia prodcuts and am finding it difficult to do the simplest of tasks i
    hvae managed to try an ddo everything you have suggested but still no luck,
    when i do this shouldnt something come up where records can be editted how will
    the records be editted. when i tried this nothng happened could you please
    explain it furtherin a bit more detail regards

    newflashboi Guest

  5. #4

    Default Re: login to personal profile help me

    You said you had already started to use to the Login behaviour..?

    You just need to create a recordset on a page following your login page to
    filter by Session MM_Username, that way whatever the Username the visitor logs
    in as will filter the recordset and enable you to show their details, and if
    you want provide an Edit form.

    Originally posted by: newflashboi
    where do i set the new behaviour, is it on the personal profile page or the
    login page. where can i find the session called mm username. i'm a beginner to
    using macromedia products and am finding it difficult to do the simplest of
    tasks i have managed to try and do everything you have suggested but still no
    luck. i have tested the MM_Username thing and it only shows records for the
    opnes enterred on the test bit but how do i get the records to be shown on the
    personal profile page

    when i do this shouldnt something come up on the personal profile page where
    records can be editted. if not how will it be possible for users to edit ther
    records. when i tried this nothng happened could you please explain it further
    in a bit more detail
    regards

    If the latter is more difficult then ill disregard it so along as a person can
    see their personalprofile when they log in



    CarlGrint Guest

  6. #5

    Default Re: login to personal profile help me

    ok so when im in my personal profiel page i create a new recordset i call it
    whatever recordset1 the connections is the connection which has already been
    established with the system, then i select what columns the user can change
    i.e. everyhting apart from user id then i come to the filter stage in the first
    combo box i have all the fields in my table i'm guessing i select username from
    that then i have another one with = etc <> etc.etc. so i selected = then as you
    said the variable there are so many to choose from i have chosen application
    vriable and tried it with all of the others too. then there is an empty box
    into this i have typed MM_Username i have typed in nothing for sort, but
    nothing comes up on the personal profile page shouldnt a list of text and
    textfields come up??

    newflashboi Guest

  7. #6

    Default Re: login to personal profile help me

    You need to select the field which contains your Username, then = then Session
    then enter MM_Username


    Originally posted by: newflashboi
    ok so when im in my personal profiel page i create a new recordset i call it
    whatever recordset1 the connections is the connection which has already been
    established with the system, then i select what columns the user can change
    i.e. everyhting then i come to the filter stage in the first combo box i have
    all the fields in my table i'm guessing i select username from that then i have
    another one with = etc <> etc.etc. so i selected = then as you said the
    variable there are so many to choose from i have chosen application vriable and
    tried it with all of the others too. then there is an empty box into this i
    have typed MM_Username i have typed in nothing for sort, ive inserted an update
    record application here which is licked to recordset 1 is this correct i kep
    getting an error when i run it which says

    ADODB.Field error '800a0bcd'

    Either BOF or EOF is True, or the current record has been deleted. Requested
    operation requires a current record.




    CarlGrint Guest

  8. #7

    Default Re: login to personal profile help me

    thank you very much for your help it has been much appreciated i will be sure
    to acknowledge your help in my acknowledgements when i submit my report. I
    found my error i just didn't read you first reply properly as you said it was a
    session variable which i needed to call MM_Username, thank you
    regards
    A delighted student

    newflashboi Guest

  9. #8

    Default Re: login to personal profile help me

    I have another problem which is similar to this but a little different i need
    to have a page where users can click to see a list of users which are relevant
    to that area for example if i click on a computer science builing i am taken to
    the computer science page where there is a list of people who put in computer
    science as their building when registering to the databse. I have created
    another recordset filtering to only show users that have signed up to computer
    science which works fine, however i am having some problems with the master
    detail page set with this the master page acknowledges the existence of people
    with a computer science field however the detailed pageset however when i click
    on their name to go forward it says there are none. i get the same error
    message as before

    ADODB.Field error '800a0bcd'

    Either BOF or EOF is True, or the current record has been deleted. Requested
    operation requires a current record.


    newflashboi 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