Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in Visual Basic .NET only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Member List
Calendar
Today's Posts
Home
Forum
Topic
Visual Basic .NET
for each with dataview
for each with dataview
Collapse
This topic is closed.
X
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
Sam
#1
for each with dataview
Nov 21 '05, 05:31 PM
Hi,
Is there a way of doing something similar for a dataview :
for each r as datarow in mytable.rows
next
Thx
Sam
#2
Nov 21 '05, 05:31 PM
Re: for each with dataview
sorry that was stupid....
for each r as datarow in myview.table.ro ws
next
.....
Comment
Post
Cancel
Cor Ligthert
#3
Nov 21 '05, 05:31 PM
Re: for each with dataview
Sam,
[color=blue]
> sorry that was stupid....
> for each r as datarow in myview.table.ro ws
> next[/color]
What you now use is the same as
\\\
for each r as datarow in mytable
next
///
You need something as
\\\
for each r as datarowview in myview
next
///
I hope this helps,
Cor
Comment
Post
Cancel
Sam
#4
Nov 21 '05, 05:31 PM
Re: for each with dataview
yeah thanks :)
Comment
Post
Cancel
Previous
template
Next
Working...
OK
OK
Cancel
👍
👎
☕
Comment