Kaydet (Commit) 0fd6f2c7 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS dba07 (1.40.10); FILE MERGED

2003/05/26 10:58:04 bc 1.40.10.1: #i14703# boolean flags to control listbox selections removed
üst e1d8127a
...@@ -29,7 +29,7 @@ Public Tablename as String ...@@ -29,7 +29,7 @@ Public Tablename as String
Public Const SBSIZETEXT = "The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog." Public Const SBSIZETEXT = "The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog."
Public bDisposeDoc as Boolean Public bDisposeDoc as Boolean
Public bDebug as Boolean Public bDebug as Boolean
Public bStartUp as Boolean 'Public bStartUp as Boolean
Public bConnectionIsovergiven as Boolean Public bConnectionIsovergiven as Boolean
' The macro can be called in 4 possible scenarios: ' The macro can be called in 4 possible scenarios:
...@@ -101,7 +101,7 @@ Dim LocList() as String ...@@ -101,7 +101,7 @@ Dim LocList() as String
InitializeLabelValues() InitializeLabelValues()
bNeedFieldRefresh = True bNeedFieldRefresh = True
SetDialogLanguage() SetDialogLanguage()
bStartUp = true ' bStartUp = true
With DialogModel With DialogModel
.cmdBack.Enabled = False .cmdBack.Enabled = False
.cmdGoOn.Enabled = False .cmdGoOn.Enabled = False
...@@ -146,7 +146,7 @@ Dim LocList() as String ...@@ -146,7 +146,7 @@ Dim LocList() as String
Else Else
LocList() = AddListToList(Array(sSelectDBTable), LocList()) LocList() = AddListToList(Array(sSelectDBTable), LocList())
DialogModel.lstTables.StringItemList() = LocList() DialogModel.lstTables.StringItemList() = LocList()
bSelectContent = True ' bSelectContent = True
DialogModel.lstTables.SelectedItems() = Array(0) DialogModel.lstTables.SelectedItems() = Array(0)
End If End If
...@@ -194,10 +194,10 @@ End Sub ...@@ -194,10 +194,10 @@ End Sub
Sub FormGetFields() Sub FormGetFields()
Dim i as Integer Dim i as Integer
If bSelectContent Then ' If bSelectContent Then
bSelectContent = False ' bSelectContent = False
Exit Sub ' Exit Sub
End If ' End If
DeleteFirstListBoxEntry("lstTables", sSelectDBTable) DeleteFirstListBoxEntry("lstTables", sSelectDBTable)
ToggleDatabasePage(False) ToggleDatabasePage(False)
FillUpFieldsListbox(True) FillUpFieldsListbox(True)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment