Home » Developer & Programmer » Forms » Library Needed
Library Needed [message #532043] Sun, 20 November 2011 00:14 Go to next message
aallan
Messages: 150
Registered: October 2011
Senior Member
Dear All;
How are you ?
can anybody send me OLEXTRA Library ??
Re: Library Needed [message #532048 is a reply to message #532043] Sun, 20 November 2011 01:20 Go to previous messageGo to next message
Michel Cadot
Messages: 68666
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
http://www.google.com/search?hl=en&source=hp&q=OLEXTRA+&gbv=2&oq=OLEXTRA+&aq=f

Regards
Michel
Re: Library Needed [message #532050 is a reply to message #532048] Sun, 20 November 2011 01:37 Go to previous messageGo to next message
aallan
Messages: 150
Registered: October 2011
Senior Member
Thanks Michel for help.
could u please send me a direct link to download it ?
Re: Library Needed [message #532054 is a reply to message #532050] Sun, 20 November 2011 02:05 Go to previous messageGo to next message
Michel Cadot
Messages: 68666
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
I can't more than you can.
I can just do what you can do from the link I provided.

Regards
Michel
Re: Library Needed [message #532056 is a reply to message #532054] Sun, 20 November 2011 02:07 Go to previous messageGo to next message
aallan
Messages: 150
Registered: October 2011
Senior Member
i tried to serach about a link to download it, but no link provide it.
Thanks
Re: Library Needed [message #532064 is a reply to message #532056] Sun, 20 November 2011 03:26 Go to previous messageGo to next message
Michel Cadot
Messages: 68666
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
which OLEXTRA are you talking about?

http://www.orafaq.com/forum/t/84745/2/

Regards
Michel
Re: Library Needed [message #532099 is a reply to message #532064] Sun, 20 November 2011 15:00 Go to previous messageGo to next message
aallan
Messages: 150
Registered: October 2011
Senior Member
dear Michel;
Library doesnt exist in the link above!
Re: Library Needed [message #532137 is a reply to message #532099] Sun, 20 November 2011 23:32 Go to previous messageGo to next message
Michel Cadot
Messages: 68666
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Quote:
which OLEXTRA are you talking about?


There are several stuff with this name.

Regards
Michel
Re: Library Needed [message #532140 is a reply to message #532137] Mon, 21 November 2011 00:55 Go to previous message
aallan
Messages: 150
Registered: October 2011
Senior Member
Thank you michel for replay..
i user this code with OCX, when i searched about it...the previous library neeeded!

declare
  my_ole OLEOBJ;
  dummy number;
begin
forms_ole.activate_server('SCAN');
my_ole := forms_ole.get_interface_pointer('SCAN');
if Imaging_DImgScan.ScannerAvailable(my_ole) <> 0 then
	   --dummy := Imaging_DImgScan.ShowSelectScanner(my_ole);

	dummy := Imaging_DImgScan.StartScan(my_ole);
else
   message('No Scanner Detected, Please Contact The Administrator !!!');
   message('No Scanner Detected, Please Contact The Administrator !!!');
end if;
end;


Errors:

activate_server must be declared
get_interface_pointer must be declared
Previous Topic: Can Barcode read by Developer Forms 6i
Next Topic: Problem with main menu
Goto Forum:
  


Current Time: Mon Jul 15 16:13:30 CDT 2024