Dear TP community -
I have a few problems with behavior of a form.
1. The form consists of 3 fields CODE, TRAY, ITEM. The first 2 goto fields are the next one. For ITEM, it's TRAY (the thing is supposed to write records of CODE+TRAY+ITEM (where CODE is always the same)).
When data is scanned to ITEM, it goes to TRAY, but throws a length error, as if data from ITEM is being carried into TRAY (the fields have different acceptable length parameters). With the intention of writing a record only after an ITEM scan, Auto-submit = true just for ITEM.
2. Notwithstanding the above, it doesn't display scanned data in TRAY or ITEM (CODE has a default value (which makes it impossible to see what's causing the above length error)).
3. "Finally" - it's not writing records in the format described in #1 above.
I have a few problems with behavior of a form.
1. The form consists of 3 fields CODE, TRAY, ITEM. The first 2 goto fields are the next one. For ITEM, it's TRAY (the thing is supposed to write records of CODE+TRAY+ITEM (where CODE is always the same)).
When data is scanned to ITEM, it goes to TRAY, but throws a length error, as if data from ITEM is being carried into TRAY (the fields have different acceptable length parameters). With the intention of writing a record only after an ITEM scan, Auto-submit = true just for ITEM.
2. Notwithstanding the above, it doesn't display scanned data in TRAY or ITEM (CODE has a default value (which makes it impossible to see what's causing the above length error)).
3. "Finally" - it's not writing records in the format described in #1 above.