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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. TMoney216

    Datagrid ReLocating User Inside The Grid

    Hi All and thanks in advance for any help you can give me. I'm having the worst time trying to reposition the user in the correct column and row of the grid after a DB violation....what is the simplest method to relocate the user to the spot where the infraction occurred.
  2. TMoney216

    Non Nullable Columns Being Updated to NULL Error

    Hi All Thanks for even looking but I found something I didn't realize about the datagrid. That error "Non nullable column cannot be updated to null" is easily handled with the datagrid1_Error(byval DataError as integer, byval Response as integer) event. The DataError for...
  3. TMoney216

    Non Nullable Columns Being Updated to NULL Error

    Hi All and thanks in advance for any help you can give me. I would like to know how once and for all to get rid of this problem. I have a column in my grid that is NOT NULL on the DB, in my KeyPress event...I haven't tracking for certain keys and disallowing or setting keyascii = 0 for...
  4. TMoney216

    KeyPress Event and VB KeyCodes

    Thanks a lot for the help!!!!
  5. TMoney216

    KeyPress Event and VB KeyCodes

    Hi All and thanks for the help in advance. I was just wondering why, in my datagrid's KeyPress event, doesn't it detect the use of the "delete" key? It allows the use of it...but doesn't pick it up as the keyascii value passed into it.........when I hit delete and then a valid...
  6. TMoney216

    Date Format from Control Format

    Hey Thanks.......that's exactly what I was looking for!!!
  7. TMoney216

    Date Format from Control Format

    Hi All, What is the easiest way to get the current date format from the Regional Settings in the Control Panel. I'm working with a datagrid and need to know prior to working with a column containing a date, what the grid will date format will be.....I guess that's based on the Regional...
  8. TMoney216

    Datagrid Message "Non nullable Column cannot be updated with null"

    Hi All, I currently building a VB/Oracle application. I get the error from the datagrid control when I hit the MDIForms control box 'X'. Non nullable column cannot be updated to Null. When the child windows Form_Unload event is called.........I have it call my "Cancel_click&quot...
  9. TMoney216

    Hi All, Fairly new to VB,

    Hi All, Fairly new to VB, and I have, what is probably an easy one, a question. How can I access controls on the main MDI form from a child or document form? When I run the code below I get a runtime error of "Only One MDI Form Allowed", it seems its treating it as...
  10. TMoney216

    MDI Forms w/ Code

    Hi All, Fairly new to VB, and I have, what is probably an easy one, a question. How can I access controls on the main MDI form from a child or document form? This occurs when I try to update the main MDIForms status bar, from the Add button on my child form... Private...
  11. TMoney216

    MDI Forms

    Hi All, Fairly new to VB, and I have, what is probably an easy one, a question. How can I access controls on the main MDI form from a child or document form?

Part and Inventory Search

Back
Top