Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Null Dates
Message
 
To
04/08/2003 10:00:30
Mindy Shingara
Central Susquehanna Intermediate Unit
Lewisburg, Pennsylvania, United States
General information
Forum:
ASP.NET
Category:
WebForms
Title:
Miscellaneous
Thread ID:
00811250
Message ID:
00816617
Views:
22
>Everything from the code you sent me seems to working fine with the exception of the foreach line. Since I started my project in vb, that's what I'm sticking with until I begin a new assignment. Anyway, I can't get this line entered without an error:
>
>For Each dr tr_chkdate In DSfatrans.Tables("fatrans").Rows
>
>Right now, it's not recognizing tr_chkdate, but that is the actual field I assigned to that column within the grid. This is the column in my grid that I need to check for null dates. Do I need to Select tr_chkdate and put it into a variable?

I think what you're looking for here is:

For Each tr_chkdate AS DataRow In...

Assuming that's the correct type for tr_chkdate

yag
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform