-
Jan 30th, 2025, 02:17 PM
#1481
Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)
 Originally Posted by rciszek
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.
-
Feb 12th, 2025, 05:25 PM
#1482
Member
Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)
-
Feb 13th, 2025, 04:26 AM
#1483
Addicted Member
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) ?
-
Feb 13th, 2025, 04:11 PM
#1484
Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)
 Originally Posted by lizano diaz
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.
-
Feb 13th, 2025, 04:13 PM
#1485
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|