November 21, 201312 yr I have a button that performs a find request. Everything works fine. The problem arises when the person requesting the information does not click the button to do a new find and just types dat in the field and replaces the found data with the new typed information. Say for example the person clicks the button to start a find. The find request is to find all the people who are 12. They get the results. NOW they want to find all the 11s. Instead of clicking the button to start a new find, the person enters an 11 in the box and changes the 12 record to 11. How do I make sure they cannot enter data in the field without clicking the find button first? Thanks
November 21, 201312 yr Perhaps you should deny entry to the field/s in Browse mode. It's not quite clear if you don't want them to modify the data at all (which should be handled by user privileges) or just not modify it by mistake. Another thing that might help is giving them strong visual cues regarding the mode - such as having a dedicated layout for entering find criteria, or at least using conditional formatting based on window mode (this last one assumes you are not using version 6, as your profile indicates).
November 24, 201312 yr Author Perhaps you should deny entry to the field/s in Browse mode. It's not quite clear if you don't want them to modify the data at all (which should be handled by user privileges) or just not modify it by mistake. Another thing that might help is giving them strong visual cues regarding the mode - such as having a dedicated layout for entering find criteria, or at least using conditional formatting based on window mode (this last one assumes you are not using version 6, as your profile indicates). I do not want the user to modify the data, but I want them to be able to find the data.
November 25, 201312 yr Or make the fields on that layout be not able to be entered in Browse mode....
Create an account or sign in to comment