Slobey Posted March 21, 2005 Author Posted March 21, 2005 Hi again, I have a solution that I would like to hide the status area from my users to minimize any problems that may occur. My problem is that I would like them to be able to perform a find using the omit button. Is there some other place to do this. i have a find script but how do I place the option of omitting in it? or is there a keyboard stroke or is it anywhere else but in the status area? Thanks in advance.
Slobey Posted March 21, 2005 Posted March 21, 2005 Hi again, I have a solution that I would like to hide the status area from my users to minimize any problems that may occur. My problem is that I would like them to be able to perform a find using the omit button. Is there some other place to do this. i have a find script but how do I place the option of omitting in it? or is there a keyboard stroke or is it anywhere else but in the status area? Thanks in advance.
Vaughan Posted March 22, 2005 Posted March 22, 2005 In Find mode, the "Omit Record/Request" script step is the equivilent of selecting the omit check box in the status area.
Slobey Posted March 22, 2005 Author Posted March 22, 2005 Thanks for responding. I am not sure I understand. I know I can omit with a script if I know that is what they want. But how do I give the user the option of omitting, extending, or constraining by using my find button and no status area? Or should I post this in the scriptmaker forum?
jhomer Posted March 22, 2005 Posted March 22, 2005 Im not sure if this is the best option, but you could create a button for each find execution a user may want to conduct. Attach a paramater to each button and then write the the script to execute a find based on the button selected.
Fenton Posted March 22, 2005 Posted March 22, 2005 I don't know of any new 7 techniques for this. But there is an older technique. Which is to exploit the fact that a calculation field is empty in Find mode. It requires a dedicated Find layout, and a script. If you have a Constant=1 field you can use that. Put it on the Find layout, formatted as checkbox with a Boolean value list, 1, labelled as "Omit". The user checks it. When they click a button to perform the find, you loop through the requests. If your "omit" field (Constant in this case) has a 1, Omit Record/Request. When you've looked at all requests you perform the actual Find. Not sure how this would work with Constrain and Extend. But if you use extra calculation fields to produce checkboxes for them on the layout, I don't see a great reason why your script couldn't perform the step. Not tried though.
Slobey Posted March 22, 2005 Author Posted March 22, 2005 Thanks guys, It sounds like I should just let them have the status area. I appreciate your help
Vaughan Posted March 23, 2005 Posted March 23, 2005 Yes... I now let users have the status area unless there is some other compelling reason no to, like needing to display layouts based on a field value. But then I'm also trying to avoid any sort of navigation system that requires something like this as well.
Recommended Posts
This topic is 7185 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