Jimbojames30 Posted October 2, 2012 Posted October 2, 2012 Hi everyone, after some advice, i have created a database whic collects barcode info, there is a script to validate the entry before moving to the next field, if its incorrect i have used the bleep function followed by a pop up message, the thing is the bleep is so quite on the iPad you can never hear it, (Volume on max) is there a way to make it play a better warning sound in it doenst pass the validation my script is IF(Left ( Consignment Scanning::Product Code ; 2 ) = "+H" or Left ( Consignment Scanning::Product Code ; 2 ) = "+M" or Left ( Consignment Scanning::Product Code ; 2 ) = "01" or Left ( Consignment Scanning::Product Code ; 2 ) = "+E" or Left ( Consignment Scanning::Product Code ; 2 ) = "02" or Left ( Consignment Scanning::Product Code ; 2 ) = "00") Exit Script Else Bleep Show custom dialog["error in scanning please rescan" : "re scan"] Clear [select] Exit Script [ Result : Get(scriptResult) = 0] End If is there a better louder noise that i could use? Many thanks
Recommended Posts
This topic is 4434 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now