ok i guess i will lay this out somewhat informally and if anyone can help me it would be greatly appreciated!
first i have 4 prompts (a list of names, list of places, a place to input a container #, a place to select the container #'s inputted, and scanning screen).
to create a list of names, list of places, i just create a list box and preprogram those names in.
Then for people to enter a container # , i just create a textbox.. (but i want to be able to have hte option for them to create as many containers as they want.
The next screen, someone chooses from a container they inputed in the previous prompt in the textbox (create a grid, and make the data the textbox of the last prompt).. Finally then Scan.
here is the trick first (i dont want anything to save to the file until it starts scanning.. so with each scan it saves, Name, location, container # and scan barcode ID.. Second, i want the people to be able to switch back to the prompt where they can select the container # and then go back to scanning (so that it still has the same name, location, container number reselected from grid, and scan.
how do i do this?
(also how do i put the scan function in so that you keep scanning until you are done?
Thanks so much!!! |