diff options
Diffstat (limited to 'testautomation/dbaccess/tools/controltools.inc')
-rwxr-xr-x | testautomation/dbaccess/tools/controltools.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testautomation/dbaccess/tools/controltools.inc b/testautomation/dbaccess/tools/controltools.inc index cd73e5f068be..d7f8dce83a37 100755 --- a/testautomation/dbaccess/tools/controltools.inc +++ b/testautomation/dbaccess/tools/controltools.inc @@ -249,6 +249,7 @@ function fSetControlProperty(sControlType, sPropertyName, sPropertyValue as stri ControlPropertiesTabControl.setPage TabDataControl Kontext "TabDataControl" ReferenceValue.setText(sPropertyValue) + ReferenceValue.TypeKeys("<RETURN>",true) Kontext "ControlPropertiesTabControl" ControlPropertiesTabControl.setPage TabGeneralControl elseif sPropertyName = "Repeat" then @@ -266,6 +267,7 @@ function fSetControlProperty(sControlType, sPropertyName, sPropertyValue as stri ControlPropertiesTabControl.setPage TabDataControl Kontext "TabDataControl" ReferenceValueOff.setText(sPropertyValue) + ReferenceValueOff.TypeKeys("<RETURN>",true) Kontext "ControlPropertiesTabControl" ControlPropertiesTabControl.setPage TabGeneralControl elseif sPropertyName = "Readonly" then |