March 13, 200817 yr 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?
March 13, 200817 yr 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.
March 13, 200817 yr Author disabling the entry did not work. If a user double clicks the container, it opens the sound recorder.
March 13, 200817 yr 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?
March 14, 200817 yr 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 [ ]
March 14, 200817 yr Author Thanks all. Between the behavior and the script mods, it is now working. Thank you for being so helpful.
Create an account or sign in to comment