Category: Personal

VBA Notes

VBA Notes

Some Notes


Option Explicit

'Listview API
'-----------------------------Start Listview API-------------------------------------
Private Declare Function SendMessag ...

Read More
Load Listview from Recordset

Load Listview from Recordset

Routine to load Listview from recordset

    'Initialize our listview and columnheaders

    ListView1.View = lvwList ' lvwReport

    & ...

Read More
SQL Classes

SQL Classes

cPaging

 


Option Explicit

Private m_PAGE_CURRENT              As Long 'Store current page
Private m_PAGE_PREV                 As Long 'Store the pre ...

Read More
© 2018 ABCorTech.com. All Rights Reserved.