Re: Back color



Thanks for the reply, Fred.
My response was based on your choice of words "poor coding". I will assume
your intent was not as disrespectful as it appeared. I see your posts often
and usually your answers are usually helpful.

I still am opposed to your constant use of literal values rather than
intrinsic constants. Why do you do that? Constants are a great way to make
your code easier to understand. Certainly almost everyone using VBA knows -1
is True and 0 is False, but it is still easier to read code with constants
rather than literal values. Taking it to extreme, would you rather see:

Me.txtFuzzball.BackColor = 65535

or
Me.txtFuzzball.BackColor = vbYellow

Sorry, but it is one of those pet peeves of mine.

Thank you for being out here helping those who have questions.
--
Dave Hargis, Microsoft Access MVP


"fredg" wrote:

On Thu, 18 Jan 2007 11:41:00 -0800, Klatuu wrote:

I don't see anything wrong with Mike's coding. It is, as you say in the
wrong event and is incomplete, but his basic coding structure is better than
your's.

Using values rather than intrinsic constants does not mean you are
knowledgeable and cool. It means you are a mid level coder who hasn't
figured out others have to read your code and understand it easily.

Now, see how it feels when someone is rude to you?

David,
I did not call the poster names, nor in any other way denigrate him.
My factually commenting on someone's code was not rude.
It called attention to what I perceived as incomplete logic.
I understand the poster was not aware of having to include the Else
portion. He's learning, just as you and I have, a little bit at a
time.

You mention that his basic coding structure is better than mine.
It is not, nor has it ever been, my intention to show how good a coder
I am, but only to help answer the asked question. I kept my direct
answer in the same If.. Then style the poster did so that HE could
understand the reply.
I also suggested conditional formatting. There was no need to go
further in my reply.

Frankly, David, I would have been more impressed had you just answered
the poster directly with your method of how to make his code work,
rather than responding to me with whatever your perception of my reply
was.
I'm sure Mike is a big boy. If I offended him I'm sure he would have
let me know. Offending posters is not my intention.

Have a good day.
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail

.



Relevant Pages

  • Re: Lets put it to the vote
    ... If you could vote for this group to be rid of one poster ... wouldn't do it, this is a haven imo, even if it does get a bit heated ... malicious intentions by those whose sole intention here is to 'fuck ...
    (uk.people.support.depression)
  • Re: Lets put it to the vote
    ... If you could vote for this group to be rid of one poster ... I think 'fuck up' is only nasty when it's done with deliberate and malicious intentions by those whose sole intention here is to 'fuck things up'. ...
    (uk.people.support.depression)
  • Re: Back color
    ... I did not call the poster names, nor in any other way denigrate him. ... It called attention to what I perceived as incomplete logic. ... You mention that his basic coding structure is better than mine. ... Offending posters is not my intention. ...
    (microsoft.public.access.reports)
  • Re: The Next Generation Takes Over!
    ... >>Assuming that the poster wasn't made with the intention of NOT giving ... >>spoilers away. ... > Why is Captain Atom there? ...
    (rec.arts.comics.dc.universe)
  • Re: swapping behind followup
    ... Robin is a normal, sane, sensible poster. ... not at all my intention. ... Play it like you want Sharon. ...
    (rec.equestrian)

Loading