﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>ASP</title><link>http://www.visualbasicscript.com/</link><description /><copyright>(c) VBScript Forum</copyright><ttl>30</ttl><item><title>ASP Output problem. Please help!!! (last)</title><description>Hi everyone,  
please I need your help!!!!!  
I have to run a recordset as this following: 
room_1 | price_1 | … 
room_1 | price_2 | … 
room_1 | price_3 | …  
room_1 | price_4 | …  
room_2 | price_1</description><link>http://www.visualbasicscript.com/fb.ashx?m=95874</link><pubDate>Fri, 20 Jan 2012 10:22:18 GMT</pubDate></item><item><title>"if else statements" with dropdown and text fields in asp vbscript  (JerryM)</title><description>I am a intern with no programming background in need of help with asp vbscript code in Dreamweaver CS5.5. I am in the process of recreating a simple e-form for my company. I have recreated the design portion of the e-form with checkbox, text and dropdown</description><link>http://www.visualbasicscript.com/fb.ashx?m=95701</link><pubDate>Mon, 09 Jan 2012 12:41:12 GMT</pubDate></item><item><title>Help with Code? (xFinbar)</title><description>WSH &amp; Client Side VBScript: http://www.visualbasicscript.com/fb.ashx?m=95261</description><link>http://www.visualbasicscript.com/fb.ashx?m=95263</link><pubDate>Wed, 07 Dec 2011 08:04:17 GMT</pubDate></item><item><title>Re:convert windows username to lower case &amp; remove domain name (59cobalt)</title><description>Unless the forum software mangled your code: I don't think this will work as you seem to think. I'm not an ASP guy, but VBScript statements are line-oriented, so you can't put two statements in the same line without at least putting a separator (":") bet</description><link>http://www.visualbasicscript.com/fb.ashx?m=95007</link><pubDate>Tue, 22 Nov 2011 15:53:38 GMT</pubDate></item><item><title>Re:convert windows username to lower case &amp; remove domain name (vadread)</title><description>This is what I did:
&lt;html&gt;
&lt;HEAD&gt; &lt;meta HTTP-EQUIV="REFRESH" content="1; url=http://ykvmgs15:8080/arsys/servlet/ViewFormServlet?form=WS%3AOpenRequests&amp;amp;server=ykvmgs12&amp;amp;username=&lt;%auth_user = Request.ServerVariables("AUT</description><link>http://www.visualbasicscript.com/fb.ashx?m=94979</link><pubDate>Mon, 21 Nov 2011 14:21:08 GMT</pubDate></item><item><title>Re:convert windows username to lower case &amp; remove domain name (59cobalt)</title><description>You're welcome.</description><link>http://www.visualbasicscript.com/fb.ashx?m=94978</link><pubDate>Mon, 21 Nov 2011 13:49:08 GMT</pubDate></item><item><title>Re:convert windows username to lower case &amp; remove domain name (vadread)</title><description>thanks</description><link>http://www.visualbasicscript.com/fb.ashx?m=94971</link><pubDate>Mon, 21 Nov 2011 12:36:44 GMT</pubDate></item><item><title>Re:convert windows username to lower case &amp; remove domain name (59cobalt)</title><description>Try this:
auth_user = Request.ServerVariables("AUTH_USER")
username = LCase(Mid(auth_user, InStr(auth_user, "\")+1))</description><link>http://www.visualbasicscript.com/fb.ashx?m=94970</link><pubDate>Mon, 21 Nov 2011 12:24:13 GMT</pubDate></item><item><title>convert windows username to lower case &amp; remove domain name (vadread)</title><description>Hi I am a little new to VBscript 
Can anyone help me? I have a small set of code that gets the windows 
 user name &amp;amp; sets it into a URL. The URL then passes that to a browser 
 login &amp;amp; logs my users in (this already works). The small problem I</description><link>http://www.visualbasicscript.com/fb.ashx?m=94965</link><pubDate>Mon, 21 Nov 2011 10:50:12 GMT</pubDate></item><item><title>Re:VBScript Replace Function (ehvbs)</title><description>Replace() is a function that returns the modified (copy) of the source string. So you need
myresult = Replace(...)
to change (the content of) this variable.</description><link>http://www.visualbasicscript.com/fb.ashx?m=94938</link><pubDate>Sat, 19 Nov 2011 09:19:14 GMT</pubDate></item><item><title>VBScript Replace Function (rmlynch25)</title><description>I'm returning an image filename with full path from a Access DB. I'd like to replace the path (c:\projects\www\Uploads\Image.jpg) with the URL (www.URL.com/Uploads/Image.jpg) so that the image can be disp</description><link>http://www.visualbasicscript.com/fb.ashx?m=94907</link><pubDate>Thu, 17 Nov 2011 18:25:41 GMT</pubDate></item><item><title>how to compile vb6 .cls file to get dll (Kyithar)</title><description>Hi,
I am a new comer, I am doing a project and that project is written with ASP classic.
In that project there is dll file which is come from bin folder and the class file (.cls file) and that
.cls file is in the other place. That .cls file is writ</description><link>http://www.visualbasicscript.com/fb.ashx?m=94641</link><pubDate>Mon, 07 Nov 2011 03:43:13 GMT</pubDate></item><item><title>how do i call session.abandon how do i call session.abandon if user navigates to otherpage (pavan76)</title><description>Hi,
 
I'm new to programming and web designing. I'm trying to build a admin page to website which is already built. everything went on fine. Whenever I log in into the admin page giving the usr id and pwd....it is directed to a form called events. Bu</description><link>http://www.visualbasicscript.com/fb.ashx?m=94303</link><pubDate>Mon, 17 Oct 2011 12:09:45 GMT</pubDate></item><item><title>Want to do some thing based on a pop up if i get a pop up (Chrisomamo)</title><description>session.findById("wnd/usr/btnBUTTON_1") 
In case the result of this method shows up something then  i want to 
session.findById("wnd/usr/btnBUTTON_1").Press executed
else not to execute this statement and go to the next.
But  i'm not knowin</description><link>http://www.visualbasicscript.com/fb.ashx?m=93911</link><pubDate>Wed, 28 Sep 2011 20:08:03 GMT</pubDate></item><item><title>Re:Help w/ Comparing Two Multidimensional Arrays (ebgreen)</title><description>Glad you worked it out. It's an odd day when I answer something in the ASP section. Even odder if I get anywhere near to the right answer. </description><link>http://www.visualbasicscript.com/fb.ashx?m=93321</link><pubDate>Tue, 30 Aug 2011 13:08:59 GMT</pubDate></item><item><title>Re:Help w/ Comparing Two Multidimensional Arrays (webspyder)</title><description>Ok I got the fix!!! SQL it is! 
  
select distinct sl.sizeId, sizeName from lutSize as ls 
where ( select count( st.sizeId ) from tblSizeChart as st 
where st.itemId = ? and sl.sizeId = st.sizeId ) = 0 
  
The (?) is the itemId that I pass in. THAN</description><link>http://www.visualbasicscript.com/fb.ashx?m=93320</link><pubDate>Tue, 30 Aug 2011 13:00:23 GMT</pubDate></item><item><title>Re:Help w/ Comparing Two Multidimensional Arrays (webspyder)</title><description>Ok ya I think that would be a lot easier. I'm going to work with my query and see if I can pull the information that I need.</description><link>http://www.visualbasicscript.com/fb.ashx?m=93319</link><pubDate>Tue, 30 Aug 2011 12:06:58 GMT</pubDate></item><item><title>Re:Help w/ Comparing Two Multidimensional Arrays (ebgreen)</title><description>Yes, doing it in SQL would be a much preferable solution in my opinion. Something like:
 
SELECT lutSize.sizeID, lutSize.sizeName FROM lutSize WHERE NOT EXIST (SELECT tblSizeChart.sizeID FROM tblSizeChart WHERE lutSize.sizeID = tblSizeChart.sizeID)</description><link>http://www.visualbasicscript.com/fb.ashx?m=93318</link><pubDate>Tue, 30 Aug 2011 11:49:51 GMT</pubDate></item><item><title>Re:Help w/ Comparing Two Multidimensional Arrays (webspyder)</title><description>I am making two database hits with two seperate function calls and returning 2 recordsets as 2 seperate arrays. 
  
I have an associate table( tblSizeChart ) that is connected with a 2 foreign keys to 2 seperate look up tables, which is lutItem and lut</description><link>http://www.visualbasicscript.com/fb.ashx?m=93317</link><pubDate>Tue, 30 Aug 2011 11:33:43 GMT</pubDate></item><item><title>Re:Help w/ Comparing Two Multidimensional Arrays (ebgreen)</title><description>So do you have an array or a recordset? Which one? Also, if you are executing a query to generate the data, why not get the correct list with the query? SQL is much better at this than an algorithm that you write after the fact would be.</description><link>http://www.visualbasicscript.com/fb.ashx?m=93316</link><pubDate>Tue, 30 Aug 2011 11:05:43 GMT</pubDate></item><item><title>Re:Help w/ Comparing Two Multidimensional Arrays (webspyder)</title><description>I'm grabbing these recordsets from sql and all sizes have a unique id so really I can just compare the first part, second or whole it doesn't really matter because no value will have the same id or name.</description><link>http://www.visualbasicscript.com/fb.ashx?m=93315</link><pubDate>Tue, 30 Aug 2011 10:23:12 GMT</pubDate></item><item><title>Re:Help w/ Comparing Two Multidimensional Arrays (ebgreen)</title><description>first I have a couple of questions:
 
What consitutes a match? Do both parts have to be the same (ID and Name)? Or would the same name existing in each array with different IDs still count as matching?
 
Do you control the way these arrays are bu</description><link>http://www.visualbasicscript.com/fb.ashx?m=93313</link><pubDate>Tue, 30 Aug 2011 08:57:23 GMT</pubDate></item><item><title>Re:Help w/ Comparing Two Multidimensional Arrays (webspyder)</title><description>Yes I think everything is good except for my if statement. How do I check the items of each array statement?</description><link>http://www.visualbasicscript.com/fb.ashx?m=93312</link><pubDate>Tue, 30 Aug 2011 08:49:28 GMT</pubDate></item><item><title>Re:Help w/ Comparing Two Multidimensional Arrays (ebgreen)</title><description>So just to be clear, you want to do this in VBScript?</description><link>http://www.visualbasicscript.com/fb.ashx?m=93310</link><pubDate>Tue, 30 Aug 2011 08:45:26 GMT</pubDate></item><item><title>Help w/ Comparing Two Multidimensional Arrays (webspyder)</title><description>Hi guys, I have been stumped for a few days and have googled the heck out of my problem and have given up and need help.
 
I'm trying to populate a combobox by comparing two multidimensional arrays that have different subscript ranges.
 
My first</description><link>http://www.visualbasicscript.com/fb.ashx?m=93308</link><pubDate>Tue, 30 Aug 2011 08:24:29 GMT</pubDate></item></channel></rss>
