CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: vb_noob

Search: Search took 0.03 seconds.

  1. Replies
    8
    Views
    12,844

    Solved vb2010 datagridview auto text

    I don't know if this is the "best" way to do it, but it got the job done for anyone looking to do this. Maybe someone can come up with a much more simple way, I'm a noob! I had to hide a textbox in...
  2. Replies
    8
    Views
    12,844

    Re: vb2010 datagridview auto text

    I'm not concerned with overflow... I won't have more than 10 letters used. One last thing I thought of, is there a default expression for access that may be easier than coding all this in? If so,...
  3. Replies
    8
    Views
    12,844

    Re: vb2010 datagridview auto text

    That's what I've been needing help with, the code...

    I can do the current code which works fine for putting in a default value:

    Private Sub DataGridView1_DefaultValuesNeeded(ByVal sender As...
  4. Replies
    8
    Views
    12,844

    Re: vb2010 datagridview auto text

    I have looked at it and I'm just not able to understand how to do it, I've never worked with GUID's. I'm using MS Access as my database, my key is just a text type, GUID is not an option. Is there...
  5. Replies
    8
    Views
    12,844

    vb2010 datagridview auto text

    I would like for my datagridview to automatically fill in the column's next row with the previous entry + 1 letter. So say my datagrid is like this:

    ID NextField
    15-3A xxxxx...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured