Jump to content

on error play noise


This topic is 4247 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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

Link to comment
Share on other sites

This topic is 4247 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.