Newbies Bear Posted October 15, 2005 Newbies Posted October 15, 2005 I was wondering if it is possible for me to have a window pop up when a certian field is set to true. (E.g. if( get (CurrentDate) > 89 > oil change date ; Pop up ; "" ) ) or somethinjg like that. My calculation is probably off, but I was just using an example and a quick one at that, but the basic idea is still there. Thanks in advance.
Kent Searight Posted October 18, 2005 Posted October 18, 2005 Try the EventScript Plug-in. It can trigger a script to run upon entry or exit of a field. Website for more info is here!
mr_vodka Posted October 18, 2005 Posted October 18, 2005 How often do you want it to be envoked? If its something you want envoked right after teh value in the field is changed then yes look into the EvenScript as Kent posted. However, if it is something you want to popup for example when you go the clients record and it is not something that requires immediate envoking, then you can just write it within the go to client record script etc.
Newbies Bear Posted October 27, 2005 Author Newbies Posted October 27, 2005 I want it to look to a field and come up when a field is true. e.g. if (field = true, eventscript, "") something like that. I'm not even sure if this is an option. It would be nice though.
mr_vodka Posted October 27, 2005 Posted October 27, 2005 If that is the case, then you will definately need the EventScipt plugin. Check out the link that Kent posted.
Recommended Posts
This topic is 7033 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