Copy Ean Code From Query Into Next Query Field
I have made two queries to fill in, one for the article and one for the batch code.
We scan the gs1-128 with a usb scanner the code into both fields. After cutting the string to article and batch I can take the informatie out of the database.
I would like to know if it's possible to copy the first scan in the article query field to the next field batch. So that we have only scan ones.
I think it would be possible with vb script.
-
Not sure if this will be possible due to event ordering issues, but worth a try. Create a named data source and link it to a text input form control on the data entry form. Create your two query prompts and use OnProcessData VB scripting to get the input value from the named data source, truncate the bit you don't want so that the query prompt in question only has the value that you want for each.
I suspect that this won't work though, so you'll need to create your own front-end input app using .NET, and then control BarTender via automation.
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar