Click here to Skip to main content
16,021,041 members

Comments by Member 12021055 (Top 3 by date)

Member 12021055 30-Sep-15 18:25pm View    
Hey Paulo,

I am using a List of Hashtables at the moment - which stores data from a SELECT query. Cheers.
Member 12021055 30-Sep-15 5:19am View    
Basically, the way I'm storing data from the SELECT query is by using hashtables.

My question is how do I implement navigation (i.e. first/last/next/prev) for this data I'm storing in these hashtables and thus in my forms?

In the above code, I can get it to display in the immediate window (though I can only get 'last' and 'first' working, not 'previous' and 'next')
Member 12021055 30-Sep-15 4:01am View    
Hi Paulo,

I think that perhaps I have just worded this incorrectly.

Basically, the way I'm storing data from the SELECT query is by using hashtables.

My question is how do I implement navigation (i.e. first/last/next/prev) for this data I'm storing in these hashtables and thus in my forms?

In the above code, I can get it to display in the immediate window (though I can only get 'last' and 'first' working, not 'previous' and 'next')