Attribute VB_Name = "Global" Option Explicit Global con As New ADODB.Connection Global strFormName As String Global strPreRequisites As String Global strFormElips As String Global Report As New CRAXDRT.Report Global strSchoolName As String Global strSchoolAddress As String Global strRegistrarName As String Global strSameLoad As String Global strNewStudent As String Global UserID As String Global blnOffer As Boolean Global strCollegeCode As String ''''' For Foreign Students. ''''' Global strImported As String Global strFilAm As String ''''' For Late Students. ''''' Global strLate As String ''''' For Medical Students. ''''' Global intPercent As Double Global strPercentage As String ''''' For User Setting. ''''' Global strRights As String Global strDept As String Global strMenu1 As String Global strMenu2 As String Global strUserID As String Global iAddDrop As Integer Global dAddDropStart As Date Global dAddDropEnd As Date Global dTransDate As Date Global iLate As Integer Global dLateStart As Date Global dblLateCharge As Double Global dblExtraCharge As Double Global iBypassConflict As Integer ''''' For Schedule. (Gravity Box) ''''' Global NewAppt As CScheduleEl ''''' For Pre-Registration. ''''' Global blnCancel As Boolean Global WithSuject As Boolean '--user logs Global strCaption As String Global strActivities As String Global strDateModfied As String