經 ComponentOne - 產品類型: 構件 / ActiveX OCX
ComponentOne VSFlexGrid Pro can also be bought as part of ComponentOne Studio Enterprise and ComponentOne Studio for ActiveX.
If you require more information please Contact Us
I have been using VSFlexGrid 7 for years on XP and darlier machines and now want to use it in Windows 7. However, neither the installer or the registration program will run. I somehow got it to install and run in my VB6 development environment, but get the demo nag screen. I have it running OK in the virtual XP mode, but sure would like to have it properly installed in Windows 7. I don't need any more features than I have with version 7, so spending big$ to upgrade makes no sense. How can I get it registered in W 7 64 bit?
回復
Hi,
I am using VSFlexGrid 7 with VBScript and running into the below issues.
Upon initial opening of the form where the grid is painted, I get a About VSFlexGrid message.
I can see scrollbars on the grid but they are frozen, I cant move them either horizontally or vertically, ther is enough data in the grid
Also I need to group on one of the columns and create a Tree Look.
Here is the code i used
Sub TabDocs_Init
Dim strSQL
Dim objRS
Dim objDB
Set objRS = System.CreateRecordset(strConnString,strSQL)
With oleDocs.control
.cols = 12
.clear
.TextMatrix(0, 0) = "A"
.TextMatrix(0, 1) = "B"
.TextMatrix(0, 2) = "C"
.TextMatrix(0, 3) = "D"
.TextMatrix(0, 4) = "E"
.TextMatrix(0, 5) = "F"
.TextMatrix(0, 6) = "G"
.TextMatrix(0, 7) = "H"
.TextMatrix(0, 8) = "I"
.TextMatrix(0, 9) = "J"
.TextMatrix(0, 10) = "K"
.TextMatrix(0, 11) = "L"
End With
For intRow = 1 To (objRS.RecordCount) 'this loop is for rows
oleDocs.control.Rows = oleDocs.control.Rows + 1
For intCol = 0 To (objRS.Fields.Count - 1) 'this loop is for Columns
If IsNull(objRS(intCol)) Then
oleDocs.control.TextMatrix(intRow, intCol) = 0
Else
oleDocs.control.TextMatrix(intRow, intCol) = objRS(intCol)
End If
Next
objRS.MoveNext
Next
oleDocs.control.AutoSize 0,11,False
Set objRS = Nothing
End Sub
Thank you.
回復
I nedd to sort a column of column-type timestamp that is formatted as yyyy-mm-dd hh24:mi:ss.ffffffff
Since it doesn't work setting colDataType = flexDTDate, I thought making a hidden column with the timestamp-value formatted to character and invent in the BeforeSort-Click to not sort the timestamp column but instead the string-column - did also not work.
Any other ideas?
(VB6, VSFlexGrid 8 UniCode)
回復
We are using VSFlexGrid 6.0 Pro version 6.0.0.14 in VB 6.0 application
We need to install our application now on windows 2008 server.
Will it work?
If not what do we need to upgrade to?
If we upgrade will it work with VB 6.0?
Any other issue we can expect?
Thanks
Moshe
回復
Hi,
Running VB6 with VSFlexGrid 7. I am using it as a tree grid, and I want to sort the grid after data values have been changed. In this case, I am translating the values in Col = 0 to Spanish. Then I want to re-sort the grid.
I am using:
With vsTreeSearch
'NOTE .Row and .RowSel are equal
.Col = 0
.Sort = flexSortStringNoCaseAscending
.Refresh
End With
Nothing happens. Any suggestions or tutorials?
Paul
回復
RE: VSFlexGrid Pro Sorting paul [CA, USA] 11-Nov-2011 18:06:59
Another note: I do have nodes that I am trying to sort.
回復
I have used Vsflex8.ocx in VB.Net and developed the software in the Xp operating system. Now when I am opening the same project in Windows 7 operating system or Window Vista Operating system, it is destroying my form designer .. Can you please tell me how can I open, develop and built the project in VB.Net 2008 using Vsflex8.ocx, Vsprint8.ocx and vspdf8.ocx in Windows 7 or windows vista operating system
Thanks in advance,
Bimal
回復
Hello,
I have a COM Object where a vsflexgrid 8.0 is inside. On switching to Visual Studio 2010 / Win 7 the active x component of flexgrid is not displayed.
Program crahes in COleControlSite::DoVerb.
When the COM Caller program is compiled/linked with (Data Execution Prevention) /NXCOMPAT:NO then it works. But i don't have access to each COM caller program
to change this linker option. My question: Is there another way to solve this issue?
回復
I am having an issue with vb6 projects that show a crash on exit. Having looked over the programs very closely I am beginning to suspect that a added in control is the source of the issue and is probably not unloading correctly.
The projects are written in vb6
I am using
ComponentOne Sizer/Tab Controls 8.0
ComponentOne Spell 8.0 control
ComponentOne VSFlexgrid 8.0 (OLEDB)
Have you had this issue with any of these controls?
thanks
回復
RE: VSFlexGrid Pro support@componentsource.com 15-Jun-2011 12:03:44
The related items on ComponentOne's forum appear to indicate that the VB6 crashes have been resolved in the latest version of ComponentOne Studio for ActiveX 2011 v1.
Please make sure that you are using the latest version of the controls.
回復
How to export VS Flex Grid 8 data into Microsoft Power Point from Visual Basic 2008
回復
i have flexgrid 8.0 and i used it in visual basic 9.0 but i cannot display picture in cell
i use cellproperty but the picture doesn't appear can you help me in that
thank you
回復
Hi i'm using VSFlexGridPro 7 with VB6 and am wondering if it is possible to make a column in a flexgrid always remain visible? Currently, users can right click on the grid and select columns to show/hide. Is it possible to disallow a user from hiding a column? Thanks for any help in advance!
回復
RE: VSFlexGrid Pro support@componentsource.com 04-Oct-2010 13:54:43
Hello there,
Thank you for using this VSFlexGrid Forum here at ComponentSource.
I run your query with the right people at ComponentOne and they sent the below information for you:
==
VSFlexGird Pro 7.0 and 8.0 have two properties for you to look into, ColIsVisible and RowIsVisible.
ColIsVisible Property
Returns whether a given column is currently within view.
Syntax
val% = [form!]VSFlexGrid.ColIsVisible(Col As Long)
Remarks
The ColIsVisible and RowIsVisible properties are used to determine whether the specified column or row is within the visible area of the control or whether it has been scrolled off the visible part of the control.
This example checks to see if the second column is currently within view:
If fg.ColIsVisible(1) Then
Debug.Print "Column 1 is visible"
End If
If a column has zero width or is hidden but is within the scrollable area, ColIsVisible returns True.
To ensure a given column is visible, use the ShowCell method.
===
I hope it helps,
Regards,
Enrique Perez
ComponentSource Support
回復
Our company has lost the original install files for VSFlexGrid Pro version 7.0.144. Is there any place to download this older version?
回復
RE: VSFlexGrid Pro support@componentsource.com 17-Sep-2010 15:40:36
Hello there,
Thank you for taking the time to submit your question on the VSFlexGrid Pro Forums here at ComponentSource.
Do you remember whether you bought VSFlexGrid Pro 7 at ComponentSource? We maintain a secutiry copy of your downloadable purchases in your account with us so you can redownload your purchased products shall you need to. All of this free of charge of course..
If you bought VSFlexGrid Pro 7 with us, please, log on to your account with us an redownload it, if you don't remember or you can't find the information on where you bought it, please, drop us a line at support@componentsource.com . We will be happy to help you further.
Best regards,
Enrique Perez
ComponentSource Support
回復
Hi.
I am facing issue in language translation for Russian. On my VB6.0 application, everything like, label caption, button caption, etc, is using translation string successfully. But when I try to do it with VSFlexGrid ToolTipsText, it is showing ?????????. VSFlexgrid header text is also fine with Russian lang but only tooltistext giving issue.
Please let me know the solution to fix it.
Thank you,
Regards,
Kaushal Kumar
回復
Hello,
I have got a legacy VB6 system that uses the ComponentOne-VSFlexGrid Pro 7 on Windows Server 2003. Currently we are migrating to Windows Server 2008.
When I am trying to install the ComponentOne objects I am getting an error:
"The version of this file is not compatible with the version of windows you are running. Check your computers system information to see wheather you need and x86 (32bit) or x64 (64bit) version of the program and then contact the sofware publisher"
Do you support VSFlexGrid Pro 7 on Windows Server 2008 64 bit?
Can i bypass this problem in another way?
Thanks
回復
RE: VSFlexGrid Pro support@componentsource.com 01-Jul-2010 17:43:04
Hello there,
I received the below information for you from ComponentOne with regards to your VsFlexGrid Forum entry:
====
There is no workaround. They would need to upgrade to the latest version of FlexGrid (V8). That version supports Server 2008, as well as 32-bit and 64-bit operating systems. FlexGrid 7 does not.
====
I hope it helps
Regards,
Enrique Perez
ComponentSource Support
回復
I have inherited a legacy VB6 application using VS FlexGrid controls. The app--which is called from a shared server--works on some computers, but not on others--including mine. What do I need to do/insure so that the app runs? Shared files, DLLs?
Thanks,
Menashe
回復
RE: VSFlexGrid Pro support@componentsource.com 01-Jul-2010 17:46:32
Hello there,
I received the below information for you from ComponentOne with regards to your VsFlexGrid Forum entry:
====
I would first suggest you make sure any machine which uses it has the dlls registered on that machine.
Now with you saying it does not work, do you receive some errors or anything you can send us so we can see something more specific.
====
Regards,
Enrique Perez
ComponentSource Support
回復
Currently our application is developed in VB 6 and it uses both VS Flex Grid 6 & 7.
But our company is planning to migrate to Vista. Since 6& 7 version arent compatible in VIsta.
Can anyone help me how we can upgrade from VS Flex grid(6&7) to version 8. Does huge effort involved in it.
Please advise.
Regards
Madhu
回復
RE: VSFlexGrid Pro support@componentsource.com 01-Jul-2010 11:54:30
Hello Madhu,
VSFlexGridPro includes a conversion facility to help upgrading projects created with previous versions of VsFlexGrid like VsFlexGrid 6 or VsFlexGrid 7.
Please, download the VSFlexGrid 8 evaluation version and let us know how it goes.
Enrique Perez
ComponentSource Support
回復
Hello,
we noticed that the grid is having problems in Windows Vista and Windows 7 when the ScrollTrack property is set to TRUE.
To reproduce this:
- Fill the grid with enough data to show a vertical bar
- Click on grid and scroll the grid with your mouse wheel.
The vertical scrollbar hangs and can't be used anymore.
回復
Hi, I'm running into a problem upgrading some software to use VSFlexGrid Light, VSPrinter and VSPDF from version 7 to 8.
I am licensed to use version 7 and 8 on my development machine, and everything works fine here. I can run things without issue in Visual Studio or as a seperate install on my machine. The problem arises when I attempt to install and run the application on another machine.
I can install fine, but when I run I get a popup dialog telling me that I am using a trial version of the VS stuff, and telling me to either license or just continue.
Some additional info:
- I have both version 7 and 8 on my development machine.
- I added the references to the C1 stuff by using Choose Items it the VS2010 toolbox and adding the .ocx files.
- The machine that is getting the popup also has older versions of the software installed on it using version 7 of the components.
Is there anything specific I need to do to get that popup dialog to go away?
Thanks for you help.
回復
i'm vietnammese, not good at speaking English
I'm using 8.0 vsflexgrid
My problem is:
I have 3 flexgrid tables , I want when I save, it will save me on each sheet
Can you help me
many thanks!!!
回復
We are using VSFlexGrid 7.0 in our Visual basic application. In last column of the grid, when we click on celll, it generates combolist at runtime. When content of combolist of are more than grid column. It shows only partial data. Is there any way to wrap it?
回復
RE: VSFlexGrid Pro gauravrachchh [India] 19-Mar-2010 07:36:27
If the issue is in flexgrid, is it fixed in VSFlexGrid8.0 ?
Thanks in advance..
回復
If I set a variable with flexcpText it works as it should
If I set a variable with flexcpData, the Cell holds a variablle but nothing displays on screen grid.
What's the problem?
Dim dblTestVal As Double
dblTestVal = 1234
'TEXT works OK
VSFlexGrid1.Cell(flexcpText, 1, 1) = dblTestVal 'set it OK like it used Str$()
TestStr$ = VSFlexGrid1.Cell(flexcpText, 1, 1) 'receptor variable must be a string
VSFlexGrid1.Cell(flexcpText, 1, 2) = TestStr$ 'OK
VSFlexGrid1.Cell(flexcpText, 1, 3) = VSFlexGrid1.Cell(flexcpText, 1, 1) + VSFlexGrid1.Cell(flexcpText, 1, 2)
'concatenates them "12341234"
'DATA Numbers - Variant or even DoubleNumber
Dim vC As Variant
vC = 1234
'=====
' VSFlexGrid1.Cell(flexcpData, 2, 1) = CVar(dblTestVal) 'CVar() not necc
VSFlexGrid1.Cell(flexcpData, 2, 1) = dblTestVal
vC = VSFlexGrid1.Cell(flexcpData, 2, 1) 'OK 1234 but nothing in grid
dblTestVal = VSFlexGrid1.Cell(flexcpData, 2, 1) 'OK 1234
VSFlexGrid1.Cell(flexcpData, 2, 2) = dblTestVal 'OK
VSFlexGrid1.Cell(flexcpData, 2, 3) = VSFlexGrid1.Cell(flexcpData, 2, 1) + VSFlexGrid1.Cell(flexcpData, 2, 2)
'OK =2468 but nothing in grid
also tried this first
VSFlexGrid1.ColDataType(1) = flexDTDouble
VSFlexGrid1.ColDataType(2) = flexDTString
VSFlexGrid1.ColDataType(3) = flexDTDouble
回復
Hi. We are using VSFlexGrid 7.0 Pro.
I need to handle single cell selection after mouse click.
What event should I use? Is there event like CellSelected ?
thanks, Sergey.
回復
Hey Guys,
I installed the ComponentOne VSFlexGrid Pro 7.0 that I was asked to download and install A.C Mehta (an Online Indian Security Trader Firm). But the site would not just behave so, I installed the security firm client. But, I am unable to Uninstall the ComponentOne VSFlexGrid Pro 7.0 from the PC because it looking to install.log file which has gone missing. I tried searching for the VSFlexGrid Pro 7 download, so that can reinstall it and try to uninstall it, but could not find it anywhere. Can anybody help please. Kamal
回復
Hi,
I just switched to VSFlexGrid 8.0 control under VB6 and I found out that part of my previous code which was running with the standard MSFlexgrid control doesn't work as expected.
As an example the following VB code:
with VSFlexgrid1
.Col = 1
.CellPictureAlignment = 4
If .CellPicture = Nothing Then -> Gives an error "Invalid use of object"
Set .CellPicture = Image17
Else
Set .CellPicture = Nothing
End If
end with
I got an error in the comparison, ("Invalid use of object")
Any hints ?
Thanks !!
回復
Hi,
I am using the VSFlexGrid 8.0 control and was wondering i you can add a value to a subtotal row by code.
i.e I have a column that has profit and loss displayed at
AUD $500
AUD $-450
AUD $1500
so the subtotal row should show
AUD $1550
If it do not show the AUD part of the code then I can set a subtotal row as normal but with AUD (or any string) it will not subtotal as it is not a number.
I tried using textmatrik(3,3) = AUD$1550 but it comes back whit an error saying index out of bounds.
Any ideas?
回復
Can you tell me if this is a designed function of the FlexGrid.
FlexGrid has 3 columns of text, and when we horizontally size the grid down until there are ... on the text and we click on the last column, it pages to the next column. Does that make sense what I said.
Each click on the last (3rd) column causes the grid to scroll left one column. The grid only has as many rows as are visible so the grid extends to the right.
We have a customer complaining that they click the last column and the grid scrolls but I cannot find a way to stop it and we are not doing it in code.
回復
RE: VSFlexGrid 8 (Light) support@componentsource.com 16-Apr-2009 17:34:08
Could you please tell me the exact version you are using and where you obtained it from so that I can try to replicate this for you and provide a solution.
回復
Hi,
i want to change my developer-pc from vista 32 to vista 64 bit.
But I cannot install the vsfelxgrid 7.0 in the vista 64bit environment. During installlation the setup tells me, that this version of windows is not supported.
Does anybody knows if there is a version of vsflexgrid availiable, which is running on vista 64 Bit? Or does anybody knows a way to install the flexgrid?
the flexgrid 7.0 is working with vista 64 (in the 32bit-mode), because i can install my application on a 64-bit-Server. It seems that only the installation of the developer-components do have this problem.
THANK YOU.
回復
Hello!
I have a project wich uses VB6 and vsflexgrid 7.0 (light).
I have reports that, OCCASIONALLY occurs the following automation error: -2147221064(800401B8)
I try to find this automation error in several sites, but could not find it.
Please, any clue will be important
Thank you all
回復
I'm using vsFlexGrid 7.
Does anyone know if it's possible to have checkboxes in a subtotal row?
回復
Hey i am working VSFlexGrid7 & i am looking for any documentation for it.
If anybody have it please share it with me.
Thanks,
Vijay (vijjub4u@gmail.com)
回復
I need to use vsflexgrid in vb6. What do i need to download. Could not figure out from the long list that pops up on dld evaluation. Pl help
回復
Is it possible to have scrollbars outside of the FrozenCol or Frozen Row area? Currently the horizontal scrollbar spans both the frozen and unfrozen area at the bottom?
______
For example | A | B |
A is the frozen frame and the scrollbar spans both A and B.
The expected behavior would be that the scrollbar only exists within B since A cannot scroll.
I reviewed the online documentation and could not determine whether the scrollbar could be placed within the Unfrozen sectiohn
Any help would be appreciated.
-Chris
回復
VSFlexGrid Pro can support Unicode ???
回復
I am still evaluating the VSFlexGrid Pro OCX. I have a few problems I cannot seem to find my way through.
1 Selecting data in a cell copies and pastes Unicode fine. If I use the clip method to select multiple rows and columns, it selects in ANSI.
2 If I paste data into multiple cells (example 3 rows and 3 columns), it will paste to the first column of the 3 rows but the 2nd and 3rd column do not receive data. I selected text from 3 rows and 3 columns and then pasted into 3 selected rows and 3 selected columns to make sure the tabs were in the selected text.
3 How can I stop a bound grid from saving to the database when changing columns while still in the same row? I don't want the data to save to the database until a row change occurs.
4 I know the AddItem method to add a row in a bound grid but it requires data before the row is added. How do I cause a new row to show on the grid so the user can enter data without first creating a row with an inputbox, etc. so I can feed data to the AddItem method?
回復
RE: VSFlexGrid Pro paul.longtin [USA] 22-Nov-2007 02:27:32
For #3, Using fg.DataMode = flexDMBoundBatch did not work but using fg.DataMode = flexDMBound with the recordset set to adLockBatchOptimistic worked to allow saving only when leaving the row. (I forced a save when the row changed.)
回復
Hi,
I am having an asp page which uses Videosoft flexgrid pro component to create a grid.
The component is included through a cab file which has vsflex7l.ocx file.
This was working fine earlier but when I loaded my ActiveX component dynamically to get rid of message "Click here to activate and use this control" a Videosoft flexgrid promotional popup comes up when the asp page loads.
The script I used is as follows:-
if (document.getElementsByTagName && document.body.outerHTML) {
var tags = ['object','embed','applet'];
for (var i in tags) {
var objs = document.getElementsByTagName(tags[i]);
for (var j=0;j < objs.length;j++) {
var obj = objs.item(j);
var params = obj.getElementsByTagName('param');
var inner = '';
if (params.length && !/<param/i.test(obj.innerHTML))
for (var x=0;x < params.length;x++)
inner += params.item(x).outerHTML;
obj.outerHTML = obj.outerHTML.replace('>', '>' + inner);
}
}
}
Let me know the reason for this kind of beaviour and how can I avoid that popup message.
回復
I have vsFlexGrid 7 and am using the Light Version.
If I have a series of rows and execute a FindRow with the Search as a letter e.g. B, it returns the first row that has a word starting with the letter 'B'. All works fine except for if I use the Search letter 'V'. It refuses to fnd any rows with the word starting wiht V in it. It returns a 0 indicating no record found.
Any clues..... am I doing something wrong, and if so what. Or is it a "feature" and is there a bug fix ?
Thanks in advance
John Kelly
回復
Hi,
iam using vsflexgrid in my app. when i double click on the cell for editing i cannot able to track any event in that cell after that. i want to suppress the context menu in that edited cell. i dont know how to do it. i somehow disabled the paste menu in that context menu by clearing the clipboard event. but still that is not enough. i want either to suppress the context menu or disable the copy menu in that context menu. if anybody has an idea pls share with me.
Thanks.
回復
RE: VSFlexGrid Pro z116858 [China] 16-Aug-2008 08:17:01
s3rf23r5f23
回復
I am using FlexGrid 8 in VB6. My app has a grid with a combolist column. I have dual monitors. When I drag the form containing the grid to the secodary monitor and try to use the dropdown combolist column, the list shows up on the primary monitor. Anyone seen this odd behavior, or have a solution?
Thanks,
Larry
回復
Does anyone know how to specify format to show scientific notation. Say 0.1235 as 1.235e-2?
Omer
回復
I'm in process of converting my Project from Visual Basic 6.0 to Dot Net.
using VSFlexGrid7 in VB and we plan to use ComponentOne FlexGrid in Dot Net.
What my problem is, while conveting my existing project to Dot Net using the conversion tool in VS 2005. some methods and properties that are available in VSFlexGrid is not availble in ComponentOne FlexGrid. Could you please me find the appropriate alternative for the following things
ColKey
ColIndex
ColHidden
ColWidth
ColDataType
ForzenCols
ExplorerBar
ScrollTrack
GridLines
AllowSelection
SelectedRows
cell
回復
Is it possible to have text rotated through 90 degrees in a column header??
The text in some columns I have is only one capital letter wide but the label is a date.
This generates lots of wasted space.
Cheers
回復
RE: VSFlexGrid Pro support [USA] 10-May-2006 21:35:18
Hello Jon,
Unfortunately, there is no way to rotate column headers in VSFlexGrid. I apologize for the inconvenience that this may cause.
Suelinda Webster
Customer Engagement, ComponentOne LLC
回復
I wann to assign the paper size and orientaion while printing is it possible while design time. If yes then tell me which controll of this family should i purchase.
回復
RE: VSFlexGrid Pro support [USA] 21-Feb-2006 15:23:09
Hello,
You will be able to set the page orientation in code and some other basic print options through the PrintGrid Method, but the user will need to set the paper size through the print dialog if you use the native print capabilities of VSFlexGrid. If you would like to do complex formatting, or if you would like to add other text to the grid printout, you can use our VSView product to get more control over the printing.
Suelinda Webster
Customer Engagement, ComponentOne LLC
回復
Hi all,
I don't know how to bind vsflexgrid to sql database using datatable object.
Please show me the code to display data from a sql data base on the vsflexgrid 8.0 (code in VB.Net)
Thanks very much.
回復
RE: VSFlexGrid Pro support [USA] 28-Oct-2005 21:58:13
Hello,
The process for binding to an SQL Server database is the same as binding to Access. Take a look at one of our data binding samples, they all use Access but to use SQL Server you use the data provider for SQL Server. If you need further assistance, please contact our support team. To see our support options, go to the ComponentOne website (componentone dot com).
Suelinda
Customer Engagement, ComponentOne LLC
回復
Hi all !
Can any one using VSFlexGrid Pro 8.0 share it to me. I'm very in need.
My email is vuhuumau@yahoo.com
thank.
回復
Hi,
My vsflexgrid version is pretty old. Its 7.0.1.151
I am having a peculiar problem now. When i populate the grid with data, sometimes its not populating completely. It stops after populating about 80% of the data.
And its not consistant. Some time works fine and sometimes it doesn;t. The data can be between 1-1/2 MB.
Can anyone suggests a solution for it.
I really appreaciate the help.
Thanks
Siva
回復
Hi,
My vsflexgrid version is pretty old. Its 7.0.1.151
I am having a peculiar problem now. When i populate the grid with data, sometimes its not populating completely. It stops after populating about 80% of the data.
And its not consistant. Some time works fine and sometimes it doesn;t. The data can be between 1-1/2 MB.
Can anyone suggests a solution for it.
I really appreaciate the help.
Thanks
Siva
回復
Hi,
My vsflexgrid version is pretty old. Its 7.0.1.151
I am having a peculiar problem now. When i populate the grid with data, sometimes its not populating completely. It stops after populating about 80% of the data.
And its not consistant. Some time works fine and sometimes it doesn;t. The data can be between 1-1/2 MB.
Can anyone suggests a solution for it.
I really appreaciate the help.
Thanks
Siva
回復
Hi All,
I need to sort record when users click on the header of a column in a VSFlexGrid on that column. The sort could be done on any column and I manged to get it working. But the problem is now it is sorting even if you click on the grid not only the header. How can I differenciate header and the data row?
Thanks in advance,
I really appreciate your help.
回復
RE: VSFlexGrid Pro anandam2000 [Japan] 09-Jan-2007 14:36:54
You need to recognise the click operation, whether it has been performed on the title or the other cell.
You can discard the clicks on the other cells whereas if it is on the 0th index row, then based on the column you can go for sorting.
Hope it helps.
Regards
Anupam
回復
Hi. Anybody knows how to display and save Japanese characters from VSflexGrid? Need answer as soon as possible.
回復
RE: VSFlexGrid Pro trudeko [Taiwan ROC] 14-Feb-2008 05:01:53
Hi. Anybody knows how to display and save Vietnamese characters from VSflexGrid 7.0? Need answer as soon as possible.
Saw someone posted one related to the Japanese characters years ago. Did not see any answers.
回復
Hi,
I am using VsFlexGrid 8.0 in my project. When user selects a row in the grid I want to do something. For that reason I wrote the code in SelChange event of the grid control.
But the problem is SelChange event is not firing automatically when I am clearing the grid control contents. I am clearing the grid control in the following way.
With flxContractDetails
.Redraw = False
.Rows = 1
.Rows = 2
.Redraw = True
End With
Is it the correct way to clear the grid control (Contents only)? If its not then suggest the correct way which automatically raises the SelChange event of the grid control after clearing the contents.
-Chandra sekhar.
回復
RE: Looking egarly for Vs Flexgrid pro 8.0 osgroup [Malaysia] 23-Jan-2007 18:32:03
Hi
Actually we are using Vs Flexgrid pro 8.0 in our project from 2003, but unfortunately i forgot that serial number, if anybody can share vsflexgrid pro 8.0 and its serial number, i am willing to pay charges also.
Please try to co operative with me.
回復
Hi,
I am using VsFlexGrid 8.0 in my project. The requirement is as follows.
I need to sort the grid control based on a column by default when user loads the data into the control. For that i am sorting the grid control programmatically that column. Following is the sample code.
With vsflxContractDetails
.ExplorerBar = flexExSortShow
.ColSort(intSortField) = intSortOrder
.Select 1, intSortField
.Sort = flexSortUseColSort
.Redraw = True
End With
Here data is sorted properly, but the sort icon is not visible on that column. Could you please let me know how should i show the sort icon on that column header?
-Chandra sekhar.
回復
I have paid for the 1 developper licenses, but when I build the component in the realse program, I get licensing popup dialog sometime.Why?
Any help is appreciated.
Best regards!
回復
RE: VSFlexGrid Pro 8.0 Why get licensing p... sateesh_dommeti [India] 27-Jun-2007 13:29:32
Even though I am using lisensed version of vsflexgrid 8.0 I am getting licensing popup. Please help me not to get the license poopup.
回復
i just want to know if there's any version of vsflexgrid that have radio buttons? coz in vsflexgrid version 7 it only have checked box. Could someone help me please...
回復
How to highlight fixed columns in VSFlexGrid Pro 6.0. When setup selectionMode to 1-FlexSelectionByRow it is not highlighting fixed columns.
Please help
回復
Vsflex7.ocx 7.0.0.67
Has anyone ever seen the problem where you bind VSFlexGrid7 to an ADODB recordset and only half your data populates in the grid? I have 200 rows of identical data in a SQLServer 7 database (almost identical -- half have a date entered of 5/2, half 5/3), I do a select blah from blah, bring back the recordset and bind it to the grid, and only half my data shows up when I attempt to bring back all the rows at once. 5/2 shows up okay, 5/3 shows up okay, 5/2 + 5/3 shows all of 5/2 and about 2 rows of 5/3. I've tried stored procs, adCmdText, etc. but I can't get this to work. Is there a limitation in the version of the grid I'm using? I am absolutely positive there is nothing wrong with my data. I also tried truncating the time in the database, only the date is stored.
Any ideas?
Thanks,
Dave
回復
RE: VSFlexGrid, Datasource, half-populated... david.ziegler [USA] 27-Jun-2005 20:18:59
Fyi,
If you bind an ADO recordset to the grid via the .DataSource property, don't close the recordset prior to exiting the method you are in. If you do, you'll only get 100 rows of data populated. You can set the RS = nothing, but don't call the .Close method.
Solved my own problem. Thanks.
Dave
回復RE: RE: VSFlexGrid, Datasource, half-popul... z116858 [China] 16-Aug-2008 08:18:01
erfx2ref
回復
RE: VSFlexGrid, Datasource, half-populated... mark_lane [USA] 03-Dec-2008 19:39:27
You are running into a datatype limitation. Switch every datatype being used by the flexgrid control that is an integer to a long and it will fill up with all the data. This issue comes into play with the grid view or tree view.
回復
while vb.net loads vsflexgrid7(active x) sucessfully, vsflexgrid's textmatrix(property) does't work...
such as vsflexgrid1.textmatrix(2,3)="abc"->vb.net shows that it could not know textmatrix property...
i can not populate data whithout vsflexgrid's textmatrix!
what happend?
回復
How do you implement multi-column combo boxes and columns that do not scroll.
回復
RE: VSFlexGrid Pro support@componentsource.com 21-Jul-2004 00:00:00
Hi Bob,
I asked FlexGrid Support about this, and they had this response:
1. You can't bind a single column from the grid, I'm afraid.
2. There is an example in the documentation for the ComboList property.
Columns that don't scroll are frozen columns, and the property to achieve
that is FrozenCols. Frozen columns must be the leftmost columns.
Ronald G. MacKee
ComponentOne, Technical Support
Please let me know if any further questions about this arise.
Sincerely,
Jason Williamson
ComponentSource
Technical Support
回復
how to connect db and this component ... waiting :-)
回復
Hello,
I developed a VB6 application using VsFlexGrid 8.0 (Light) component. When i tried to install my application on a computer running Windows 95 the installation crashed when registering the vsflex8l.ocx. Needless to say that my application is not running on this computer.
I built the installation using InstallShield 6.0 pro and it works on other versions of windows.
Need help !!!!
Andy
回復
RE: VSFlexGrid 8.0 (Light) support [USA] 21-Jul-2004 00:00:00
Make sure that the Windows 95 machine has at lease Internet Explorer 4 on it. This updates some dependences for the FlexGrid control. Also, grab any service packs you can for Win95 from Microsoft. There was also a bug in the Q1 2003 version of FlexGrid that kept it from registering on Windows95 machines, but you can get the update for it from prerelease.componentone.com/activex/c1flexgrid/c1flexgrid%208.0/2003-q1/flex8_8.0.20031.179.zip. The bug was actually fixed in build 174, but this gives you the last build from Q1 2003. If your subscription goes beyond Q1 2003, I would suggest downloading the latest build that you are entitled to from prerelease.componentone.com/fullindex.html.
Suelinda W
Customer Engagement, ComponentOne LLC
回復
Hello All,
I have a grid setup using a variation of the VSFlexGroup Control. My need is to change the
sorting heirarchy: i.e. first column to be sorted is the primary sort, second is the second and
so forth. The problem I have run into is when we allow the user to change the grouping of
the columns which also means changing the heirarchical order of the sort. VSFlexGrid uses
a 'stable' sort that maintains the sorting criteria regardless of the location of the columns
being sorted.
I have tried setting columns to flexSortNone and redrawing the grid then setting only those
columns in the group to flexSortGenericAscending in the order from left to right of their
assigned priority in the heirarchy and redrawing the grid. This has had no effect. Is there
a way to clear the sorting criteria and reset it without having to start over?
Any help is appreciated.
Thanks,
Andy
回復
Hello.
/*
New in Version 8.0:
Excel import/export (using SaveGrid/LoadGrid methods)
New settings: The SaveGrid and LoadGrid methods have a new setting, flexFileExcel, that allows you to save and load XLS (Excel 97) files
*/
We try to use SaveGrid (flexFileExcel) feature but we found that SaveGrid saves incorrectly international content of grid, because it saves strings in Excel files
in Windows-1251 encoding, not in Unicode.
Sincerely, Stas Fomin.
回復
I would like to know what realy it means -"Export to HTML files". SaveGrid method saves grid contents and format to a file, but noy an HTML file!
回復
RE: VSFlexGrid Pro cnavalta [USA] 18-Aug-2004 19:11:06
I am evaluating Version 8 (we have Ver7) & I also need to know how to use the Export to HTML feature, listed in the overview. Thanks.
回復
I can use Row0, (aka the Explorer Bar?) to drag a column title from one position to another. This remains stable until my porogram exits. How can I write code to remember the moved column position, such as when the program is re-luanched, I can put the column in the same place as my user moved it to previously.
I currently have code that saves and restores the user-settable column widths. I'd like to do the same with columns as moved by a user.
回復
RE: VSFlexGrid Pro - Remembering Moved Columns support [USA] 21-Jul-2004 00:00:00
You could use the SaveGrid method to save the state of the grid on a program exit, then reload the grid when the program is opened again.
Suelinda Webster
Customer Engagement, ComponentOne LLC
回復
Is it somehow possible to tell vsFlexGrid which Printer to use when using PrintGrid with ShowDialog = false?
(Printer is selected in another Dialog a while before)
回復
Hi,
I am a user of VSFlexGrid8 and I would like to upgrade to the latest version (2004v1).
Is it free to get the upgrade for the registered users? How can I get it?
Please reply to pasqualin-e@comem.com.
Thanks a lot!
Mr. Pasqualin Enrico
ITALY
回復
RE: VSFlexGrid Pro support [USA] 21-Jul-2004 00:00:00
If your subscription is still valid, you can download the eval from componentone.com, and it will work as a full version with your key. The oldest subscription that would be valid for the V1 2004 components, would be a subscription that was purchased during Q1 2003. If you do need to purchase the new version, you can get it from ComponentSource, or contact ComponentOne directly at sales@componentone.com.
Suelinda W
Customer Engagement, ComponentOne LLC
回復
Is it possible to display an image in a particular cell in grid and on click display another gif file?
Thanks
Vidula
回復
RE: VSFlexGrid Pro support@componentsource.com 21-Jul-2004 00:00:00
Hello,
yes it is possible to do.
You can use 2 properties
1) CellPicture Property
2) .Cell property
fg.Cell(flexcpPicture,row,col)
flexcpPicture 3 Returns or sets the cell's picture (see
CellPicture).
just like fg.Cellpicture= App.Path & "\apple.gif"
Regards,
FlexGrid Support
回復RE: RE: VSFlexGrid Pro pradaje2004 [Colombia] 22-Oct-2006 17:43:19
Necesito
回復RE: RE: VSFlexGrid Pro pradaje2004 [Colombia] 22-Oct-2006 17:43:44
Necesito el producto
回復
Is it possible to do normal copy-paste opertaion in Fled Grid when Data is already populated
Thanks
回復
Is it possible to have a column linked to a field in the data source which has a code but display in the field on the grid the description of the code from a lookup table???
回復
I've been using V7.0.0.78 with no problems.
However, a subsequent build (V7.0.0.112) appears to have a problem with the SelChange event in that it does not update the SelectedRows property correctly. Am I missing something?, or is there a problem with this build? If the latter, is there another later build of V7 that fixes this problem?
Matt.
回復
I'd like to use VSFlexGrid Pro 7.0 in a Coolgen 5.1 Application.
I tried to implement the samples of the eval version but some of the methods & properties ara not available in COOLGEN.
Some of them are OutlineBar, Cell ....
I think the reason that they are not available is they include SETTING Values that are not exist in Coolgen.
Example
[form!]VSFlexGrid.OutlineBar[ = OutlineBarSettings ]
[form!]vsFlexGrid.Cell(Setting As CellPropertySettings, [R1 As Long], [C1 As Long], [R2 As Long], [C2 As Long]) [ = Value ]
Since Coolgen does not permit unknown types like "OutlineBarSettings". ( These could be defined with known types like integer ),
but I had no problem when I use the previous version of VSFlex where the property defined by known values ( Integer, String, Boolean ).
Is there a VSFlexGrid Type Library of these properties with known types ?
or
How can I overcome this problem?
Thank you.
回復
Aside from imagelist control and load picture of visual basic, is there any other option on how to load a picture in vsflexgrid (CellPicture). I am currently using javascript for my client side scripting.
回復
I have following probles using the VSFlexGrid in a web application. I am using javascript to render the property of the VSFlexGrid.
1> I have hide first column using 'ColHidden' method. Now when i mouse near the left border of the grid, it shows the tool tip for the column I hide.
2> I am using the 'ColFormat' method to format a column for indian Rupee like 'Rs ##,##,##,###.##', but it is not formating in the given format and format the data in '###,###,###.##'.
3> The toop tip shows the data without formating while the cells shows the formatted data.
If anyone have solution for this, please reply this.
Thanks
Vipul Patel
回復
」技術提供