Search found 9 matches

by PCZ
Fri Dec 21, 2018 8:05 pm
Forum: VCL / FMX
Topic: Can't implement Totals using C++
Replies: 4
Views: 28913

Re: Can't implement Totals using C++

Hi Marc, Unfortunatelly I have an error message using exactly the same sample code that you sent me (except for the name of the grid. This is my code: // These lines are present from previous versions //--------------------------------------------------------------------------- #include "Tee.Painter...
by PCZ
Sat Aug 18, 2018 2:20 am
Forum: VCL / FMX
Topic: The C++ basic sample of TeeGrid does not compile
Replies: 2
Views: 17208

Re: The C++ basic sample of TeeGrid does not compile

Thanks Sandra, now it compile and run Ok, so I will study how it works.

Best regards,
Patricio
by PCZ
Sat Aug 11, 2018 3:10 am
Forum: VCL / FMX
Topic: The C++ basic sample of TeeGrid does not compile
Replies: 2
Views: 17208

The C++ basic sample of TeeGrid does not compile

Hello, I'm trying to use the C++ basic sample to see how to use the TeeGrid v1.06 component, but unfortunately it is failing because the following error messages. I'm just opened the basic sample and try to run it. [DCC Fatal Error] Tee.Grid.pas(7): F1027 Unit not found: 'System' or binary equivalen...
by PCZ
Fri Aug 10, 2018 12:59 am
Forum: VCL / FMX
Topic: Can't implement Totals using C++
Replies: 4
Views: 28913

Re: Can't implement Totals using C++

Hello, I want to add totals to my grid using C++, but I can't do that. I'm using the example of the getting started guide under "Totals and SubTotals" title, but it is Delphi code. When I try to translate this code to C++ it fails because the following error message: "undefined symbol TColumnsTotal...
by PCZ
Thu Aug 09, 2018 2:19 am
Forum: VCL
Topic: Property HoverElement does not exist on deployed instances
Replies: 7
Views: 17253

Re: Property HoverElement does not exist on deployed instances

Estimada Sandra, Yo no utilizo TeeChart Pro sino TeeChart Standard v2016 VCL/FMX. La versión de FastReport es 5.3.14 Estoy complicado con este problema, pues no hallo forma de encontrar una forma de evitarlo. Incluso eliminé el componente TeeChart con todas sus 16 series, volviendo a poner un TeeCha...
by PCZ
Tue Aug 07, 2018 1:03 pm
Forum: VCL
Topic: Property HoverElement does not exist on deployed instances
Replies: 7
Views: 17253

Re: Property HoverElement does not exist on deployed instances

Gracias Sandra, El botón Reportes permite acceder a un formulario Form que contiene un TeeChart que muestra múltiples gráficas diferentes (hasta 16) y también múltiples selectores de tipo RadioButton que permiten que el usuario pueda seleccionar el gráfico que requiera utilizar, y además permite acc...
by PCZ
Tue Aug 07, 2018 2:36 am
Forum: VCL
Topic: Property HoverElement does not exist on deployed instances
Replies: 7
Views: 17253

Re: Property HoverElement does not exist on deployed instances

Estimada Sandra, Preferiría escribirle en español. ¿Es permitido? Es difícil adjuntar un proyecto simple pues el problema se ha presentado en una aplicación existente desde hace mucho tiempo y que ha estado funcionando con un componente TeeChart sin problemas hasta ahora. Sólo hace un par de semanas...
by PCZ
Sat Aug 04, 2018 3:43 pm
Forum: VCL
Topic: Property HoverElement does not exist on deployed instances
Replies: 7
Views: 17253

Property HoverElement does not exist on deployed instances

Hello, I'm having a similar error message that was commented on a previous post on Jul 23th, but with a little different that made me create a new post instead of continuing from the previous one. My problem is that the "Property HoverElement does not exist" error message appears on every deployed i...
by PCZ
Thu Aug 02, 2018 2:04 am
Forum: VCL / FMX
Topic: Can't implement Totals using C++
Replies: 4
Views: 28913

Can't implement Totals using C++

Hello, I want to add totals to my grid using C++ but can't do that. I'm using the example of the getting started guide under "Totals and SubTotals" title, but it is Delphi code. When I try to translate this code to C++ it fails because the following error message: "undefined symbol TColumnsTotals". ...