Page 38 of 38 FirstFirst ... 2835363738
Results 1,481 to 1,485 of 1485

Thread: VBFlexGrid Control (Replacement of the MSFlexGrid control)

  1. #1481

    Thread Starter
    PowerPoster
    Join Date
    Jun 2012
    Posts
    2,547

    Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Quote Originally Posted by rciszek View Post
    It seems to me if it never see's the 2nd call for the ODT_LISTBOX that there is something missing in the code to do this, I have the break on all errors option set and nothing occurs.
    It certainly is curious that when I click on a row in the dropdown a value is returned and it is what you would expect from the placement in the list, Again, seems like it has white text on a white background.
    Again, can't replicate. For me it's working. So we are stuck.

  2. #1482
    Member
    Join Date
    Apr 2021
    Posts
    45

    Smile Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Quote Originally Posted by Krool View Post
    Again, can't replicate. For me it's working. So we are stuck.
    Dear Krool, I am writing the following to you, in the attached file you have many improvements for VBFlexgrid, it would be excellent if you could adapt it to the latest version of VBFlexgrid and in that way have a new version with excellent features such as themas, progress bar, etc.
    Hoping you can consider it viable.
    Much obliged
    Attached Images Attached Images  
    Attached Files Attached Files

  3. #1483
    Addicted Member
    Join Date
    May 2022
    Posts
    137

    Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Hi all again!, i hope everything is fine here :-)

    A little question

    We can format a column this way:

    Code:
             For i = LBound(TT) To UBound(TT)
                xCol = xCol + 1
                .Col = xCol
                .Text = "Zona" & vbCrLf & TT(i)
                .ColWidth(xCol) = 250
                .ColAlignment(xCol) = FlexAlignmentCenterCenter
                .ColKey(xCol) = "zona" & TT(i)
                .ColWidth(xCol) = 2000
                .ColFormat(xCol) = "#,###0.00"
            Next i
    But if i want to format 1 cell of this columns for example with "#,###0.000" (one decimal more), is there an option? or must i use textmatrix with format(value) ?

  4. #1484
    PowerPoster
    Join Date
    Jan 2020
    Posts
    5,044

    Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Quote Originally Posted by lizano diaz View Post
    Dear Krool, I am writing the following to you, in the attached file you have many improvements for VBFlexgrid, it would be excellent if you could adapt it to the latest version of VBFlexgrid and in that way have a new version with excellent features such as themas, progress bar, etc.
    Hoping you can consider it viable.
    Much obliged
    I don't know how so many figures are drawn in it.
    Like that circular picture. There is a data share of about 10%.
    If the prototype is the same picture, just copy it. Draw another triangle.

    If the same elements can be drawn in batches.For example, the function that an interface can display is 20 lines of fixed height.
    There is a certain amount of space between each line.
    You just need to draw 20 identical figures and set the distance between them.

  5. #1485
    PowerPoster
    Join Date
    Jan 2020
    Posts
    5,044

    Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    Can you develop an Excel table space?
    Read the width and height of each cell. Background color. Font style.Does each cell have a border line?

    I have an exce table with 50,000 rows of data and 15 column fields.The file size is about 2.5mb when I set the color of 8 columns.
    The file size becomes 5 MB, and he actually writes data to each cell.

    In fact, I want to have a table control like this, which can set the color of each column. After saving the Excel file, the size of the file is almost the same.
    Last edited by xiaoyao; Feb 13th, 2025 at 04:19 PM.

Page 38 of 38 FirstFirst ... 2835363738

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