Re: how do you name the controls?



Wayne Niddery [TeamB] wrote:

Underscores are evil. <g>

My business partner wants to use underscores as a suffix to dataset
names to more readily recognise persistent field names, eg:

qryCustomer_

so that persistent field names look like:

qryCustomer_FirstName

I'm not terribly keen on the idea, because methods then look like:

qryCustomer_.Open;

Yeccchh.

--
Dave Nottage [TeamB]
Have questions?: http://www.catb.org/~esr/faqs/smart-questions.html
Want answers?: http://support.borland.com
.