May 20, 200520 yr In FM 7, is it possibile to implement even driven? for example, when I enter data in a field, if the datum is invalid, then FM7 will automatically call a script file. If you have implemented this function, please teach me about the strategy. Thanks a lot!
May 20, 200520 yr Are you absolutely sure the task performed with your script can't be done with a calcfield or a field level validation??? How would you establish a rollback from the damage a script may cause?? Such matters exist as plugins, but I'd consider it my duty to ask you reconsider the reasoning behind you demand. If say you wish to set a series of fields from a series of global ditos must the Evaluate( function be one of your considerations at least. I waving the flag for metaphoric interfaces as such, where you press a button or fiddle a knob etc. because when it comes to it, does it make more sence to manipulate indexes in a normalized table structure, than moving actual data between records in tables, this makes the lions share of scrips very short ...and not something you need to perform in smaller chuncks every time idle time occures. In my humble opinion does lenghty scriptings reflect pour tablestructure, say searches - they have often their counterpart as relations definitions. Let the user be the master of when and why the state of data needs the change via buttons, instead of making the user a passenger that tries to jump on a runaway train. --sd
May 20, 200520 yr SJOE You might want to check out a piece of free(I think)ware called eventscript (again I think)that these people have http://www.softs4humans.com/ HTH Phil
May 21, 200520 yr Meanwhile inspired by this an another thread have I allowed myself to interpolate a little - I wrote: If say you wish to set a series of fields from a series of global ditos must the Evaluate( function be one of your considerations at least. Take a look at the template attached to this post, and you'll realize that you with exactly the same numbers of script steps can move either the 4 fields contents or 400 fields contents back and forth!! --sd BulkMove.zip
May 24, 200520 yr Author Inky Phil, Thank you so much! It's quite useful! SJOE You might want to check out a piece of free(I think)ware called eventscript (again I think)that these people have http://www.softs4humans.com/ HTH Phil
Create an account or sign in to comment