Column definitions lost on close and reopen project

TeeGrid VCL / FMX for Embarcadero RAD Studio, Delphi, C++ Builder and Lazarus Free Pascal.
Post Reply
Sergio
Newbie
Newbie
Posts: 1
Joined: Fri Nov 02, 2018 12:00 am

Column definitions lost on close and reopen project

Post by Sergio » Mon Nov 05, 2018 9:43 am

I just bought TeeGrid V1.06 and I'm trying to use it in one of my projects.
Use Delphi Tokio 10.2.3 in FMX on Windows 7 Pro.
I did this test:
1) I added a TeeGrid to my project
2) Connected the grid to a TDataSource -> TFDQuery -> TFDConnection
3) defined the titles of the columns, alignment and other.
4) executed and tested the project is Ok
5) saved the project
6) I checked in the MyForm.fmx file and the column definitions are saved (left side of the attached screen)
7) close and reopen the project and the column definitions in form disappeared
8) saved the project
9) I checked in the MyForm.fmx file and the column definitions are not saved (right side of the attached screen, defaul fields definition for my query)
it seems that by reloading the project it destroys the definitions of the saved columns.
I tried with the active dataset and not, persistent fields and not, but the problem remains
I tried to create an empty project and put only the grid, query and connection and the problem is not there, both in FMX and in VCL
what can this cause? How can I solve?
thank you
Attachments
Forms.FMX.png
Forms.FMX.png (58.1 KiB) Viewed 15582 times

Yeray
Site Admin
Site Admin
Posts: 9509
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Column definitions lost on close and reopen project

Post by Yeray » Wed Nov 07, 2018 11:09 am

Hello,

I've tested it both in VCL and FMX and, as you say, the problem isn't reproduced.
It's difficult to say what's going on without reproducing the problem in a simple test project.
Please, try removing things from your main project to try to find what makes the difference.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply