Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Retrieve the value from a column in a dataset
Message
From
15/01/2003 13:46:21
 
 
To
12/01/2003 17:54:13
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00740822
Message ID:
00742041
Views:
17
Hi Bonnie,

Thanks!

What would be the proper code to get the current row poistion safely?

Dim iCurrRow
iCurrRow =

Thanks
=============================================

>Roland,
>
>That would be (assuming Row 0):
>
>Dim iFileNum as integer
>iFileNum = Me.Listing01_Client_Ds11.Tables("Client").Rows(0)("FileNum")
>
>
>~~Bonnie
>
>
>>Hi,
>>
>>How do you retrieve a value from a column in a dataset?
>>
>>Tried the following and it does not pass the syntax checking.
>>
>>Dim iFileNum as interger
>>iFileNum = Me.Listing01_Client_Ds11.Tables("Client", "FileNum")
>>
>>Thanks
>>Roland
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform