Oct 23, 2003 #1 etiennes Programmer Oct 16, 2003 9 ZA I need to read an visual basic dll and populate the result of the dll into a field on my form. Can you use ora_ffi and does anyone have an example
I need to read an visual basic dll and populate the result of the dll into a field on my form. Can you use ora_ffi and does anyone have an example
Oct 23, 2003 #2 lewisp Programmer Aug 5, 2001 1,238 GB ORA_FFI is specifically for interfacing to DLLs. It replaces the old method of creating user exists. Check the forms help or load the D2KWUTIL.pll to have a look at how to interface to a DLL. Upvote 0 Downvote
ORA_FFI is specifically for interfacing to DLLs. It replaces the old method of creating user exists. Check the forms help or load the D2KWUTIL.pll to have a look at how to interface to a DLL.