Quantcast
Channel: Our ComponentOne » All Posts
Viewing all 14170 articles
Browse latest View live

Missing TDBDropDown in TDBGrid

$
0
0

Hi,

I have a strange issue after upgrading my VB6 applicaiton to VB.Net.

In VB6 application, I have placed a TDBDropDown in TDBGrid for each row to let the user select value from list. But after migrated application to VB.net, it is not showing TDBDropDown in TDBGrid.

Even the data is properly filling in TDBDropDown and TDBGrid.

Please suggest!

Thanks & Regards,
Khushant Dhingra


Reply To: sorting on c1gridview

$
0
0

So I have to define it one by one

Thanks for the suggestion

calling c1dialog from c1gridview

$
0
0

Hi,

I have a question about how I could call c1dialog when I click select button on c1gridview

here is what I have tried so far and it didn’t work at all. All I get was my UI is somehow broken

<wijmo:C1GridView ID="C1GridView1" runat="server" ScrollMode="Horizontal" Height="400" AutogenerateColumns="false" OnClientSelectionChanged="ShowDialogAddObject(); return false;" ClientSelectionMode="singlerow">
                                    <Columns>
                                        <wijmo:C1TemplateField>
                                            <ItemTemplate>
                                                <table>
                                                    <tr>
                                                        <td>
                                                            <asp:Button ID="Button1" runat="server" Text="Select" OnClick="Button_Click"></asp:Button>        
                                                        </td>
                                                        <td>
                                                            <asp:Button ID="Button2" runat="server" Text="Delete"></asp:Button>
                                                        </td>
                                                    </tr>                                                                                                   
                                                </table>
                                            </ItemTemplate>
                                        </wijmo:C1TemplateField>
                                        <wijmo:C1BoundField DataField="SequenceNo" HeaderText="SequenceNo"></wijmo:C1BoundField>
                                        <wijmo:C1BoundField DataField="ObjectName" HeaderText="Object Name"></wijmo:C1BoundField>
                                        <wijmo:C1BoundField DataField="FontSize" HeaderText="Font Size"></wijmo:C1BoundField>
                                        <wijmo:C1BoundField DataField="Width" HeaderText="Width"></wijmo:C1BoundField>
                                        <wijmo:C1BoundField DataField="Top" HeaderText="Top"></wijmo:C1BoundField>
                                        <wijmo:C1BoundField DataField="Left" HeaderText="Left"></wijmo:C1BoundField>                                        
                                    </Columns>

here is the javascript of ShowDialogAddObject

 function ShowDialogAddObject() {
           $(function () {
               $('#<%=ContentPlaceHolder1_C1Dialog2.ClientID%>').c1dialog('open');
               $('#<%=ContentPlaceHolder1_C1Dialog2.ClientID%>').c1dialog({
                   title: "Add Object"
               });
           });
       };

thanks for any help in advance

Regards, Siekh
PS : sorry for my mess English

How to remove Trial message after purchase?

$
0
0

Hi,

there is something wrong with your support:
Sales chat stuck with "Position in line: 1″ for hours without being able to chat with someone. Trying to submit a new incendent also does not work. When trying to submit the form the message "Support Level is required". What does this mean? There is not field "Support level" I could fill.

My question:
Evey time I launch an app that uses a C1 control a message is shown:
"Thank you for evaluating Component One Studio for WinRT XAML. When you are ready to purchase the product, please visit our store…"

I have purchased the product but I do not know how to get rid of this message. I already re-installed the controls an choose "Activate now". However no activation page occurred and was not able to enter my license data anywhere.

How can I register the product?

Reply To: how to set C1AutoComplete order inside C1Dialog

$
0
0

how about this problem??any progress?

Acerca de c1truedbGrid

$
0
0

Tengo un c1trugrid vació que se va ir llenando con respecto a unos datos que voy almacenando en una lista

Si la lista tiene 5 datos el grid tambien los va a tener
esto es temporalmente

Como hago para editar los valores que están en el c1truegrid

el c1true grid esta en la pantalla principal y los valores que le agrego al grid estan en el formulario de Pantalla Articulo

Espero y me Ayuden Gracias !!!

Exception in AR7 designer

$
0
0

Hi,
what means the exception ' Another behavior is already active: GrapeCity.ActiveReports.Design.ArDesigner.SurfaceItems.SectionHeightBehavior’ ?

TARGET SITE
Void Capture(GrapeCity.ActiveReports.Design.ArDesigner.Behaviors.IBehavior, Boolean)

STACK TRACE
at GrapeCity.ActiveReports.Design.ArDesigner.Behaviors.BehaviorsGroup.Capture(IBehavior behavior, Boolean captureMouse) at GrapeCity.ActiveReports.Design.ArDesigner.Behaviors.DragSelectBehavior.OnMouseMove(Glyph glyph, BehaviorMouseEventArgs e) at System.Collections.Generic.List`1.ForEach(Action`1 action) at GrapeCity.ActiveReports.Design.ArDesigner.Behaviors.BehaviorsGroup.RouteEvent(Action`1 handler) at System.Windows.Forms.Control.WmMouseMove(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at GrapeCity.ActiveReports.Design.ArDesigner.SurfaceItems.DesignSurfaceView.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Reply To: Report generation fails with build 7.2.7725.

$
0
0

Thanks Sergey,

We are now testing with it.

We are also experiencing another issue ( sp2 as well as this fix) where tiff export runs a long time. I will get debug files and send it in to the forum.

Regards,
Steve


Reply To: Report generation fails with build 7.2.7725.

$
0
0

Sorry, I meant exporting to rtf.

Reply To: Report generation fails with build 7.2.7725.

$
0
0

This is an example that runs for 15-20 seconds. Larger report data takes a lot longer and we see this issue on all machines.

Basically, the application becomes unresponsive during this export.

Thanks,
Steve

Reply To: DataGrid refresh data problem

$
0
0

No, I don’t have problems with the selected rows, but with that grouped rows that I have manually expanded. If I group by Date par example, expand one row and then I sort by another column, the row that I selected gets collapsed. I’d like it to remain expanded…

I’m already using this code to retain my selections and it works fine, but my problem is really different.

Thanks.

Reply To: Bad elements width while printing on Epson FX-890

$
0
0

We solve this problem using the driver from Epson LX 300.
I hope it works for you too.

Reply To: Report Names – Date of Report

$
0
0

Hello smulligan,

At the moment this not possible, but I have forwarded this along to the developers as feature request 173569. I’ll let you know when I have an update.

Thanks

Kelley

Reply To: Not may print – exception

$
0
0

Hello !

This codes is in my projects.

To call preview print form:

100: Dim ar As New frmpirmsdruka '(preview form)
110: Dim ard As New arSplash '(ActiveReport)
120: ard.Run()
140: ar.Viewer1.Document = ard.Document
170: ar.show

All Landscape reports at event ReportStart is this standart codes:
100: 'Landscape =========================================
110: frm.Document.Printer.PrinterName = ""
120: frm.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4
130: frm.PageSettings.Orientation = Document.Section.PageOrientation.Landscape
160: frm.PageSettings.Margins.Top = 0.7874016! ' 2 cm
170: frm.PageSettings.Margins.Bottom = 0.3937006! ' 1 cm
180: frm.PageSettings.Margins.Left = 0.3937006! ' 1 cm
190: frm.PageSettings.Margins.Right = 0.0!
200: frm.PrintWidth = frm.PageSettings.PaperHeight – frm.PageSettings.Margins.Left – frm.PageSettings.Margins.Right

Attach is frmpirmsdruka form to preview any AR report un print.

Where to print local print, not problem.
Where to print to network printer, is big problem.

Problem is where, when i am convert project from AR6 to AR7.

Ainārs Osmanis

Bind Page Layout List Control to Multivalue Parameter

$
0
0

I’m trying to find a way to bind a multivalue parameter to a list control for my page layout report. It appears the list control must be bound to a dataset, so I’m guessing that means I have to find a way to get the multivalue parameter values into a dataset. Any suggestions would be great.


Reply To: FlexiGrid hangs the screen

$
0
0

In my migrated project (Lightswtich 2011 to 2012) I use FlexGrid and it works for some scenarios very well. But when I try to use it in case of referred data screen and “Flex Grid Choice Column” the screen is freezing during choose any drop down cell from “Flex Grid Choice Column”.

I played around and found a workaround, but it has also an unusual behavior. Here I’m use FlexGrid but instead of “Flex Grid Choice Column” I changed back to “Auto Complete Box”, then the screen is not freezing, but I have to click 3 times on the drop down arrow / cell to get the choose list.

I prepare a simple example to demonstrate the issue, screen shots below. Hope you find a solution and then there is no reason to use Flex Grid in all my screens.

I created also a clean example in from VS2013 template. In this case the app is not freezing, but “Flex Grid Choice Column” doesn’t work, I don’t get any choose list. The workaround switch back to “Auto Complete Box” is not working anymore.

Project type: Lightswitch / Visual Studio 2012 (Project is migrated from VS2011)
Current Flex Grid Version: 2.0.20133.50

C1Themes – Half Baked

$
0
0

The Themes Component as released only supports 'some’ of your own controls. The release update finally comes out to support the Input Panel so we updated…and not the C1Input controls won’t work because there is an update for every single control set but that one.

When will the C1 Input Controls be updated to support the latest Themes Control????

Reply To: Export PageReport with FormattedText to pdf

$
0
0

Yes, I did uninstall the previous version before updating. It appears that it did actually update the references, but the installer for some reason failed.

We’re trying to upgrade to AR 8 to see if that solves the problem since there are more export options available. I will let you know if that works.

Reply To: Version conflict between c1Theme and c1Input

$
0
0

Hi Chris,

Your issue has already been replied in the email. However, I am copying the response here for the sake of other users over the community.

Yes, this is the design behaviour of C1Themes that as of now it is not having backward compatibility with controls of older version.
Hence, in order to apply themes to all the controls on the form using ThemeController we need to have same version of C1 Controls and C1Themes in our application.
i.e. if you are using 2013v3 controls in your application then C1Theme should also be of 2013 v3. And in order to use 2014v1 C1Theme then you need to have all controls on which you want to apply theme of same version i.e. 2014v1 release.

Hope it clarifies.

Thanks and Regards,
Pragati Kaushik

How to bind x,y,z data to c1chart3d ?

$
0
0

Hi,

I am having database which contains x,y and z coordinate data and I want to plot it on c1chart3d.

So how do I do it ?

Thanks.

Viewing all 14170 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>