Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kimprogrammer

  1. kimprogrammer

    cell validating error icon

    Thanks for this - but my problem was with the dataerror method because I did not want to include the whole dataset in the datagrid. I do have validation working with the cellvalidation method. Thanks for the help Kim
  2. kimprogrammer

    cell validating error icon

    My contract has ended so I won't get the opportunity to get this piece of the project completed - so no need to reply Thanks for all the help!!!!!!!!!!!!!!!!!!!! Thanks for the help Kim
  3. kimprogrammer

    cell validating error icon

    Could .DefaultValuesNeeded be part of my solution? Does this only work if I have the columns being displayed on the datagrid? Thanks for the help Kim
  4. kimprogrammer

    cell validating error icon

    Thanks for the posts - I actually had looked at that validation tutorial - I had not yet put the CellEndEdit into my code because the comments on it said "for when the user press esc"; but I was only tabing thru the fields; I hadn't realized it got rid of the icon I just thought it cleared the...
  5. kimprogrammer

    cell validating error icon

    When I tab off the last field the error icon disappears. But so does my whole line. I'm trying to understand how all this cellvalidating and dataerror works together. So because I don't have this working properly maybe this is not the time to ask about this icon. Thanks for the help Kim
  6. kimprogrammer

    cell validating error icon

    Hello I have a datagrid wit cellvalidating. When I enter an incorrect value the small red error icon show on the left of the grid. But when I correct the value and tab to the next cell the icon remains. How do I get reid of it? Thanks for the help Kim
  7. kimprogrammer

    array of contol data validations - need direction

    Sorwen - Then I must be in my first year of Tek-Tips U. And I agree that everyone that has help me on this site has been great. Although I'm sure I've frustrated a few with my lack of knowledge. Because only having experience as a cobol mainframer - and then being dropped into this OOP and...
  8. kimprogrammer

    array of contol data validations - need direction

    Thanks for that tip. Thanks for the help Kim
  9. kimprogrammer

    array of contol data validations - need direction

    River Guy - Ok thank you - that was what I was looking for. I thought you could/should only put error checking within a validation routine when a field was changed or selected. It was just the approach I needed to understand. Sorwen - thanks for the info on collections - when I first started...
  10. kimprogrammer

    array of contol data validations - need direction

    No I'm not talking about the totals I understand how the validation was done with a handler attached to one field when it changes. ie the hours field gets modified and it goes to the hour field validation. So with the reason code if it changes it needs to go to the reason code validation. But...
  11. kimprogrammer

    array of contol data validations - need direction

    Maybe Do I set up another Ctype to get the index of sender and then use the name of the txtbox with that sent index in the if statement Thanks for the help Kim
  12. kimprogrammer

    array of contol data validations - need direction

    Yes but in the case of what I want to do - I have the addhandler if there is a change to the reason combobox and then it gets sent into the validation routine. But how do I send the right textbox with the hours into the subroutine so I can check it? Thanks for the help Kim
  13. kimprogrammer

    autocomplete working not as expected

    Thank you - I'm not sure what is going on either. I thought maybe something got mixed up so I took out the autocomplete and it worked ok. But tried puting it back and got the same results. So I guess I won't be giving the users this option Thanks for all the help Thanks for the help Kim
  14. kimprogrammer

    array of contol data validations - need direction

    I think I understand the addhandler I have set one up already to validate the hours. Below is the code and it works. I think maybe it's the cast(CType) and/or sender I don't quite understand. AddHandler Me.txtAdjHour1(x).Validating, AddressOf txtAdjHours_Validating AddHandler...
  15. kimprogrammer

    autocomplete working not as expected

    That didn't seem to make a difference - I first just commented out the if statement because I do have that code in all 3 comboboxes and that really made sense that that is what it could be. ''If drv Is Nothing Then '' Exit Sub ''End If but that made no difference So I...

Part and Inventory Search

Back
Top