cws automationdev300m91: #i115468# workaround for this issue
This commit is contained in:
parent
323824f71c
commit
02582fe488
1 changed files with 10 additions and 1 deletions
|
@ -1375,8 +1375,17 @@ function fRegisterDatabaseFile( sFileName, sName)
|
|||
NewBtn.Click
|
||||
sleep(1)
|
||||
Kontext "CreateDatabaseLink"
|
||||
DatabaseFile.setText(sFileName)
|
||||
|
||||
RegisteredName.setText(sName)
|
||||
|
||||
' this does not work due to issue 115468
|
||||
' DatabaseFile.setText(sFileName)
|
||||
' workaround
|
||||
CreatedatabaseLink.typeKeys("<shift tab>")
|
||||
CreatedatabaseLink.typeKeys("<shift tab>")
|
||||
CreatedatabaseLink.typeKeys(sFileName)
|
||||
' -
|
||||
|
||||
CreateDatabaseLink.OK
|
||||
|
||||
sleep(1)
|
||||
|
|
Loading…
Reference in a new issue