Re: How to tie 4D to barcode readers?

2018-09-20 Thread Gary Willetts via 4D_Tech
ussol.net] Sent: Thursday, September 20, 2018 2:53 AM To: s.o...@the-aquila-group.com; '4D iNug Technical' <4d_tech@lists.4d.com> Subject: Re: How to tie 4D to barcode readers? Hi Steve, Sorry to be unclear - what I meant is that we're not wanting to read data from barcode scanners into

RE: How to tie 4D to barcode readers?

2018-09-19 Thread Dennis, Neil via 4D_Tech
> Anyone got any pointers on how to identify the correct port to use > with SET CHANNEL (I assume this is the way we have to > go) and general advice with getting this working? Did you check out the documentation... http://doc.4d.com/4Dv16/4D/16.4/SET-CHANNEL.301-3979404.en.html If you are

Re: How to tie 4D to barcode readers?

2018-09-19 Thread Jeffrey Kain via 4D_Tech
Port 101/201/301 etc is COM1, 102/202/302 is COM2, etc. No real need for GET SERIAL PORT MAPPING on Windows. > On Sep 19, 2018, at 8:20 AM, Gary Willetts via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > Anyone got any pointers on how to identify the > correct port to use with SET CHANNEL (I

RE: How to tie 4D to barcode readers?

2018-09-19 Thread Stephen J. Orth via 4D_Tech
: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Gary Willetts via 4D_Tech Sent: Wednesday, September 19, 2018 7:21 AM To: 4d_tech@lists.4d.com Cc: Gary Willetts Subject: Re: How to tie 4D to barcode readers? Hi Tony and others, Interesting that this subject should come up now, we're

Re: How to tie 4D to barcode readers?

2018-09-19 Thread Gary Willetts via 4D_Tech
Hi Tony and others, Interesting that this subject should come up now, we're also looking at adding barcode reading to our software. Our application needs to be independent of where the user is in the GUI and we're looking at low resource settings so we need to stay away from IP scanners if we can.

Re: How to tie 4D to barcode readers?

2018-08-31 Thread Tony Pollard via 4D_Tech
copying of this communication is strictly > prohibited. If you have received this communication in error, please notify > us immediately by replying to the message and deleting it from your computer. > > From: Tony Pollard [mailto:to...@neutral.co.uk] > Sent: Thursday, August

Re: How to tie 4D to barcode readers?

2018-08-30 Thread Tony Pollard via 4D_Tech
s.4d.com] On Behalf Of Kirk Brooks > via 4D_Tech > Sent: Tuesday, August 28, 2018 6:56 PM > To: 4D iNug Technical <4d_tech@lists.4d.com> > Cc: Kirk Brooks > Subject: Re: How to tie 4D to barcode readers? > > Tony, > How are you handling programming the barcode reader

RE: How to tie 4D to barcode readers?

2018-08-28 Thread Stephen J. Orth via 4D_Tech
Sent: Tuesday, August 28, 2018 6:56 PM To: 4D iNug Technical <4d_tech@lists.4d.com> Cc: Kirk Brooks Subject: Re: How to tie 4D to barcode readers? Tony, How are you handling programming the barcode reader to include information about what the barcode belongs to? Or are you using it as a

Re: How to tie 4D to barcode readers?

2018-08-28 Thread Kirk Brooks via 4D_Tech
Tony, How are you handling programming the barcode reader to include information about what the barcode belongs to? Or are you using it as an extended keyboard input? On Tue, Aug 28, 2018 at 4:19 PM Tony Pollard via 4D_Tech < 4d_tech@lists.4d.com> wrote: > If you want the bar code scanning to be

Re: How to tie 4D to barcode readers?

2018-08-28 Thread Tony Pollard via 4D_Tech
If you want the bar code scanning to be independent of where the user is on the UI, then there is usually a serial port emulation available on USB. GET SERIAL PORT MAPPING is useful for this on Mac. You can then run serial comms in a separate process, which is handy if (for instance) the bar

Re: How to tie 4D to barcode readers?

2018-08-24 Thread Timothy Penner via 4D_Tech
--- via 4D_Tech <4d_tech@lists.4d.com> Date: 8/24/18 6:51 AM (GMT-08:00) To: 4D iNug Technical <4d_tech@lists.4D.com> Cc: mfergu...@myofficelink.com Subject: How to tie 4D to barcode readers? Hi, I am familiar with plugins to print barcodes, but don’t know what interface is needed to ge

Re: How to tie 4D to barcode readers?

2018-08-24 Thread Jeffrey Kain via 4D_Tech
Most barcode readers also let you add a character to the start and end of a barcode. If you need more control than just entering the data into the current field, you can trap for these characters to position the cursor into the field that needs to accept the scan. For example, the character

Re: How to tie 4D to barcode readers?

2018-08-24 Thread Pat Bensky via 4D_Tech
I recall doing this for a client a few years ago. As I recall, the barcode reader is just another input device, so as long as it has a USB connection you can just plug it in and read data into a field. Pat On Fri, 24 Aug 2018 at 14:52, mferguson--- via 4D_Tech <4d_tech@lists.4d.com> wrote: > Hi,

How to tie 4D to barcode readers?

2018-08-24 Thread mferguson--- via 4D_Tech
Hi, I am familiar with plugins to print barcodes, but don’t know what interface is needed to get 4D to read barcodes from barcode wands, etc. Does anyone have advice or recommendations? Thanks, Michael Ferguson Objective Systems