A recursive form-- I never would have thought of that. I like that idea a lot, since there's not form data to transmit. Very clever.
I am going to have to think on how best to handle the flag. I am a little unsure why you recommend using the local variable. Why wouldn't I just be able to use...
Hello all,
Hoping you can give me some opinions on how best to handle some session variables. I don't want to be too long-winded about this, so I am going to skip the long drawn out explanation of what I am trying to do and just boil this down to my dilemma.
Say I have a web application that...
Excellent, thank you.
Taking out the lines you said not only got rid of the errors, it also made the code work. Pressing 1 takes me to google, 2 to yahoo.
This is exactly what I want. I will just adapt it for my application.
Thank you so much,
Ann
If I could get this to work, I think this would be what I want. The key values show up really nice-- that was a good idea. I changed the values in your code to 49 and 50, but I just get error messages, no matter what key I press.
Not sure what the problem is. Also, could you please explain what...
Hello all.
I have a little Internet application (ASP pages, SQL database, that sort of thing). After a user logs in, they are taken to a welcome page from which they can do any number of things by clicking on links for different ASP pages.
I got a user request recently and I have no idea if it...
Hello all.
I have a little Internet application (ASP pages, SQL database, that sort of thing). After a user logs in, they are taken to a welcome page from which they can do any number of things by clicking on links for different ASP pages.
I got a user request recently and I have no idea if it...
Hello all,
I am getting the following error when calling MovePrevious:
ADODB.Recordset (0x800A0C93)
Operation is not allowed in this context.
What I'm trying to do is fill in some variables:
CurrentContact
LastContact
NextContact
I have a Recordset called Contact that I am trying to move...
Thank you. I love the way everyone is so willing to help out here. I will try out your solution when I have a chance and let you know how it worked.
I very much appreciate the help.
Thanks,
Ann
It may sound cheesy, but I got started with ASP for Dummies. It was a perfect, quick introduction. It let me get the basics down and then when it was time to do my actual coding, I used some of the web sites listed above to fill in the small gaps in my knowledge.
There is no substitute for...
Got something that works in VBScript now. Thanks for the help.
Ann
app.Selection.TypeText testvar
app.Selection.TypeParagraph
WITH app
.Documents.Add
.ActiveDocument.BookMarks.Add "beginning", .Selection.Range
.Selection.TypeText testvar...
Microsoft does not support automation on the server side in a client-server environment. They claim it was never designed to work that way and that you can hang things up if you end up doing something that would require interaction.
I managed to get server-side automation to work once and then...
I've gotten the := problem solved, but I am still hung up on the aWord part.
For some reason, aWord is not working at all, even though it works just fine when I paste it into a macro in Word and run it from there.
I've tried testing it several different ways and still no luck. (Yet everything...
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.