@Today in Selection formulas is common and stupid. db.Search and db.FTSearch to find just a few documents is alos pretty stupid. Writing agents where the code is 2 miles long (not broken up into functions) is also pretty stupid. Passing down, to a function, the same thing twice is stupid i.e. MyFunc( doc as notesdocument, uidoc as notesuidocument ) is callded MyFunc( uidoc.document, uidoc) Calling uidoc.refresh in postopen messes up your events - not to talk about calling this function from the postopen of a sub form. Using 10's of subforms in a form is also stupid. etc. etc. etc.
|