Home » Developer & Programmer » Forms » Barcode integration with Oracle form (Oracle 10g)
Barcode integration with Oracle form [message #468624] Sat, 31 July 2010 03:46 Go to next message
shaz
Messages: 182
Registered: June 2009
Senior Member
Dear Gurus,

I am assigned a task to integrate the barcode reader with my form.
The user wants that he/she will use the bar code reader and the related information should show at form.

Please help me.

Re: Barcode integration with Oracle form [message #468636 is a reply to message #468624] Sat, 31 July 2010 06:39 Go to previous message
ranamirfan
Messages: 535
Registered: January 2006
Location: Pakistan / Saudi Arabia
Senior Member

Dear,

First you needed Barcode where the Barcode Reader reads the values and Inserted these Value in one Text Item Field and against this Text Item Field you can show related Information as below.


KEY-NEXT-ITEM

Go_block('ABC');
Set_Block_Property('ABC',DEFAULT_WHERE,' ECODE IS NOT NULL');
Set_Block_Property('ABC',DEFAULT_WHERE,''); 
Execute_query;


I hope you'll get Idea.

Regards,

Irfan
Previous Topic: WebUtil Host Bean not found
Next Topic: retriving the data according to where clause
Goto Forum:
  


Current Time: Thu Sep 19 17:24:23 CDT 2024