Results 1 to 5 of 5

Thread: Seemingly Simple Problem [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2003
    Location
    Chicagoland
    Posts
    92

    Seemingly Simple Problem [RESOLVED]

    I have a form with some textboxes and radio buttons that enters data into a database. Often I need to enter sets of very similar data consecutively, like only a radio button needs to be changed for the next set of data, or the data in a single textbox is changed. Therefore, I don't clear the contents of the form once one set of data is submitted since it is easier to just tab to the proper control and change it rather than re-entering duplicate information.

    The problem - well, more of an annoyance, really - is that when I tab to the textboxes, the contents aren't highlighted so I can just start over typing what is there. I know I can just do Shift+End and highlight the whole box, but I _SHOULDN'T_ have to, gosh darnit.

    What irks me even more is that one of the textboxes is for a date and I have the form load event put today's date in there for me. When I tab to this textbox, it does get highlighted, as long as I don't change the date.

    How do I get the rest of my textboxes to highlight on subsequent tabs? Is there a property or something?
    Last edited by shadowfyre; Jun 3rd, 2004 at 11:03 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width