Mark Reed Posted March 13, 2008 Posted March 13, 2008 I have a container field, and am using it to store photos. I have an insert image button, and a delete image button. They work fine. However, if a user double clicks the container, it opens the sound recorder. How can I prevent this?
Raybaudi Posted March 13, 2008 Posted March 13, 2008 Hi while in Layout Mode, select that container field and: Format >> Field/Control >> Behavior... de-select the boxes: Allow field to be entered in Browse and Find Mode. You have to do some works on your scripts, too.
Mark Reed Posted March 13, 2008 Author Posted March 13, 2008 disabling the entry did not work. If a user double clicks the container, it opens the sound recorder.
mr_vodka Posted March 13, 2008 Posted March 13, 2008 Mark it should work. Once you disable entry, the insert sound will go away. Are you sure you did it to every container in each tab?
Raybaudi Posted March 14, 2008 Posted March 14, 2008 disabling the entry did not work. If a user double clicks the container, it opens the sound recorder. I said you that: You have to do some works on your scripts, too. If the user double clicks the container when your script selects that field, [color:red]only than opens the sound recorder. So the script must have something like this: Set Error Capture [ On ] Go to Field [ Table::Container ] Insert Picture [ Reference ] Commit Records/Requests [ ]
Mark Reed Posted March 14, 2008 Author Posted March 14, 2008 Thanks all. Between the behavior and the script mods, it is now working. Thank you for being so helpful.
Recommended Posts
This topic is 6447 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