Visual Basic Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsProgrammingVisual Basic Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
  #1  
Old March 17th, 2004, 08:53 AM
phil_ball phil_ball is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 3 phil_ball User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
vb script additem doesnt seem to work on a list box

All.

I am quite new to this so bear with me....

I am writing a function to populate a list box. I am using client side vb script
in a web page. After my sql query i know the data in the recordset is correct
but when i try to add to the list box nothing happens (no errors no data).

The code looks like this (ignore the message box that was just a test):

Function getPropForSelectedTask()
On error resume next
Set Rs1=CreateObject("ADODB.Recordset")
Source = "select Name from Property where ltask = '6'"
Connect = "Encryption for data=true;Integrated Security=SSPI;server=localhost;Provider=sqloledb;I nitial catalog=TimeTracker;user ID=sa;password=;"
Rs1.Open Source, Connect
varArray = Rs1.GetRows()
For i=0 To UBound(varArray, 2)
MsgBox(varArray(0, i))
SelectedList.AddItem varArray(0, i)
Next
Rs1.Close
End Function

i would expect the fourth from last line to populate a list box called SelectedList....

please help.

Reply With Quote
  #2  
Old March 17th, 2004, 01:57 PM
Doug G Doug G is offline
Grumpier Old Moderator
ASP Free God 11th Plane (10000 - 10499 posts)
 
Join Date: Sep 2003
Posts: 10,143 Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 3 Weeks 4 Days 21 h 28 m 48 sec
Reputation Power: 180
This would be better in the asp forum

Take out the on error resume next, maybe you'll see a code error.
__________________
======
Doug G
======
I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain

Reply With Quote
Reply

Viewing: ASP Free ForumsProgrammingVisual Basic Programming > vb script additem doesnt seem to work on a list box


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway