jj: fix conversion error when index type is INTEGER
This commit is contained in:
parent
1b8fca4f0a
commit
888729ce25
@ -2133,9 +2133,8 @@ Public Class frmIndex
|
||||
AddVorschlag_ComboBox(DR.Item("NAME"), y, DR.Item("CONNECTION_ID"), DR.Item("SQL_RESULT"), MultiSelect, DefaultValue, AddNewItems, PreventDuplicates)
|
||||
'AddAutoSuggest_Textbox(DR.Item("NAME"), y, DR.Item("CONNECTION_ID"), DR.Item("SQL_RESULT"), DefaultValue)
|
||||
Else
|
||||
Dim VORBELGUNG As Integer = DefaultValue
|
||||
'nur eine Textbox
|
||||
AddTextBox(DR.Item("NAME"), y, VORBELGUNG)
|
||||
AddTextBox(DR.Item("NAME"), y, DefaultValue)
|
||||
End If
|
||||
Case "VARCHAR"
|
||||
If DR.Item("SUGGESTION") = True And DR.Item("SQL_RESULT").ToString.Length > 0 Then
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user