How can I get window handle? [message #442556] |
Tue, 09 February 2010 00:38  |
andyone
Messages: 2 Registered: February 2010
|
Junior Member |
|
|
Hi,
The following code works fine in the form 6i, but in the same form 10g I get map_handle='0' and win_handle='0' instead of certain value as in 6i.
map_handle:=get_item_property('MAP.MAP_ITEM',WINDOW_HANDLE);
win_handle:=get_window_property('CG$WINDOW_1',WINDOW_HANDLE);
MAP.MAP_ITEM has Chart Item type.
Thanks in advance,
Greetings from Russia,
Andy
|
|
|
Re: How can I get window handle? [message #442561 is a reply to message #442556] |
Tue, 09 February 2010 02:05   |
tamzidulamin
Messages: 132 Registered: October 2009 Location: Dhaka
|
Senior Member |
|
|
What is your OS?
Quote:WINDOW_HANDLE Returns the a unique internal VARCHAR2 constant that is used to refer to objects. Returns the number 0 if the platform is not Microsoft Windows.
Tamzidul Amin.
|
|
|
|
|