|
|
|
|
|
|
|
|
|
|
|
|
|
|
How to use UI standards to cut your Notes development time by 15% or more (continued)
To summarize, we'll populate our subform with the four fields shown in Table E.
| Field name |
Type |
Value |
| Ftr_CreatedOn |
TimeDate, Computed for display |
@Created |
| Ftr_CreatedBy |
Text, Computed |
@If( @IsNewDoc & @IsDocBeingSaved ; @If( $Anonymous="1" ; "Anonymous" ; @Name( [Abbreviate] ; @UserName ) ); @Return( Ftr_CreatedBy ) ) |
| Ftr_UpdatedOn |
Text, Computed for display |
@Subset( @Subset( @Text(@Date($Revisions)) ; -1) ;1) |
| Ftr_UpdatedBy |
Text, Computed for display |
@Subset( @Subset( @Name([Abbreviate];$UpdatedBy) ; -1) ;1) |
And we'll use the "Hide when" formulas for the Created line:
We'll do the same for the Updated line:
@IsUnavailable( $Revisions ) | @IsUnavailable( $UpdatedBy ) | @IsAvailable( $Anonymous )
|
What does all this look like in when it's in use? Figure C shows a simple database form using the StdFrmHeader and StdFrmFooter subforms.
FIGURE C
 
The StdFrmFooter subform completes the UI of a very simple form. Roll over picture for a larger image.
Wrapping up User interface standards have compelling benefits but they don't come for free or without effort. You need to document the standards that make the most sense for your organization, then create design objects that support and reinforce those standards.
Remember, these types of standards won't be implemented or accepted by your development community if they're not involved in the decision making process. Get them involved early on in the proceedings and give them real decision-making authority in the process. That way, they've got ownership in the final product. This always helps with 'buy-in'.
What's your thought about standards? Too much, not enough, just right? Give me your thoughts or suggestions at recheandia@dominopower.com.
Richard Echeandia is a Principal with Tactica Technology Group, a Lotus Premium Business Partner in Dallas, Texas. He is a frequent speaker at Lotus seminars and conferences and has been a computer consultant for over 16 years. He can be reached via email at recheandia@dominopower.com.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-- Advertisement --
Learn Notes and Domino 8 at your place and pace!
Learn Notes and Domino in your office and/or home! TLCC's highly acclaimed distance learning courses for users, developers, and admins will enhance your career and your resume.
The many included activities and demos will make you a pro! Expert instructor help is a click away.
Click here to try a FREE demo course!! |
-- Advertisement --
Integrate your Notes Applications with Microsoft Office and Symphony
Integra for Notes Integrates Microsoft Office and/or IBM Lotus Symphony
Requires NO change to the design of the appliation or Installations of DLL's and EXE's
- Integra is a ready to use solution, enhance static reports with Excel data analysis, pivot tables, macros
- User friendly aproach, using a point and click access to features
- Reports from any Lotus Notes databases
- Runs reports through a Notes client, web browser and scheduled basis
- Allows use of LotusScript for advanced data manipulation
- Enables self service reporting capabilities to end-users
Learn more at www.integra4notes.com. |
|
|
|
|
|
|
|
|
|
|