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@...
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...
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...
Can anyone find out what is wrong witht his SQL command ? <% Dim registered Dim registered_numRows Set registered = Server.CreateObject("ADODB.Recordset") ...
Can anyone find out what is wrong witht his SQL command ? <% Dim registered Dim registered_numRows Set registered = Server.CreateObject("ADODB.Recordset") ...
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@...
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 =...
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@...
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...
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...
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...
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@...
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...
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...
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...
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 ...
You can't, use javascript document.print() ... From: moon lover [mailto:secret_boy21@...] Sent: zaterdag 3 mei 2003 0:30 To:...
Niels Bieze
nrbieze@...
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...
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">...
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@...
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...
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 ...
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@...
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:...
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...