You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
' if we have a Password to enter (dbPwdSpec contained in dbsheetConnString and no password entered yet), just display explanation text in title bar and let user enter password...
@@ -101,6 +108,7 @@ Public Class DBSheetCreateForm
101
108
assignDBSheet.Enabled=False
102
109
' password-less connection string, reset password and disable...
IfInStr(myDBConnHelper.dbsheetConnString,myDBConnHelper.dbPwdSpec)=0ThenUserMsg("The DB specific password string ("+myDBConnHelper.dbPwdSpec+") is not contained in connection string:"+myDBConnHelper.dbsheetConnString+", therefore no password entry is possible")
104
112
Password.Enabled=False
105
113
existingPwd=""
106
114
Else' set to stored existing password
@@ -111,6 +119,7 @@ Public Class DBSheetCreateForm
111
119
EndIf
112
120
EndSub
113
121
122
+
114
123
PrivateSubresetDBSheetCreateForm()
115
124
Me.Text="DB Sheet creation: Please enter required Password into Field Pwd to access schema information"
116
125
TableEditable(False)
@@ -1142,23 +1151,26 @@ Public Class DBSheetCreateForm
1142
1151
EndTry
1143
1152
EndFunction
1144
1153
1145
-
''' <summary>current file link clicked: open possibility</summary>
1154
+
''' <summary>current file link clicked: open file using default editor</summary>
0 commit comments