Ask a Question related to Dreamweaver AppDev, Design and Development.
-
newflashboi #1
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
-
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.... -
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... -
Let's get personal!
Which star sign were you born under? :-) Best regards, Linda Rathgeber ---------------- Victoriana |... -
No More Personal E-mail Please
Yeah, I have changed mine too a couple of times now. Tom Unger wrote: -- Kind regards, Coen Naninck -
Personal web manager
Does anyone know anything about the Personal web manager on windows XP pro -
CarlGrint #2
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
-
newflashboi #3
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
-
CarlGrint #4
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
-
newflashboi #5
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
-
CarlGrint #6
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
-
newflashboi #7
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
-
newflashboi #8
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



Reply With Quote

