jj_26_01_16 sql command for textbox

This commit is contained in:
JenneJ
2016-01-26 11:03:15 +01:00
parent e41b0a27d9
commit a7b5fcfd75
3 changed files with 34 additions and 27 deletions

View File

@@ -44,7 +44,7 @@ Public Class ClassControlValues
Select Case control.GetType()
Case GetType(TextBox)
Dim textbox As TextBox = DirectCast(control, TextBox)
ControlLoader.TextBox.LoadValue(textbox, value)
ControlLoader.TextBox.LoadValue(textbox, recordId, parentRecordId, value)
Case GetType(Label)
Dim label As Label = DirectCast(control, Label)