'Activity module
Sub Process_Globals
DimFiveWhyAsSQL
End Sub
Sub Globals
End Sub
Sub Activity_Create(FirstTime AsBoolean)
If FirstTime Then
FiveWhy.Initialize(File.DirDefaultExternal, "FiveWhy", True)
EndIf
End Sub
Hi eps: the first lot of code is in an activity called CreateDBs
this code is from an activity called Main:
Sub Activity_Create(FirstTime AsBoolean)
'Do not forget to load the layout file created with the visual designer. For example:
Activity.LoadLayout("Layout1")
'Start DBs
Activity.Initialize(CreateDBs)