This is the version of EXE C1StudioInstaller20171.1.16.exe that am using.
And trying to install on windows 7 machine.
Reply To: Offline Installation
Reply To: C1Flexgrid date field calender click
Hi,
The issue does not occur at our end. Kindly ensure that you are not setting the Value property of C1DateEdit to DateTime.Today, in your code.
Also attached is the sample we have tested this with. You are requested to modify this sample or share your sample code for us to reproduce this and assist you further.
Regards,
Ankit
Reply To: C1TileViewItem - Height*2 or RowSpan?
Has there been any progress on this? I am currently evaluating the WPF package, and saw a use for this control in my application -- but only if there were some RowSpan/ColumnSpan support so that certain tiles can be more prominent.
c1TrueDBGrid expand right to left
Hi
How can your child c1TrueDBGrid for right to left opened?
Reply To: C1Flexgrid date field calender click
Dear Ankit,
Thanks a lot, your sampple is more than clear.
Best regards
Na
Replaced the DBGrid 5.0 to 7.0
Hi All,
I had an old Visual Basic application that I need to run on windows 10. I made the application windows 10 compatible and also upgraded the true DB Grid 10 7.0. The issue is when I upgraded the grid, I don't see any data displayed in the grid that was displaying in True DB grid 5.0 in old Visual Basic application. I didn't change the code at all. Do I need to change the code?
Printing small labels on Printronix
Dear All,
As usual in Crystal Report i have created a small label model for the Printronix Printer(Picture 1). The printronix is set to default printer. I could select/assign the model in my new C1Flexreport under Page Setup (Picture 2). The labels will be printed directly there is no datasource. The label is in the detail section and the problem is that i cannot get the label in the right size.
As i moved to C1Flexreport, i will have to print many lLabels with different size.
Is there a way how to deal with this problem? and a sample VB code is really appreciated.
Best regards
Said Nai
Reply To: Printing small labels on Printronix
Second Picture
Thanks a lot
Binding Resources to SQL DataTable
I have a SQL datatable named RTable from the following SQL statement:
"Select EmployeeID,EmployeeName,HourlyBillRate from dbo.EmployeeMaster" How do I bind this data table to the GanttView control so the users see these employees when adding a resource under Task information. I tried:
C1GantView1.DataStorage.ResourceStorage.Datasource = RTable
C1GantView1.DataStorage.ResourceStorage.Mappings.ResourceID.MappingName = "EmployeeID"
C1GantView1.DataStorage.ResourceStorage.Mappings.Name.Mappingname = "EmployeeName"
C1GantView1.DataStorage.ResourceStorage.Mappings.Cost.MappingName = "HourlyBillRate"
It compiles OK but no employees show up as Resources under Task Information.
Reply To: C1Flexgrid date field calender click
Glad to know that it helped. Please feel free to post another query if you need further assistance.
Regards,
Ankit
Reply To: FlexGrid Excel Filter popup painfully slow
Hi Adrian,
We checked this on one of our product sample with about 1500 to 5000 records and no freezing was observed at our end. You can refer to the 'Filtering' demo of the 'FlexGridSamples' that's available at the following location:
Documents\ComponentOne Samples\WPF\C1.WPF.FlexGrid\CS\FlexGridSamples
Can you please test the same at your end and share your observations? You can also modify and send over the sample code if there's anything particular that could help us reproduce the issue.
Regards,
Ankit
Reply To: Checkbox in fixed columns and multi select
Hello Wolfgang,
Glad to know that the workaround works for you.
Regarding getting this fixed/integrated in C1FlexGrid, I am talking to the Developers and will update you with the information I receive from them.
Regards
Ruchir Agarwal
Reply To: ChildGrid Height
Hi Stephan,
In parent grid's 'BeforeOpen' event, you can set height of the child grid as per the number of rows present in the grid:
private void ParentGrid_BeforeOpen(object sender, CancelEventArgs e)
{
ChildGrid.Height = ChildGrid.RowHeight * (ChildGrid.Splits(0).Rows.Count + 2) + 10;
}
Hope it helps.
Thanks,
Pragati
Reply To: Replaced the DBGrid 5.0 to 7.0
Hi Nitu,
Please note, the support for all the ActiveX controls below version 8.0 has been officially withdrawn. We do not support these legacy controls anymore.
I would suggest to upgrade to the latest version of ActiveX Edition which includes a lot more bug fixes and new features in addition with the compatibility with modern environments like Windows 10:
http://www.componentone.com/Studio/Platform/ActiveX
In order to migrate your existing projects to TrueDBGrid 8.0, you can refer the following blog article:
http://our.componentone.com/2011/05/26/true-dbgrid-pro-8-0-migration-utility/
Thanks,
Pragati
Reply To: c1TrueDBGrid expand right to left
Hi,
I am sorry but this is not possible.
~Pragati
Reply To: Check whether the series is shown
Hi,
In order to get the series that are currently visible after setting new Min and Max values you need to traverse all the series in a loop and check whether their data points lie between them or not. If any series does not have it's data points lying within the Min and Max range then, it is currently not visible in the chart area.
Thanks,
Akshay
Assecing chart design
Is it possible to access the chart design tools available in visual studio at runtime if so how is this done?
PDF Text Overlapping in Windows Server 2008
Hi,
I am using ComponentOne (2014) evaluated version to generate a pdf file.
Using ComponentOne Dll, I am dumping an EMF file to the PDF. The EMF file contains text content.
In Windows 7 - the PDF file render the input EMF file properly. The text content in that pdf is easily readable and have no issues.
In Windows Server 2008 R2 Standard (includes SP1) - The PDF file render the input image file. But the text content is overlapping each other.
Am I missing something which causes this issue?
In Sample I have used the C1.C1Pdf.4.dll – 4.1.20142.269 to render the EMF image into the PDF files.
Please find the sample application along with the pdf file generated in two different OS (Win7 and Win Server 2008 R2 (SP1)) Kindly check the content of the pdf files.
Thanks,
Shaz
Reply To: Printing small labels on Printronix
Hi,
I am sorry to mention but I am unable to understand your exact requirements. So I would request you to please elaborate your requirements and share your use case scenario so it would be helpful for us in assisting you further accordingly at the earliest.
Also, please share a small sample application along with the video demonstrating the observed behavior.
Regards,
Sonu
Visual studio 2017 , .Net 4.7
Are the latest C1 component for winforms supporting Visual studio 2017 and .Net 4.7 ?