avpatil
6th March 2002, 16:36
Hi,
Is it possible to read the weight into a field (In a Baan session) from he scale attached to the cleint machine. Also can we have inputs from multiple input devices- Keyboard, Scale, Scanner in a session?

Thanks

Arvind Patil

Ilansu
6th March 2002, 17:24
Arvind Hi

We did the same thing using a txt file .
I used the App_Start () function to activate the scale program.
The scale printed the output into a *.txt file .
By using the seq.open() and seq.gets() I put the result in a Baan Field.

Ilan S

lbencic
6th March 2002, 18:04
I have seen pen scanners that interface as a split with the keyboard input. It just sends input as if they keyboard has done it, and can read bar codes. Nothing special required in Baan for that. So..it depends on the hardware you are using - how do you plan on hooking it up?