I actually use naming to discern which fields display input from a SQL database. Every field that begins with “fld” is associated with a column in a table i.e. fldCustomerName is associated with the column customername.
Bob S On Oct 14, 2014, at 14:15 , J. Landman Gay <[email protected]> wrote: > Agree, I think the feature is more desirable than not. I frequently name all > label fields the same so I can loop over all the controls and skip any named > "lbl". > > On October 14, 2014 4:05:49 PM CDT, [email protected] wrote: >> As for a warning that you already have one of that name, there are >> instances where that sort of naming is desired, and we would then have >> others writing for an enhancement that eliminated that annoying warning. > > -- > Jacqueline Landman Gay | [email protected] > HyperActive Software | http://www.hyperactivesw.com > > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
