Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
all groups > inetserver asp general > december 2004 > threads for december 29 - 31, 2004

Filter by week: 1 2 3 4 5

Is there are any component covert HTML to RTF/DOC?
Posted by Eilsa at 12/31/2004 4:50:29 PM
I am going to convert the HTML code to RTF/DOC, is there are any solution to do so? Thanks Best Regards, Eilsa ...more >>


Puzzling - @@Identity with DSN-less connection
Posted by Rob Meade at 12/31/2004 12:18:21 PM
Hi all, Just spent an hour and a half trying to get something to work when we realised we had the same problem over a year ago... I have an ASP page which calls a stored procedure, all the stored procedure does is write 4 values to a table, and then returns the identity of the just inser...more >>

converting from ASPMail to ASPEmail
Posted by shank at 12/30/2004 9:00:39 PM
Has anyone converted from ASPMail to ASPEmail...? 1) I get the following error. Can you offer some insight? 2) Is there an equivalent to this line: Mail.ContentType = "text/html" ...? thanks! --------------------------------- Persits.MailSender.4 error '800a0006' 501 Syntax error. Syntax...more >>

restart iis
Posted by Meelis Lilbok at 12/30/2004 10:53:10 AM
Hi Is it possible restart IIS from ASP? I tryed activex dll, but it wont work, i think its an "user rights" problem When i use this dll form vb6 all works fine. Any other solution? Best regards; Meelis ...more >>

Exception error
Posted by Lakrom at 12/30/2004 10:10:28 AM
Gentlemen a warm greeting of New Year, that everything is happy next to their dear family and beings. Now to the subject, I have an error of exception in this subroutine. The error is:(0x80020009) A data base is SQL Server 2000. ********************************** Sub Desplegar (Mes) Set dCon...more >>

adDate parameter to stored proc.
Posted by Agoston Bejo at 12/30/2004 10:01:39 AM
Hi! I am trying to pass a VBScript Date variable as value to an ADO adDate parameter of a stored procedure (which runs in an SQL Server). If I add the parameter like this: oCmd.Parameters.Append oCmd.CreateParameter( "@p_Date", adDate, adParamInput, , dParam) where oCmd is of type ADODB.Co...more >>

Increments by 10, 20, 30
Posted by someone at 12/30/2004 3:16:57 AM
Hi All, I need a function that only allows Increments by 10, 20, 30..... How do I achieve this in VB Script? Any help is appreciated. TIA, Santosh ...more >>

Directive to Not Process Included Script?
Posted by Bill at 12/29/2004 10:25:47 PM
I've got a file in an application that is included in many, many files of an application, like this: <!--#INCLUDE FILE="inc_file.asp" --> I need an instruction I can included at the beginning of inc_file.asp so that it will not process if I decide to turn it off. I know I can just replace i...more >>



doctype
Posted by Roland Hall at 12/29/2004 8:43:57 PM
I'm having a really tough time finding references for XML with ASP. Everything I find assumes I already have an XML file and want to display it with ASP. I'm looking for reference material where I can CREATE XML files using ASP. Currently I am looking for a way to put in the following line...more >>

Displaying a SWF at it's original size without setting the dimensions
Posted by Laphan at 12/29/2004 4:23:27 PM
Hi All This sounds such a simple request, but doesn't seem to work. Basically I'm allowing the user to upload their own SWF files to their web site via a web browser (ASPupload). I don't want to limit the dimensions that they have to use in their SWF files so I want to simply extract and ...more >>

ASP working with MS Office
Posted by Eilsa at 12/29/2004 3:08:37 PM
I want to read the MS Word and XLS documents with ASP code for searching. Is there are any solution for me or any reference? Thanks Best Regards, eilsa ...more >>

Calling a batch file from IE using asp and vbscript
Posted by Mark C. at 12/29/2004 1:11:01 PM
I'm trying to call a batch file that I've built using the FileSystemObject and CreateObject("Wscript.Shell"), oShell.Run... in an asp script. Naturally, I can get the script to work from a command line but not from a browser. The page does not throw an error but the oShell.Run... portion of ...more >>

Handle large number of form data
Posted by Utada P.W. SIU at 12/29/2004 12:07:57 PM
I know that MS have limited the form data size which about 100k however, I need submit a data that may be less or more than 100k, such as 500k I have found a code that using x-www-form-urlencoded read the form data as binary code than using ADODB.stream to convert back to string and display...more >>

ASP Directory Listing!!!!
Posted by Adam at 12/29/2004 11:56:43 AM
I am running IIS and using asp, I want to be able to list a directory/ content of a folder using asp, and display it in a table using html. I have seen many examples but have not been able to get them to work All my html & asp are in a folder called webserver in the following direc...more >>

Timeouts
Posted by Jim in Arizona at 12/29/2004 11:23:12 AM
I'm doing a query on a webproxy log, which is a pretty large table. I'm only doing a query on a single days worth, but could be upwards of 250000 records. Originally I got a timeout error saying to increase the time using Server.ScriptTimeout so I put Server.ScriptTimeout = "900" at the top of...more >>

1/1/1900
Posted by middletree at 12/29/2004 11:06:28 AM
When a form field (input type=text) is left blank, it stores 1/1/1900 into the field in the SQL Server DB. I'm not sure why. The field in SQL Server is a date/time field. I could make it varchar or something similar, but I will need to do math with these dates later in the project. I tried ...more >>

Passing variables from ColdFusion to ASP
Posted by Onnuri at 12/29/2004 8:53:21 AM
Hi, Is there a way to pass a session variable from ColdFusion to ASP? I need to pass one from the login page in ColdFusion to ASP pages so that I could restrict access to the pages without login. Please let me know. Thanks in advance. Onnuri ...more >>

Which reporting tool goes well is ASP
Posted by Jack at 12/29/2004 8:09:09 AM
Hi, I am building a ASP financial reporting application. Here the user inputs quarterly financial information. The data obtained is being used for uploading a separate in-house application. The end-user should be in a postion to run reports on their own based on the quarterly information they...more >>


DevelopmentNow Blog