09-22-2009, 01:27 AM
Hi,
I am trying to use Ctrl+End, End & Home keys for a JavaEdit box,
Ctrl+Home is working fine, but nothing else works.
The object is as follows
I am using .PressKey, its working only for Ctrl Home, but not for others,
even for other keys the statement executes but, it wont perform the according action.
Any help would be greatly appreciated.
Thanks
Rammy
I am trying to use Ctrl+End, End & Home keys for a JavaEdit box,
Ctrl+Home is working fine, but nothing else works.
The object is as follows
Code:
Browser("...").Page("...").Frame("....").ActiveX("......").JavaApplet("....").JavaEdit("....")
I am using .PressKey, its working only for Ctrl Home, but not for others,
even for other keys the statement executes but, it wont perform the according action.
Any help would be greatly appreciated.
Thanks
Rammy