Private Declare Function OSWinHelp% Lib "user32" Alias "WinHelpA" (ByVal hwnd&, ByVal HelpFile$, ByVal wCommand%, dwData As Any)
Private Declare Function GetWindow Lib "user32" (ByVal hwnd As Long, ByVal wcmd As Long) As Long
Private Declare Function MoveWindow Lib "user32" (ByVal hwnd As Long, ByVal x As Long, ByVal Y As Long, ByVal w As Long, ByVal h As Long, ByVal repaint As Long) As Long
Public gsDatabase As String
Public gsConnect As String
Public gsRecordsource As String
Public XtremeDemo As New clsXtremeDemo
Private m_colReportNames As New Collection
Private Function SetNavTab(ctlNew As Control) As Boolean