October 2, 201213 yr 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
Create an account or sign in to comment