Re: Callback from DLL into Oracle forms

From: dim1r <dim1r.2czglz_at_no-mx.forums.yourdomain.com.au>
Date: Wed, 23 Aug 2006 02:34:41 -0500
Message-ID: <dim1r.2czglz_at_no-mx.forums.yourdomain.com.au>


There is a way to press a button in Forms.

  1. pass button handle into DLL using get_item_property(window_handle)
  2. in DLL do SendMessage(button_handle, BM_CLICK,0,0); this will fire Form trigger
  3. in Forms trigger fetch data from DLL using DLL functions

So to solve your problem you need to use pointer to procedure #2.

Dmitry Rybakov
dim3r_at_yandex.ru

-- 
dim1r
------------------------------------------------------------------------
dim1r's Profile: http://www.dbtalk.net/m708
View this thread: http://www.dbtalk.net/t77795
Received on Wed Aug 23 2006 - 09:34:41 CEST

Original text of this message