Good morning!
I'm having trouble on the keyboard layout when creating an automation script in which I use the method "keys" of a variable and the text I use the bar divide "/" the TestComplete is not filling the field with the bar.
example:
procedure keyboard();
var
formSisloc : oleVariant;
begin
formSisloc := aliase.sisloc.wmainform;
formSisloc.keys(TS.0001/2013); / / command populates this value in the text box on the form, so that without the bar divide "/".
end;
The standard keyboard is configured Portuguese (Brazil) ABNT2. I found that if I use the Portuguese (Brazil) U.S. bar works, but my keyboard to get mangled manual entry.
I tried using the example of the manual setKeyboardLayout TestComplete, but for the system to work does not work. System developed in Delphi and VCL forms of type.