CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 1999
    Posts
    3

    text array validation



    I have created a txt array that allows one to input in to one txt
    and have the identical info transfer to another txt.
    The array has bounds 0 to 7
    'allows entry in both fields at same time
    txtBilling(index).text = txtShipping(index).text

    I am stuck trying to find a way to validate each textbox after
    the data is entered into the textbox. I am unable to keep the focus
    in the textbox after validation.


  2. #2
    Join Date
    Aug 1999
    Location
    India-Delhi
    Posts
    106

    Re: text array validation

    hi,

    if you use vb6.0 there is a validate event. try that.


    Santulan

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

Featured