ContributionsMost RecentMost LikesSolutionsRe: Send random integer or string value to Edit controlThank You for help and example! Best regards:) MarekkRe: Send random integer or string value to Edit controlI would like assign result of my function to "wText" like on attached screenshot, but it doesn't work How should I do it correctlly? Please give me example step by step. M.Send random integer or string value to Edit controlHi:) How to send random integer or string value to Edit control in my Delphi application? I would like use some TestComplete script which has simple function in Delphi to generate specific random key string like this: function GenerateRandomKey: String; Begin Result:=IntToStr(Random(1000))+'-'+IntToStr(Random(5000)); End; I don't know how to assign this function from script with wText[Set] action. Best regards. M. OpenDialog/SaveDialog problemHi:) I just tried TestComplete and I see that is problem with simulate click on "OK" button in OpenDialog & SaveDialog which is without PlacesBar on left side (program compiled in old Delphi 4). TestComplete can't click (find?) this button (try click on file types combobox) and dialog can't be closed. How can I resolve this problem? Regards:) Marek