C
chrispl
Hi,
I'm using Frontpage 2003.
I've gone through Microsoft Doc Q321439 and my web page now asks me t
login. It appears to display the username as <%=session("uid")%>
I've created a hidden field which has an initial value o
<%=session("uid")%>, and if I map this hidden field back to th
database, it displays the correct value. In this case "Chris"
On my page I have a field which displays database results. It has
drop down and if i do a simple select, it displays records, I ca
select one, and it writes the data back to a results table.
I want to add a criteria to this field that says something like WHER
[Manager Code] = ::HiddenFieldName:: but as soon as I apply thi
criteria, I get no records back. What am I doing wrong?
Thanks, Chris
I'm using Frontpage 2003.
I've gone through Microsoft Doc Q321439 and my web page now asks me t
login. It appears to display the username as <%=session("uid")%>
I've created a hidden field which has an initial value o
<%=session("uid")%>, and if I map this hidden field back to th
database, it displays the correct value. In this case "Chris"
On my page I have a field which displays database results. It has
drop down and if i do a simple select, it displays records, I ca
select one, and it writes the data back to a results table.
I want to add a criteria to this field that says something like WHER
[Manager Code] = ::HiddenFieldName:: but as soon as I apply thi
criteria, I get no records back. What am I doing wrong?
Thanks, Chris