Logo
Home Cart [Log In] About Us Contact Us

Object Reference

xf_DataListDataList Base Class

Public Sub PrintVals_Internal (
Optional WithTypes As Boolean = False,
Optional RowLimit As Long = -1
)

Displays the internal data storage array of the DataList to the Debug Window. If the DataList is sorted, the underlying array will not be sorted, since the data itself is not sorted, but rather a pointer to the row is sorted.
The sort order pointer will be shown at left. It shows the underlying row index that is the sorted row in that position in the list, eg. if the first value if 56, that means the underlying row 56 holds the data for the first row in the sorted list.

Optional WithTypes as Boolean = False

Display the type of each column along with the data

Optional RowLimit as Long = -1

Limit the display to this many rows

Call Template:

Dim obj As New xf_DataList
obj.PrintVals_Internal
obj.PrintVals_Internal WithTypes, RowLimit

See Also:

Example 1:

Dim lst As New xf_DataList
lst.AddSQLResultsetDbConn xf.DbConnect, "SELECT * FROM Shippers"
lst.PrintVals_Internal

Printing  3  Rows: ( 3  Columns)
/1:ShipperID /2:CompanyName      /3:Phone
/1:ShipperID /2:CompanyName      /3:Phone

i:1   (1)    /1:1         /2:Speedy Express   /3:(503) 555-9831
i:2   (2)    /1:2         /2:United Package   /3:(503) 555-3199
i:3   (3)    /1:3         /2:Federal Shipping /3:(503) 555-9931
Contact Us :: About Us :: Policies :: email: infspamo@arrospamw-of-tispamme.com    © 2012 Arrow Of Time Pty Ltd