Forum Discussion
tlehmann
9 years agoNew Contributor
Hi Robert,
Thanks for your reply. I just tried it, but unfortunatly with the same problem.
Regards,
Thomas.
begin
Aliases.Handwerk.MainForm.dxRibbon.ClickItem('[0]|Mandanten|Mandantensicherung');
Delay(3000);
Aliases.Handwerk.ClientBackup.btnNext.Click();
Delay(3000);
Aliases.Handwerk.ClientBackup.btnNext.Click();
Delay(2000);
Aliases.Handwerk.ClientBackup.LayoutControl.ed_TargetDir.TcxCustomInnerTextEdit.Keys('c:\temp');
Delay(3000);
Aliases.Handwerk.ClientBackup.LayoutControl.edHowToSave.ClickItem('ZIP-Archiv (Normal)');
Delay(3000);
Aliases.Handwerk.ClientBackup.btnNext.Click();
Delay(3000);
Aliases.Handwerk.ClientBackup.btnNext.Click();
Delay(3000);
Obj:=Sys.Process('Handwerk').Window('#32770', 'Informationen', 1);
Obj.Keys('[Enter]');
end;tristaanogre
9 years agoEsteemed Contributor
My guess, then, is that this last Information window is a modal dialog.
I'm not sure why this is happening... according to the documentation, everything should work smooth.
Suggestion: Instead of "Click" try "ClickButton" and see if it works better.
- tlehmann9 years agoNew Contributor
Thanks for your effort Robert, but if i use ClickButton i get an error.
"The object with the specified attributes does not exist."
Regards,
Thomas.