Dr. Evil Posted November 22, 2005 Posted November 22, 2005 Hello all, I have a script that sets a container field with a graphic displaying either "Approved" or "Not Approved" This works fine, except when in find mode. The graphics do not display using my current script, although it does work the graphic does not show it is working. I have attached a sample file, please let me know if further explanation is needed. THANKS! 03_icon_check_model.fp7.zip
Vaughan Posted November 22, 2005 Posted November 22, 2005 In find mode, no records are "active" -- that's why there are separate find and browse modes.
Dr. Evil Posted November 22, 2005 Author Posted November 22, 2005 So is there any hope of making this or something similar work?
Vaughan Posted November 22, 2005 Posted November 22, 2005 Well, that depends on what you want to do. In find mode, I cannot see the point of displaying the "approved" graphics... after all, you are in amode that allows people to search for records, not display the data.
Dr. Evil Posted November 22, 2005 Author Posted November 22, 2005 Unfortunately, calculations do not work in Find Mode. You might think a script would work to set a container; but that is also impossible in Find Mode. Relationships do not exist in Find Mode either; so you could not set a container with a related field anyway, if it were possible. My best advice would be to have finds for this table performed in Browse Mode, by using a separate layout and globals to contain the criteria. Once the selections are made, switch to Find Mode, set the data fields with the globals' values, and Perform Find. -Queue- Thank you! I needed to know that it was impossible before developing a work around. I wanted it to work so user could enter find mode and check the "oked" icon and search records ok or not ok.
Recommended Posts
This topic is 7007 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