January 3, 200818 yr Curious how the experts are organizing their scripts. In the beginning it made a lot of sense to organize all scripts thematically by function (scripts that add new records, scripts that sort records, scripts that popup selection windows, script to do common tasks etc) ... however, after a year and 120 layout later, the thematic approach proved quite cumbersome to me. It became difficult to maintain, to add new things, and generally to follow the script logic and all its calls after you've forget how (or why) you did certain things originally. It is starting to feel like one tangled mesh of spaghetti. Currently, I am experimenting with a "per layout" scripting method. (Each layout is one script divided into sections, based on a template). It remains to be seen if that approach will help. What scripting habits / organizing have you found to be most efficient ? -Thomas
January 3, 200818 yr It's still an evolving approach, but I tend to group scripts by Table. I also have a System Wide group for subscripts I call very often.
January 3, 200818 yr There are some PDFs about Standards, do a search for [color:blue]Standards, and Lee Smith, and you should find some links I have pointed to in the past. Start with this one, Here and check for the link for Core Solutions. HTH Lee
March 17, 200817 yr What scripting habits / organizing have you found to be most efficient ? Normalize the hell out of the solution, to prevent scripting gets out of hand and use object methods (usually auto-enters) when ever posible, design the script in a re-usable manner with script paramters and call's to custum functions. There is a great example of this here: http://web.mac.com/zueiv/iWeb/FileMaker/Script%20Killing%20Techniques/AFA363C6-2D85-4C6D-82E2-273F3722A69E.html --sd
March 17, 200817 yr Author bcooney, Lee, sd, Thank you. Thank you ... great suggestions indeed. I have been looking into them all. Best, Thomas
Create an account or sign in to comment