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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 5355 - 5384 of 12403   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5355
Hello good people anybody know how i can get one of those fancy "loading....please wait" screens while my asp is beeing processed?? or is it javascript? ...
Niels Bieze
nrbieze@...
Send Email
May 1, 2003
11:17 am
5356
Buffer your output and do something like this :- ' - Write out your "loading..." text and flush the buffer so it gets displayed before you doing any processing...
Powderhill, Daniel
danaspelite
Offline Send Email
May 1, 2003
11:22 am
5357
I enclose a simple pre-loader wrote in JavaScript. Could be useful. []'s, Marcelo Franco http://www.industriavirtual.com.br ... Hello good people anybody know...
Industria Virtual
industriavir...
Offline Send Email
May 1, 2003
12:31 pm
5358
Grrrrrrreat! thanks guys!...
Niels Bieze
nrbieze@...
Send Email
May 1, 2003
1:04 pm
5359
Can anyone find out what is wrong witht his SQL command ? <% Dim registered Dim registered_numRows Set registered = Server.CreateObject("ADODB.Recordset") ...
Bhagyashri Shinde
s_bhagyashri
Offline Send Email
May 1, 2003
3:08 pm
5360
Can anyone find out what is wrong witht his SQL command ? <% Dim registered Dim registered_numRows Set registered = Server.CreateObject("ADODB.Recordset") ...
Bhagyashri Shinde
s_bhagyashri
Offline Send Email
May 1, 2003
3:09 pm
5361
You need the AND before you add the PASSWD = condition. ... From: Bhagyashri Shinde [mailto:s_bhagyashri@...] Sent: Thursday, May 01, 2003 11:10 AM To:...
Wilcox, Len
LWilcox@...
Send Email
May 1, 2003
3:23 pm
5362
Hi Bhagyashri, ... You're missing a space: registered.Source = "SELECT EMPID, PASSWD FROM SCOTT.EMPPERSONAL WHERE EMPID=" & request.Cookies("id") & " PASSWD =...
Shawn K. Hall
shawn_ae
Online Now Send Email
May 1, 2003
4:01 pm
5363
You are missing the word AND between the two search conditions as well as the space. Your SQL would look like this: SELECT EMPID, PASSWD FROM...
Wilcox, Len
LWilcox@...
Send Email
May 1, 2003
4:07 pm
5364
I am trying to write a Classic ASP application that can update a Paradox v8.x database. Can this be done? I have been searching all over the internet with...
Corey Burnett
theburnetts
Offline Send Email
May 1, 2003
4:57 pm
5365
I can see I'm going to learn a lot fixing this one. I will try the split(), didn't find that when I was looking up string functions. I was trying to use...
Williams, Peggy
aarrgghh12345
Offline Send Email
May 1, 2003
6:49 pm
5366
HI thatw as very helpful. Thanx so much for the Replace suggestion too. I have one more doubt..can i have AND & OR both in an SQL command??? Wats happening...
Bhagyashri Shinde
s_bhagyashri
Offline Send Email
May 2, 2003
11:48 am
5367
Hi list, I'm working on some documentation here and talking about the reasons to NOT use an Access database for things, but just for the sake of being totally...
Costanzo, Ray
rcostanzo@...
Send Email
May 2, 2003
3:33 pm
5368
... Correct. Microsoft Exchange also uses the same MDB file technology, albeit in a slightly more advanced form :) ... Jet is the DB engine that Access uses...
Adrian Forbes
aidy_forbes
Offline Send Email
May 2, 2003
3:43 pm
5369
Good afternoon to all. I'm getting an error when trying to use CDONTS: "Invalid class string" Here is the line it is referring to: Set objMail =...
mtstocke
Offline Send Email
May 2, 2003
4:20 pm
5370
Hi Ray, ... It's my understanding that an MDB file is, in fact, a "Microsoft Access Database" (version 97, 2000 or 2002), but it does not necessarily require...
Shawn K. Hall
shawn_ae
Online Now Send Email
May 2, 2003
4:38 pm
5371
I have a need of converting my ASP to HTML to put onto a CD. Problem: I have binary files. What I want is software that will pull each document to a cd. Any...
Gaycheck, Maria L
rgaycheck
Offline Send Email
May 2, 2003
4:54 pm
5372
Your local Web server is Windows XP, I imagine, huh? See Windows XP section. http://www.aspfaq.com/show.asp?id=2026 Ray at work ... ...
Costanzo, Ray
rcostanzo@...
Send Email
May 2, 2003
5:03 pm
5373
Try this: registered.Source = "SELECT EMPID, PASSWD FROM SCOTT.EMPPERSONAL WHERE EMPID=" & request.Cookies("id") & " PASSWD = '"& request.Form("passwd1")& ...
Industria Virtual
industriavir...
Offline Send Email
May 2, 2003
8:09 pm
5374
hi : I want to create a button labeled "PRINT PAGE", that calls an asp code to print the current page. I mean, How to call the printing dialoug box from ASP ...
moon lover
secret_boy21
Offline Send Email
May 2, 2003
10:30 pm
5375
You can't, use javascript document.print() ... From: moon lover [mailto:secret_boy21@...] Sent: zaterdag 3 mei 2003 0:30 To:...
Niels Bieze
nrbieze@...
Send Email
May 2, 2003
10:37 pm
5376
Try putting the conds with in the "(" ")" Often it helped me. ILyas ... From: Bhagyashri Shinde [mailto:s_bhagyashri@...] Sent: Friday, May 02, 2003...
ILyas
iluilyas
Offline Send Email
May 3, 2003
5:20 am
5377
cool..ur suggestion worked once again !!thanxbhagyashri ... Yahoo! Plus - For a better Internet experience...
Bhagyashri Shinde
s_bhagyashri
Offline Send Email
May 3, 2003
5:55 am
5378
Hi moon lover ... here's the java script you may wante: * put this script in the header of the file where the button will show. <script language="_javascript">...
Aziz Rahman
hamidiaz
Offline Send Email
May 3, 2003
12:44 pm
5379
Hi there, No body replied to earlier query pls look into the problem. here is my problem what is the way to furnish our website page in to e-mail . I mean to...
RKS Rathour
webmaster@...
Send Email
May 5, 2003
6:55 am
5380
Hi, Could someone have a look at the two lines below and see if they can spot a problem? The lines come from a database application I'm writing using...
Will Pearson
will_pearson...
Offline Send Email
May 6, 2003
7:47 am
5381
Hi Everyone, I want to run FoxPro report file on web! Means How Can We Access FoxPro Report File Through Internet, I have a report file and I want to run this ...
Aamir Iqbal
aamiris
Offline Send Email
May 6, 2003
7:55 am
5382
Are you getting an error? Ray at work ... From: Will Pearson [mailto:will-pearson@...] Hi, Could someone have a look at the two lines below and see...
Costanzo, Ray
rcostanzo@...
Send Email
May 6, 2003
12:55 pm
5383
Yes, but with the program as a whole. It doesn't seem to be getting in any records and I'm just wondering if the SQL's right. Will ... From: Costanzo, Ray To:...
Will Pearson
will_pearson...
Offline Send Email
May 6, 2003
3:05 pm
5384
Does anybody know the specifics of the post method - like from the browser stand point? I need to send some information from my server to another website...
aarrgghh12345
Offline Send Email
May 8, 2003
2:07 pm
Messages 5355 - 5384 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