I don't have much leanings toward table names, forms or reports (excluding temp versions of tables and views) inasmuch as their placement in code can't be confused very easily.
Temp tables I just prefix with a lower case "t" and temp views "tvw" prefix. I like to camel hump the names of tables, views, forms, and reports for readability (for me) and keep the RStyle.cas file up to date with any newcomers. ----- Original Message ----- From: "Bruce Chitiea" <[email protected]> To: "RBASE-L Mailing List" <[email protected]> Sent: Monday, February 20, 2012 5:32 PM Subject: [RBASE-L] - Object Naming Conventions All: Any feelings one way or the other about 'prefixed' object naming conventions? ... such as: tb_<tablename> tt_<temptablename> vw_<viewname> fm_<formname> rp_<reportname> Over time, is this helpful in building/maintaining code, or just extra typing? Thanks, Bruce Chitiea SafeSectors, Inc.

