Re: Forms and Bar code
Date: Fri, 17 Nov 2000 18:20:16 GMT
Message-ID: <3a3374d9.161252573_at_news.earthlink.net>
There are several possible ways to accomplish what you need to do.
One possibility would be to see if your bar code scanner can be
programmed in any way to either parse the data into the three fields
and insert a tab keystroke between the fields or possibly translate
the spaces in your data to tab keys.
Another apporach would be to rewrite the code in your form so that it
checks the data that it receives possibly looking for a certain number
of characters. If all three fields have been entered into a single
field then you could have code in the form that would split the data
up and put the seperate data items into seperate fields in the form.
If your bar code scanners have an RS232 output then you could also use a product called WinWedge from TAL Technologies, Inc. to input the data with the correct parsing. For more information on the WinWedge product visit http://www.taltech.com
On Tue, 07 Nov 2000 12:50:39 GMT, "C M" <cmarcoux_at_webnet.qc.ca> wrote:
>HI,
>
>My problem is that I need to insert in a forms
>an item read by "code bar readers"
>
>This code bar will indicate 3 différents informations
>and after reading it I must show the real information.
>
>Ex:
>008 210100 54427
>
>Tera 21 janvier 2000 #54427
>
>Question?
>
>How can I make an insert in 3 seperate fields?
>
>Thanks for any help.
>
>Please reply at
>
>cmarcoux_at_webnet.qc.ca
>
Received on Fri Nov 17 2000 - 19:20:16 CET
