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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 10507 - 10536 of 12403   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10507
At first, my batch was merely doing a "CD /D" to a network drive and then executing a special mail application. I was able to call this application directly...
Ross St. Clair
rcstclair1
Offline Send Email
Apr 1, 2005
12:09 pm
10508
Thanks for all your help getting the date into the date field - now how do I do it in reverse...I have a date in a date field and I want to be able to break it...
Adina Rosenbaum
elladir
Offline Send Email
Apr 1, 2005
3:46 pm
10509
... Aren't there Day(date), Month(date), Year(date) functions in VBScript that'll do that? manzo...
Paul Manzotti
heronoseven
Offline Send Email
Apr 1, 2005
6:46 pm
10510
Hi, I am trying to put tables side-by-side. The problem is, I have one table already built (static that has text boxes and button). I have a button on that...
Krishna, Hari
hkrishna@...
Send Email
Apr 1, 2005
7:44 pm
10511
... Well, to put two tables side by side you just nest them in another table: <TABLE> <TR> <TD><TABLE><TR><TD>FIRST TABLE DATA CELL</TD></TR></TD> ...
Chris Hagwood
chris_hagwood
Offline Send Email
Apr 1, 2005
7:55 pm
10512
Ross, You always get a "1" back because the running of the batch file succeeded. It wasn't necessarily going to tell you the internal commands' errorlevels. I...
David Horowitz
bonanddave
Offline Send Email
Apr 1, 2005
9:52 pm
10513
Try running your batch file like so: Dim oShell, oExec Set oShell = CreateObject("Wscript.Shell") Set oExec = oShell.Exec("your batch file path") ...
Ray at home
ray_at_place
Offline Send Email
Apr 1, 2005
11:07 pm
10514
Hi Hari, ... Using styles it's rather simple, and it won't FORCE the page to a certain width if the clients resolution just won't make it possible to have them...
Shawn K. Hall
shawn_ra
Online Now Send Email
Apr 1, 2005
11:51 pm
10515
Thanks for the suggestions, guys. If "1" does indicate a successful execution of the batch, that's fine. I thought a "0" meant that, but oh well. I'll be sure...
Ross St. Clair
rcstclair1
Offline Send Email
Apr 2, 2005
4:17 pm
10516
I am new to Flash, and am looking for a book to incorporate Flash with ASP/ASP.Net Thanks Jill...
Jill Coleman
jill_coleman...
Offline Send Email
Apr 4, 2005
8:23 am
10517
I have come across a problem and wonder if anyone can explain why this might be happening. One of my programs uses the value of a query string to determine...
GLSmyth
Offline Send Email
Apr 5, 2005
12:49 pm
10518
Can you show us the code that creates the recordset and then loops? Dan ... From: GLSmyth [mailto:XDPMFPCGVUFB@...] Sent: 05 April 2005 13:48 To:...
Dan Powderhill
danaspelite
Offline Send Email
Apr 5, 2005
12:57 pm
10519
George: I am not sure exactly what you are doing: but if you are always expecting a value in the QueryString: before you do a query on the database: check...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
Apr 5, 2005
1:02 pm
10520
Dan - A code example follows: strSQL = "Select Comp, Web From tblComp Where SA" & SACCNum & " = 'Y'" objCommand.CommandText = strSQL Set objRec =...
GLSmyth
Offline Send Email
Apr 5, 2005
2:33 pm
10521
Andy - The correction was simple, since there are a limited number of columns I just look for them, and if I do not find a match then I redirect the user to...
GLSmyth
Offline Send Email
Apr 5, 2005
2:39 pm
10522
That's very strange. objRec should equal Nothing if no rows are returned, which is confirmed here :- ...
Dan Powderhill
danaspelite
Offline Send Email
Apr 5, 2005
2:51 pm
10523
Always, always, validate a query string before you use it for anything. Anyone could have fudged the URL. To help with this, I recommend always making your...
David Smart
smartware_co...
Offline Send Email
Apr 5, 2005
10:04 pm
10524
Two thoughts here ... - What precisely was the generated SQL? You'd need to print it and have a look at it. I would suspect that it inadvertently became...
David Smart
smartware_co...
Offline Send Email
Apr 5, 2005
10:06 pm
10525
Are you positive a recordset is returned? Do you actually see outputs of something like: <tr> <td></td> <td><a href="http://"></a></td> </tr> in your html...
shortestpath
Offline Send Email
Apr 5, 2005
11:04 pm
10526
Do you have "0n error resum e next" anywhere above your code? ... From: GLSmyth [mailto:XDPMFPCGVUFB@...] Sent: 05 April 2005 3:32 To:...
Adrian Forbes - ITD
aidy_forbes
Offline Send Email
Apr 6, 2005
8:56 am
10527
Just to make sure that I am clear, the problem is not that I do not understand why this is generating such a problem. I have already set up a fix for the...
GLSmyth
Offline Send Email
Apr 6, 2005
2:12 pm
10528
Hi, I have a question. I have this code... <a href="www.google.com">Click here for google</a> Click on the link and it will open google.com in the same window....
Krishna, Hari
hkrishna@...
Send Email
Apr 7, 2005
7:50 pm
10529
Google or Yahoo in the new window? ... From: Krishna, Hari [mailto:hkrishna@...] Sent: April 7, 2005 3:50 PM To: 'active-server-pages@yahoogroups.com' ...
Cadieux.Tim@...
tim_cadieux
Offline Send Email
Apr 7, 2005
7:56 pm
10530
Google in the same window and yahoo in a new window. ... From: Cadieux.Tim@... [mailto:Cadieux.Tim@...] Sent: Thursday, April 07, 2005 2:57 PM To:...
Krishna, Hari
hkrishna@...
Send Email
Apr 7, 2005
7:57 pm
10531
Hari: I would use JavaScript with an OnClick event. You can redirect to the same window (document.location.href = 'http://www.google.com') and also do a ...
Mills, Andy R. (Regen...
mtdewisgreen
Offline Send Email
Apr 7, 2005
7:57 pm
10532
<a href="http://www.google.com">Click</a> here will only open google. You can do a frames page on your server that opens google in a frame and have a ...
bobfilipiak
Offline Send Email
Apr 7, 2005
8:21 pm
10533
Hi, Use this simple script: <script type="text/javascript"> function gy() { window.open("http://www.yahoo.com/"); window.location = "http://www.google.com/"; }...
M Kamran Adam
mkamranadam
Offline Send Email
Apr 8, 2005
5:01 am
10534
Dear all, I'm trying to have ADO connection to access excel sheet to my ASP Page. connection string is "Provider=Microsoft.Jet.OLEDB.4.0;Data...
Leema Roselin
roselin_leema
Offline Send Email
Apr 8, 2005
5:23 am
10535
Hi Leema, ... Try this: "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=""C:\My Excel.xls"";Extended Properties=""Excel 8.0;HDR=Yes;IMEX=1""" Note the doubling...
Shawn K. Hall
shawn_ra
Online Now Send Email
Apr 8, 2005
5:38 am
10536
... It works??? -- ... [Non-text portions of this message have been removed]...
Osman Erdogan
prosint2003
Offline Send Email
Apr 8, 2005
8:15 am
Messages 10507 - 10536 of 12403   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