Search the web
Sign In
New User? Sign Up
active-server-pages · Active Server Pages Developers' List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 9292 - 9321 of 12395   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9292
OK, anyone have a good method to print web pages server-side? [Non-text portions of this message have been removed]...
Chris Hagwood
chris_hagwood
Offline Send Email
Jun 2, 2004
12:02 pm
9293
Chris: If I understand what you want: the only way I have found to accomplish this is with a component. Thanks Andy...
Andy and Kim Mills
historynut13
Offline Send Email
Jun 2, 2004
12:14 pm
9294
First why? You will need to shell out and execute a command. OTTOMH you could use the file system to create the file you want to print and then shell out and...
bobfilipiak
Offline Send Email
Jun 2, 2004
12:17 pm
9295
... Users are in cars, outside the network, on a very slow connection. They would pull up a "daily report" of their calls, print them, then when they walk...
Chris Hagwood
chris_hagwood
Offline Send Email
Jun 2, 2004
12:36 pm
9296
Have you thought about sending them a html formatted email or as a .csv attachment? Not as simple as walking in and tearing off a report since they would have...
bobfilipiak
Offline Send Email
Jun 2, 2004
4:03 pm
9297
Hi guys... I was REALLY doing fine...until I had to add the Response.Write into the mix...now I'm lost (again...forever?) in the mad quote mix. ...
Dian Chapman
dianchapman
Offline Send Email
Jun 3, 2004
6:38 pm
9298
... You are already in a vbscript section, so no need for the opening tags again. <%Response.Write("<a ...
Paul Manzotti
heronoseven
Offline Send Email
Jun 3, 2004
6:42 pm
9299
Hi Dian, You have a <% %> mixed in with a Response.Write. Look at it like so: <% Response.Write "value=<%=variableName%>" %> Can you see why that's invalid?...
Ray at work
ray_at_place
Offline Send Email
Jun 3, 2004
6:46 pm
9300
Thanks! Dian ~ ... into ... I ... it! ... Response... ... =RS ... tags ... & RS...
Dian Chapman
dianchapman
Offline Send Email
Jun 3, 2004
7:12 pm
9301
Thanks, Ray!! JUST when I think I "'"get it"'"...I screw it up again...but I do think I understand this one and that is ALMOST what I tried...just a dumb...
Dian Chapman
dianchapman
Offline Send Email
Jun 3, 2004
7:13 pm
9302
Hello all, In my recent absence from the internet world the server I managed before has fallen far below par and the current admin/owner of the box is 'less...
Shawn K. Hall
shawn_ra
Online Now Send Email
Jun 6, 2004
4:26 am
9303
... Welcome back. :] Have you looked at Server Matrix? I have a dedicated server that I have full control over. $99/month. I opted for 2000, since I...
Ray at home
ray_at_place
Offline Send Email
Jun 6, 2004
4:37 am
9304
hi all, need help to convert numbers and currency values to english in ASP a l i...
aliadon
aliadon@...
Send Email
Jun 7, 2004
7:26 am
9305
Hi a l i, Assuming this is what you mean, http://www.aspfaq.com/show.asp?id=2274. Ray at home...
Ray at home
ray_at_place
Offline Send Email
Jun 7, 2004
11:51 am
9306
Dear All, Having some problem read strings form a access db. The string consists of several words devided by spaces. Only the first word is put into my...
jesper_vinther
Offline Send Email
Jun 8, 2004
2:23 pm
9307
I assume you are doing something like this; <input type=hidden name=MyString value=<%=rs("myfield")%>> If so you need the value to be in quotes <input...
Adrian Forbes - ITD
aidy_forbes
Offline Send Email
Jun 8, 2004
2:37 pm
9308
I have a database with 2 tables. Table1.userid (a list of users) Table2.fldDate is a log of when users login. I use a dropdown list from table1.userid to see...
jenksonu
Offline Send Email
Jun 8, 2004
7:51 pm
9309
What kind of database? Ray at work...
Ray at work
ray_at_place
Offline Send Email
Jun 8, 2004
7:55 pm
9310
WOW. Thanks Ray. You save my day. a l i ... From: "Ray at home" <listray@...> To: <active-server-pages@yahoogroups.com> Sent: Monday, June 07, 2004...
aliadon
aliadon@...
Send Email
Jun 9, 2004
1:44 am
9311
This should work: Select table2.* from table2 inner join table1 on (table2.fldusername = table1.userid) where table1.userid='" & sUserId & "' and where...
Eric Goforth
e_goforth
Offline Send Email
Jun 9, 2004
1:45 am
9312
... Access mdb...
jenksonu
Offline Send Email
Jun 9, 2004
7:58 am
9313
Here is my full code. I now get (missing operator) in query expression 'table1.userid='crollins' and where table2.fldDate ... dbRs.Open "Select table2.* from...
jenksonu
Offline Send Email
Jun 9, 2004
8:36 am
9314
Not "... and where ..." just "... and ...". I think you'll also need to surround your date literal with # rather than ' - assuming it's Access. You should...
David Smart
smartware_co...
Offline Send Email
Jun 9, 2004
9:31 am
9315
I'm wanting to limit the count by date, like 30 days and not max. Any help would be great. Here is my code "SELECT table2.fldusername,...
jenksonu
Offline Send Email
Jun 9, 2004
11:15 am
9316
That worked great... Thanks ... rather than ' - assuming it's Access....
jenksonu
Offline Send Email
Jun 9, 2004
11:59 am
9317
I'm having trouble understanding what you're after here. Is it simply that you want to only look at records where fldDate is in the last 30 days? You should...
David Smart
smartware_co...
Offline Send Email
Jun 9, 2004
1:48 pm
9318
Dear friends: I have an issue. I have developed a form with a login form and multiple menus forms. Based on the user ID and password the user get an...
Arnnie Martinez
arnniemartinez
Offline Send Email
Jun 9, 2004
4:18 pm
9319
Throw in some response.write's and see what values are coming back both times to find any differences. If this doens't work, post more details on how you...
Mark E
meckeard2000
Offline Send Email
Jun 9, 2004
5:30 pm
9320
Anybody knows how to read an RSS Feed's XML of an external site using ASP and without the use of XSL? I searched on the web but all of them uses XSL. Thanks....
droa76
Offline Send Email
Jun 9, 2004
7:06 pm
9321
Hi, My client hosts their website at an ISP. (win2k) They have an Access DB on their local network. We would like an ASP page on the website to interact with...
Thierry Lavallée
synerginov
Offline Send Email
Jun 10, 2004
12:08 am
Messages 9292 - 9321 of 12395   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help