Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Public selectedFN As String 'This public variable is used to store the follow number selected by the observer
- Public selectedFocal As String 'This public variable is used to store the focal name selected by the observer
- Public focalClass As String 'This public variable is used to store the class of the focal selected by the observer
- Public focalCling As String 'This public variable is used to store the 'cling status' of the focal selected by the observer (only used for infants)
- Public selectedActivity As String 'This public variable is used to store the activity selected by the observer
- Public currentIntervalHour As String 'This public variable is used to store the hour number of the current interval
- Public currentIntervalMinute As String 'This public variable is used to store the minute number of the current interval
- Public startHour As String 'This public variable is used to store the hour number of the start interval
- Public startMinute As String 'This public variable is used to store the minute number of the start interval
- Public currentIntervalRow As String 'This public variable is used to store the number of the row in 'Activity Data' corresponding to our current interval
- Public currentFormName As String 'This public variable is used to store the name of the latest form used by the observer,
- 'allowing us to navigate back and form between the form and the activity data table
- Public selectedWeather As String 'This public variable is used to store the name of the latest Weather used by the observer,
- 'allowing us to display it automatically when navigating back and form between the ActivityDataHomeForm and the activity data table
- Public selectedHeight As String 'This public variable is used to store the name of the latest Height used by the observer,
- 'allowing us to display it automatically when navigating back and form between the ActivityDataHomeForm and the activity data table
- Public selectedVocalization As String 'This public variable is used to store the name of the latest Vocalization used by the observer,
- 'allowing us to display it automatically when navigating back and form between the ActivityDataHomeForm and the activity data table
- Public selectedVisibility As String 'This public variable is used to store the name of the latest Visibility used by the observer,
- 'allowing us to display it automatically when navigating back and form between the ActivityDataHomeForm and the activity data table
- Public selectedItemFocal As String 'This public variable is used to store the item focal selected by the observer
- Public selectedItemDetail As String 'This public variable is used to store the item detail selected by the observer
- Public selectedJenisFocal As String 'This public variable is used to store the jenis focal selected by the observer
- Public selectedJenisLokasi As String 'This public variable is used to store the jenis lokasi selected by the observer
- Public activityButtonColor As Long 'This public variable is used to store the color of the activityButton in the activityDataHomeForm.
- 'It allows us to change its colour when the user has entered and saved the corresponding data
- Public partyMembersButtonColor As Long 'This public variable is used to store the color of the partyMembersButton in the activityDataHomeForm.
- 'It allows us to change its colour when the user has entered and saved the corresponding data
Advertisement
Add Comment
Please, Sign In to add comment