I keep getting this error message, even though call_header slide is selected from a drop down on the preious page!!!
Field 'call_header.Slide' cannot be a zero-length string
We're not Miss Cleo. You're going to have to post your code.
Was this answer helpful ?
Yes No
you probably don't have any value for the selected option. post your code and we shall see...
Was this answer helpful ?
Yes No
hej Missy, what about ALL these red headed posts?? Are you in a kind of hurry??

Was this answer helpful ?
Yes No
Yu could say that....I need this finished and a report completed by tomorrow!! Thankfully...it's pretty much all working now...just need to make it more robust...like adding session variables...that kinda stuff!!
Was this answer helpful ?
Yes No
so that means you solved all the problems/questions you posted so far?? cool!

Was this answer helpful ?
Yes No
Yeah...thank you again...alot of them result from something so small...but it's my inexperience that means solving them takes forever!! I'm learning though!!
Was this answer helpful ?
Yes No
Quote:
| Originally Posted by MISSYK77 Yeah...thank you again...alot of them result from something so small...but it's my inexperience that means solving them takes forever!! I'm learning though!! |
Trial and Error is the best way to learn....

Was this answer helpful ?
Yes No
Quick question...don't wanna start a whole new post...getting paranoid!!
What's missing here? This is my page I have included on each of my pages to check user is logged on!!
<code>
<%
if session.Contents("user") <> "" then
Response.Redirect
else
Response.Redirect "Logon.asp"
Response.End
end if
%>
</code>
I know there should be something after the response direct...but i don't know what!!
Was this answer helpful ?
Yes No
Was this answer helpful ?
Yes No