Results 1 to 6 of 6

Thread: DBGrid

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2001
    Location
    Ca
    Posts
    124

    DBGrid

    Hey

    I have this project that i have not looked at in a while. My PC crashed and i had to reinstall windows XP. The problem is my DBGrid is resizing to the left. I cannot see any of my values. Anyone ever see anything like this?

    Thanks,

    Reston

  2. #2
    Super Moderator FunkyDexter's Avatar
    Join Date
    Apr 2005
    Location
    An obscure body in the SK system. The inhabitants call it Earth
    Posts
    7,957

    Re: DBGrid

    What do you mean "Resizing to the left"? I think you're going to need to show us some screenshots on this one.
    The best argument against democracy is a five minute conversation with the average voter - Winston Churchill

    Hadoop actually sounds more like the way they greet each other in Yorkshire - Inferrd

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jan 2001
    Location
    Ca
    Posts
    124

    Re: DBGrid

    I will take some screen shots and post them.

    Thanks for the reply

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Jan 2001
    Location
    Ca
    Posts
    124

    Smile Re: DBGrid

    Hey all

    This is a form in my app ,but i'm having trouble with the size of the columns in this. They are not in the order of the access data base and the size of the columns seem to be pretty large.

    This is the code that i'm using as the form loads.

    Thanks for any help

    VB Code
    Private Sub Form_Load()
    sPath = "C:\Nif3\Table1.mdb"
    Set daoDB36 = DBEngine.OpenDatabase(sPath)
    Set rs = daoDB36.OpenRecordset("ToolOrgins")
    Set datToolOrgins.Recordset = rs
    End Sub

    VB Code
    Name:  Form.JPG
Views: 100
Size:  95.9 KB
    Last edited by tiguy; May 23rd, 2009 at 10:49 PM.

  5. #5
    Software Carpenter dee-u's Avatar
    Join Date
    Feb 2005
    Location
    Pinas
    Posts
    11,127

    Re: DBGrid

    You can go to the Property Pages and the Layout tab and set the Width of the columns.
    Regards,


    As a gesture of gratitude please consider rating helpful posts. c",)

    Some stuffs: Mouse Hotkey | Compress file using SQL Server! | WPF - Rounded Combobox | WPF - Notify Icon and Balloon | NetVerser - a WPF chatting system

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Jan 2001
    Location
    Ca
    Posts
    124

    Re: DBGrid

    I will try this.

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