September 21, 201510 yr Background info: I'm working on a database that contains inventory items, with the help of a couple forums on this site I was able to setup an iOS button that triggers a script which scan a barcode and perform a find to display the particular items information and status. Insert from Device is used and it has an option to cancel the barcode scan, when cancel is pressed it will prompt the user if they want to continue the script or abort. My Database is setup as follows Tables Status Inventory Vendor Global Relationships: Inventory::VIN -> Status::VINID (VIN is the serial number which contains both text and numbers) Script: is attached Question Is there away to have the script continue without prompting the user to select an option? or is there an if statement that with do something if the barcode is scanned or something else when the barcode scan process is canceled? or is there an alternative script that will allow me to accomplish what i'm trying to do which allows the user to cancel the barcode scan without prompting the user to continue or abort script?
September 21, 201510 yr I cannot test this, but user canceling an action should result in error code 1.
September 25, 201510 yr Author thank you for attempting to help me even that it didn't work, after deeper research about dialogs and error codes I got a work around
September 25, 201510 yr even that it didn't work How did you determine it doesn't work? after deeper research about dialogs and error codes I got a work around Thank you for sharing.
Create an account or sign in to comment