Search Results

Showing results 1 to 11 of 11
Search took 0.01 seconds.
Search: Posts Made By: closetosane
Forum: ASP Aug 24th, 2009
Replies: 1
Views: 644
Posted By closetosane
Here is a thought that is a little dirty but may work for you.
Before reading the text file create a temp text file. when you start reading your file write the line into the temp file then delete it...
Forum: ASP Aug 13th, 2009
Replies: 3
Views: 803
Posted By closetosane
Hello LurkerPatrol,

Ok now I think I have a better idea of what you are trying to do.

First thing, add a hidden value to your initial form.

Response.Write "<input type='hidden'...
Forum: ASP Aug 13th, 2009
Replies: 3
Views: 803
Posted By closetosane
Hello,

Perhaps try a string Comparison to see if the values are the same, and I am not sure what the brackets before your Back case and after your Next case are for. Also if you are moving to a...
Forum: MySQL Jul 19th, 2009
Replies: 1
Views: 380
Posted By closetosane
Problem Solved:
strSQL = " SELECT C.C_LName, C.C_FName, Max(P.P_Month) AS dtLastPayment "
strSQL = strSQL & " FROM (Client AS C INNER JOIN Payment_Board AS P "
strSQL = strSQL & " ON C.C_SIN =...
Forum: ASP Jul 6th, 2009
Replies: 1
Views: 529
Posted By closetosane
With your overview page have a sql statement that creates the links. To do this have one of your columns in the database table reference the title of the article. Then when calling the title also...
Forum: MySQL Jul 5th, 2009
Replies: 1
Views: 380
Posted By closetosane
Hello,

I need to write a query for MySQL in vbscript that is just not coming to me. I have written it in vbscript with two SQL statements then did a date comparison in vbscript but it just grinds...
Forum: ASP Jan 24th, 2009
Replies: 5
Views: 2,231
Posted By closetosane
The reason for the email not completly showing up was the ISP's settings, and did not have anything to do with the code itself. The ISP reccomended carrage returns to solve the problem.
Forum: ASP Jan 22nd, 2009
Replies: 5
Views: 2,231
Posted By closetosane
Forum: ASP Jan 18th, 2009
Replies: 5
Views: 2,231
Posted By closetosane
Hello nrvinayak,

Thanks for the reply here is a snippit of the code:

strReport = strReport & "<body>"
strReport = strReport & "<div align='center'>"
strReport = strReport & "<br>"
strReport...
Forum: ASP Jan 5th, 2009
Replies: 1
Views: 1,274
Posted By closetosane
Here is a link for a very simple tree view: http://www.htmlforums.com/html-xhtml/t-how-do-i-make-an-expandable-list-43732.html

It can be modified to allow for multiple tree views as shown in this...
Forum: ASP Jan 3rd, 2009
Replies: 5
Views: 2,231
Posted By closetosane
Hello,

I am sending a string created in vbScript via CDO. My scripting is working but the whole string is not showing up in the receiving email.

My code was on the bulky side with bordercolor...
Showing results 1 to 11 of 11

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC