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
Calendar Control

Calendar Control

 

 

Usage: Must have form DatePickerForm



'Call this with the ffg. code
Private Sub txtDate_DropButtonClick()
    Dim v
    Set DatePicke ...

Read More
ADO Module

ADO Module


Option Explicit

Private Declare PtrSafe Function GetShortPathName Lib "kernel32" Alias "GetShortPathNameA" (ByVal lpszLongPath As String, ByVal lpszShortPath As String, ByVal cchBuffer ...

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