FSDUtils:FSDStart

From Free State Drivers
Jump to navigation Jump to search

Description

FSDStart is a Startup form for use in Microsoft Access



Setup

Typical:

Called by: MS Access Startup
Requires: Table - FSD_Config


Programming Guide

Guide Layout:

Form

Function/Sub

Description



FSD_Start

Const MaxCloseCount As Long = 3

A constant to set the countdown timer time



Public Function FSD_Start_Version()

Returns the form version number



Private Sub Form_Load()

Run at form load



Private Sub RefWork(ByVal FuncName As String, ByRef Installed As Boolean)

Sets references for code linking



Private Sub Form_Timer()

Countdown timer event



Private Sub FSDStartup(FuncName As String)

Run Startup functions if defined



Private Sub FSDInstall(ByRef Installed As Boolean)

Routine to install FSD_Start



Private Sub FSDPenguinPower()

runs at the end of the countdown to complete the startup



Private Sub Form_Unload(Cancel As Integer)

Removes links and cleans up at the time of the database closing