A few things to know:
- ENFORCE CONSISTENT ACL IS CHECKED!!
- The star icon is an image resource with the alias DBIcon.
- The name beside the icon is an action button with a computed label of @DBTitle. You can find it on the ($notes-Top) form.
- There is a view for comments, and an agent for adding comments. Nearly every application I create needs this feature so I just built it into my template. To get rid of it you'll need to delete the (Add Comments) agent, the Comments view and the Comment form.
- There are a few shared actions.
- Everything on the form template is sized so it will print nicely. This means a left margin of 0.85" and a maximum table width of 6.8".
[EDIT - 12/29: Added the General script library and reuploaded.]
seem like u forgot the "general" script library for the (add comment) agent
ReplyDeleteI noticed that after I uploaded it, but didn't think anyone would download the template before I got back into the office today. I guess there really are some people reading my blog. :-P
ReplyDeleteThe "General" library isn't necessary for the agent to run, but I added it and uploaded it again anyway. Note that the URL changed.
Charles, good timing! I am in the middle of pulling my standard db architecture "for non-developers", which is largely an exercise of compiling the best functional pieces from a variety of sources. I really like the following from your template:
ReplyDelete- Save & Close Button - very nice touch with the @Valid addition.
- Comments functionality - great feedback tool for any database. I'll probably encapsulate the whole comment action/embedded view/agent code into a single subform to make it easy to use/not use for a given form via a configuration doc.
- The table structure for the form shell is very nice, and I might use a variation of that since it seems you've given a lot of thought to table column widths, fixed and otherwise.
I'll be sure to credit you in the code comments.
Thanks!