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=" &...
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.
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...
I have a listbox.
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 the values to show to my...
Hi,
I'm a newbie. I have multiple lines of asp code:
ie.
<% if inStr(myvar,"A") then Response.write("selected") End if %>
<% if inStr(myvar,"B") then Response.write("selected") End if %>
<% if inStr(myvar,"C") then...
Hi,
I had gotten some help on this previously but I'm still not able to figure it out.
I have the following listbox (I abbreviated it for the forum) with all 50 states.
I allow for multiple selection. When a user clicks more than one state they are highlighted (if ctrl is down). That works...
I'm trying to do "a little" site protection. I have this code on a page which I only want accessed from a page on my site. I want the javascript to check that it came from there. If it did load the page, if it didn't, go to an alternate page.
I am coming from the correct page and it...
Hi,
This may be a dumb question, but I'm having trouble understanding the behavior of listboxes. I have a list of say 3 items: Bananas
Apples
Grapes
I wish to allow mutliple selections and I can do that no problem.
I set the values for Bananas at B...
Hi,
I have a list/menu field that allows multiple choices when chosen.
Should my user wish to edit these choices on an update page, I would like to present the choices they have made by showing the very same list box with the values highlighted as when they made their choices. Possible...
Hi,
I'm using checkboxes. When I click the checkbox, and hit submit, it correctly stores the value "Y" to the access database table.
When I go back to the record on an update asp page, the value is not checked, though the underlying value in the table is "Y".
I'm sure...
Hi,
This may sound stupid, but what the heck.
I have an asp page that inserts a record into one file. Because it creates a key (autoincrement field), I need that key to keep another table in sync. Since the key doesn't exist until it is commited, I cant do both at once.
question:
Can I...
Hi,
Can I pass 2 values in the url?
ie. www.mypage.com/myasppage.asp?Qid=1234?email=me@myhost.com
Is this possible and what is the correct syntax?
Thank you.
Puterdude
Hi,
I would like to load a field with a session variable on a form that updates a record.
I have the field on the form as an input field.
<%RS_update.field("QID") = Session("Sqid")%>
I am not sure where to put this or if it will work. When I try it I get an error message...
Hi,
I have a form with 15 fields on it. They are validated with javascript for numeric values only which is okay. I would like to be able to check the values against a table to make sure they are valid prior to them being accepted.
The record is already created in a previous screen, with...
Hi,
I'm trying to insert a record into a table from a form. That works fine. Problem is I would like to simultaneously insert a record into another table using hidden fields and only 1 submit button for both. I dont even want the user to know he is creating the second record. Not being...
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.