MelJ Posted June 22, 2007 Posted June 22, 2007 This on may take one of the more advanced users to answer if it's possible at all. I have a notes database and am going to allow users to edit their notes. I will be keeping track of who has read the particular note that is being edited. When the note is modified, I need to notify the persons that have read it immediatly. The person editing the note is on computer "A" The people that have read the note are on computer E,F and G. Is it possible to trigger a script on E,F,G from the server to notify them of the change? Thanks, Mel
Genx Posted June 22, 2007 Posted June 22, 2007 Trigger the script remotely? Not without a plugin... http://dacons.net/ -> ScriptFire.. (i think that one works for over network, if not, take a look at http://www.24usoftware.com/plugins.php). There would be other ways to do this though (maybe not instantenous, but cheaper). You could, if you use custom navigation for example, just run a check for whichever records have been edited whenever the user moves to another layout. Or on edit, add a record to another table saying that this records been edited and have your script check that.. HTH (though it probably doesn't).
Søren Dyhr Posted June 23, 2007 Posted June 23, 2007 Is an audit log nessersarily a scripted matter?? http://www.databasepros.com/FMPro?-DB=resources.fp5&-lay=cgi&-format=list.html&-FIND=+&resource_id=DBPros000603 While the navigation from record to record or layout to layout easily might be scripted in a way that the users modifies an invisible field when entering each layout or record. --sd
Recommended Posts
This topic is 6365 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