windows api in oracle forms - sendkey -
02-13-2004
, 10:22 AM
I'm fairly new to oracle forms. I found a windows api that would
allow me to send keystrokes to a window, but I get an error saying
that I must declare it. Here what I type into a trigger:
Win_Api_Shell.SendKeys(
GET_WINDOW_PROPERTY('window1', window_handle ), '{Home}', False);
It tells me that Win_Api_Shell.SendKeys must be declared. How do I
declare it and where. Any help would be appreciated.
Thanks
Brian |