January 23, 200521 yr In Filemaker pro 7, how would I trigger a script after the user hits return, or enter from a field ? Thanks for the help Travis I do have the eventscript plugin by softs4humans
January 23, 200521 yr You have to define the field as auto-enter calculation that replaces existing value. the calculation is: FieldName & S4HU_EventScript( FileName ; ScriptName ; "" ) If FileName and ScriptName are text they must be enclosed in quotes.
Create an account or sign in to comment