Home » Developer & Programmer » Forms » CARD READER PROBLEM
icon8.gif  CARD READER PROBLEM [message #175324] Thu, 01 June 2006 14:32 Go to next message
ashosheh
Messages: 25
Registered: June 2006
Location: JOR
Junior Member
hello ALL
I have a problem in oracle 10g forms (THIN CLIENT).
I have a form that reads from a card reader (a cheque number) to a text item, the card reader inserts the card number to the field at which the mouse cursor is focusing . the card reader takes 20-30 seconds to finish reading. the problem is i can't know when the card reader has started reading and when it has finished. I want to display a (please wait message) while the card reader is reading. on forms 6i i can use the post-change trigger on the text item to detect that the card reader has finished inserting the card number to the text item. but on 9i and later ... I can't.
please help me,,,,,,,,,,,
thanx
Re: CARD READER PROBLEM [message #175336 is a reply to message #175324] Thu, 01 June 2006 16:11 Go to previous messageGo to next message
Littlefoot
Messages: 21818
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
Why can't you use the POST-CHANGE trigger in 9i, if it worked OK in 6i? It exists in 9i too ... What happens? Do you get any error messages?
Re: CARD READER PROBLEM [message #175359 is a reply to message #175336] Thu, 01 June 2006 23:33 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Why not change the cursor to 'busy'? Please don't use the Post-Change trigger. Use a Post-text-Item instead and set the cursor back to 'normal'.

The cursor is handled by get_application_property and set_application_property(cursor_style).

David
Re: CARD READER PROBLEM [message #175438 is a reply to message #175324] Fri, 02 June 2006 04:49 Go to previous messageGo to next message
Rehan Mirza
Messages: 67
Registered: July 2004
Location: Pakistan
Member

Please tell how you read data from card reader? you any ocx control or some thing else i need to communication through comm port please tell me reply me at mirza_rehan@yahoo.com
Re: CARD READER PROBLEM [message #175464 is a reply to message #175336] Fri, 02 June 2006 06:37 Go to previous messageGo to next message
ashosheh
Messages: 25
Registered: June 2006
Location: JOR
Junior Member
hello all .
thanxs for ur reply.
on 9i and later (THIN CLIENT) the trigger
POST-CHANGE does NOT work properly , it also has un=expected behaviors. coz my system is a banking system , I can't risk with this trigger.
thnx again.
Re: CARD READER PROBLEM [message #175465 is a reply to message #175359] Fri, 02 June 2006 06:43 Go to previous messageGo to next message
ashosheh
Messages: 25
Registered: June 2006
Location: JOR
Junior Member
hello all
thanx again for ur replies.
the problem with the card reader is I cannot control the data flow from the cable to my application in oracle , the card reader inserts the text to any active text item in any active application (also if notepad is running and the cursor is focusing on it , the card reader will insert the text to it).
that's why i can't know when it's reading and where the text will be inserted.
thanx.
ASHOSHEH
Re: CARD READER PROBLEM [message #175466 is a reply to message #175438] Fri, 02 June 2006 06:53 Go to previous messageGo to next message
ashosheh
Messages: 25
Registered: June 2006
Location: JOR
Junior Member
hello REHAN.
I don't use any OCX or DLL. I just connected and installed the card reader.
thanx
Re: CARD READER PROBLEM [message #175491 is a reply to message #175324] Fri, 02 June 2006 08:43 Go to previous messageGo to next message
Rehan Mirza
Messages: 67
Registered: July 2004
Location: Pakistan
Member

try to use WHEN-VALIDATE-ITEM...

Best regards,
R E H A N M I R Z A
Re: CARD READER PROBLEM [message #175557 is a reply to message #175491] Fri, 02 June 2006 15:11 Go to previous messageGo to next message
ashosheh
Messages: 25
Registered: June 2006
Location: JOR
Junior Member
hello REHAN
thanx for ur reply..
I didn't get ur adea about using WHEN-VALIDATE-ITEM
coz it fires just before u leave the item.
thanx.
Re: CARD READER PROBLEM [message #175611 is a reply to message #175324] Sat, 03 June 2006 05:33 Go to previous message
Rehan Mirza
Messages: 67
Registered: July 2004
Location: Pakistan
Member

Dear you just try it i think it work well please try When-Validate-Item

Best regards
R E H A N M I R Z A
Previous Topic: how to attach a button toTabular form????
Next Topic: Required Forms 9i Documentation.
Goto Forum:
  


Current Time: Fri Sep 20 09:34:24 CDT 2024