10.4.2 LiveBindings Crash!!

Discussion of open issues, suggestions and bugs regarding Virtual Data Access Components for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Aggie85
Posts: 95
Joined: Wed 11 Nov 2015 17:03

10.4.2 LiveBindings Crash!!

Post by Aggie85 » Sat 13 Mar 2021 05:13

Howdy!

I am using C++ Builder 10.4.2 (latest) and I have discovered live bindings does NOT work with TVirtualTable...

The simplest way to see this is to:

1) Create a new blank project
2) Drop a TListView
3) Drop a TVirtualTable, add some fields, set it to active, add some data via the editor.
4) Drop a TBindingsList
5) Invoke the Tools / Views / Live Bindings editor
6) Try to link any field from the TVirtualTable to the TListView control and you will get an EAccessError.

The above happens with ALL firemonkey controls with TVirtualTable. IF I use a different memory table, it works fine.

Thanks,

Aggie85

Aggie85
Posts: 95
Joined: Wed 11 Nov 2015 17:03

Re: 10.4.2 LiveBindings Crash!!

Post by Aggie85 » Sat 13 Mar 2021 05:44

PLEASE IGNORE - THERE IS A PROBLEM IN C++ BUILDER IN MY SETUP THAT I AM TRYING TO TRACK DOWN....

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: 10.4.2 LiveBindings Crash!!

Post by MaximG » Mon 15 Mar 2021 10:51

Feel free to contact us if you need any further assistance.

Post Reply