Guest User

Untitled

a guest
Mar 31st, 2025
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.62 KB | None | 0 0
  1. Public selectedFN As String 'This public variable is used to store the follow number selected by the observer
  2.  
  3. Public selectedFocal As String 'This public variable is used to store the focal name selected by the observer
  4.  
  5. Public focalClass As String 'This public variable is used to store the class of the focal selected by the observer
  6.  
  7. 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)
  8.  
  9. Public selectedActivity As String 'This public variable is used to store the activity selected by the observer
  10.  
  11. Public currentIntervalHour As String 'This public variable is used to store the hour number of the current interval
  12.  
  13. Public currentIntervalMinute As String 'This public variable is used to store the minute number of the current interval
  14.  
  15. Public startHour As String 'This public variable is used to store the hour number of the start interval
  16.  
  17. Public startMinute As String 'This public variable is used to store the minute number of the start interval
  18.  
  19. Public currentIntervalRow As String 'This public variable is used to store the number of the row in 'Activity Data' corresponding to our current interval
  20.  
  21. Public currentFormName As String 'This public variable is used to store the name of the latest form used by the observer,
  22. 'allowing us to navigate back and form between the form and the activity data table
  23.  
  24. Public selectedWeather As String 'This public variable is used to store the name of the latest Weather used by the observer,
  25. 'allowing us to display it automatically when navigating back and form between the ActivityDataHomeForm and the activity data table
  26.  
  27. Public selectedHeight As String 'This public variable is used to store the name of the latest Height used by the observer,
  28. 'allowing us to display it automatically when navigating back and form between the ActivityDataHomeForm and the activity data table
  29.  
  30. Public selectedVocalization As String 'This public variable is used to store the name of the latest Vocalization used by the observer,
  31. 'allowing us to display it automatically when navigating back and form between the ActivityDataHomeForm and the activity data table
  32.  
  33. Public selectedVisibility As String 'This public variable is used to store the name of the latest Visibility used by the observer,
  34. 'allowing us to display it automatically when navigating back and form between the ActivityDataHomeForm and the activity data table
  35.  
  36. Public selectedItemFocal As String 'This public variable is used to store the item focal selected by the observer
  37.  
  38. Public selectedItemDetail As String 'This public variable is used to store the item detail selected by the observer
  39.  
  40. Public selectedJenisFocal As String 'This public variable is used to store the jenis focal selected by the observer
  41.  
  42. Public selectedJenisLokasi As String 'This public variable is used to store the jenis lokasi selected by the observer
  43.  
  44. Public activityButtonColor As Long 'This public variable is used to store the color of the activityButton in the activityDataHomeForm.
  45. 'It allows us to change its colour when the user has entered and saved the corresponding data
  46.  
  47. Public partyMembersButtonColor As Long 'This public variable is used to store the color of the partyMembersButton in the activityDataHomeForm.
  48. 'It allows us to change its colour when the user has entered and saved the corresponding data
  49.  
Advertisement
Add Comment
Please, Sign In to add comment