SunQuest
 
           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:
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
  #1  
Old July 5th, 2004, 06:13 AM
session session is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Jul 2004
Posts: 5 session User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
vb problem

hi
i m new in vb,so i need someone help immediately to complete my project on time.
my problem is that i have to compare date with two months value.for example i compare date1 with d1 andd2 s.t date1>=d1 and date1<=d2.depending upon the value returned i want the no of rows and columns in mshflexgrid.the code is shown below


Dim s1 As String
Dim s2 As String
Dim i As Integer
Dim aa As Integer
If rs.State = adStateOpen Then rs.Close
rs.Open "select count(*) as aa from table3 where date1>=#" & D1.Value & "# and date1<=#" & D2.Value & "# ", cn, adOpenKeyset, adLockOptimistic
If rs.State = adStateOpen Then rs.Close
rs.Open "table3", cn, adOpenDynamic, adLockOptimistic
adOpenDynamic, adLockOptimistic
MSHFlexGrid1.Rows = 18
MSHFlexGrid1.Cols = 8
s2 = "select * from table3 where date1>=#" & D1.Value & "# and date1<=#" & D2.Value & "#"
i = 1

Do While Not rs.EOF
MSHFlexGrid1.TextMatrix(i, 0) = rs!Date1
MSHFlexGrid1.TextMatrix(i, 1) = rs!customer_name
MSHFlexGrid1.TextMatrix(i, 2) = rs!trouble_ticket_no
MSHFlexGrid1.TextMatrix(i, 3) = rs!reported_by
MSHFlexGrid1.TextMatrix(i, 4) = rs!reported_to
MSHFlexGrid1.TextMatrix(i, 5) = rs!description_of_fault
If IsNull(rs!closetime) Then
MSHFlexGrid1.TextMatrix(i, 7) = " "
Else
MSHFlexGrid1.TextMatrix(i, 7) = rs!closetime
End If
i = i + 1
rs.MoveNext
Loop
rs.Close

when i debug this code then it shows rs!aa value=0.

Reply With Quote
  #2  
Old July 8th, 2004, 01:15 AM
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 18 h 33 m 48 sec
Reputation Power: 180
What does your select string end up looking like?
__________________
======
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 problem


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 3 hosted by Hostway