Hi,
I'm transferring my Outlook 2000 accounts from one machine to another. I have exported each account to an .iaf account.
When I try to import the file into the other Outlook program I get an error (a problem occurred) that's really all it says.
I don't see any other type of export...
Hi,
I had some code generated by ultradev and I'm trying to put it inside a conditional statement. Because it has some asp brackets within it, I can't seem to get it to work.
This is the code:
<A HREF="allrec.asp?<%= MM_keepNone & MM_joinChar(MM_keepNone) & "Qid2=" &...
Paul,
Thanks. I can get the font to change colors. I can't get it to blink (in IE).
I also cant get the background to change color.
It comes out in text code on my form, rather than asp.
I did put it in brackets <% %> but still, it's weird.
I'll keep messing with it.
Hi,
Working with
if afield = "1" then
response.write("<FONT = 'RED'>Hello</Font>")
end if
This works to change the font to red if afield = "1"
Is there a way to change the cell background color as easily?
I tried bold <b> </b> and that worked too, but I...
Hi,
I have a checkbox. Woo!
When I open the page it defaults to checked.
When I submit the page (though checked) the value stored is still "N".
This is an access database.
When I uncheck it and then check it again, it stores it correctly.
I'm missing something here, as usual. Any...
Hi,
Wondering how to put " in an output text file.
writeline(""") doesnt work, so there must be another way.
I'm trying to get delimited text output ie. "field","field2" etc.
Thanks.
Thanks to all.
Boy don't I feel stupid. I didn't know that session variables were cookies store on the user machine, I thought they were stored on the server until the end of the session. Sigh...
Well, if I'm going to use cookies anyway, I may as well just set one and get on with it.
WHY...
It was a session variable I was using to store the key to the record.
I have extended the timeout period using session.timeout = 60. I'm hoping that will prevent too much trouble.
I guess I could use a cookie but if someone has their browser refusing cookies, then that would be bad.
Do you...
I didn't have the set rs = nothing or set con = nothing. I'll add that to be safe.
The text that follows is:
Either BOF or EOF is true, or the current record has been deleted. Requested operation requires current record.
The error message points to this line in the code...
Thank you again. And I agree about the defensiveness (not that I always do it).
It's weird to me that it is happening. There is no way for the record to be deleted. Not possible. Also, I can access the record if I log in again.
Could this have something to do with my using session...
Gerard,
Thanks. I didn't know I had to.
The record set shouldnt BE empty though. Basically, it is pointing at a valid record. Then I wait awhile, hit refresh and poof, error.
I was wondering if this is normal behavior and if I'm just timing out.
I have a web using asp that I'm developing on my local machine using MS Personal Web Server.
Everything works (well, usually ;)) but when I let the browser sit for a bit, and then refresh the page, I get the error ADODB.Field...
I have a listbox. (used ultradev to create it)
If I bind it to the field it shows the values in the list box when displayed.
g is value for grapes, b is value for bananas
Displays on web page:
___________________
Select One or More
grapes
bananas
oranges
g,b
___________________
I don't want...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.