hello!
lads and lass's that use the log in features in dw ultradev and mx, this
may come in useful.
i've been looking for a way i can log a user into a site and then find
out all there info based on they user id. the problem with the login
server behavior in ultra dev and mx is you loose all the info from the
form etc cos the form submits to itself. also the sql is set up to
select only the 'username', 'password' and 'level' columns (if your
defining an access level that is).
so a bit of mucking around and i think i got a way round. look at your
log in page and find the line:
MM_rsUser.Source = "SELECT USERNAME, PASSWORD"