RP286 0 Posted April 4 Using Livebindings to link a TDataset to a TListview on the same TForm is fine. But I'm still struggling to find a way to connect a TDataset on a TDataModule and a TListView on a TForm using Livebindings. It seems that both the LiveBindings Wizard and the LiveBindings Designer can only work on a datamodule or a form at a time. Is there a standard way to do that, or it's just not possible? Thanks. Share this post Link to post
Uwe Raabe 1360 Posted April 4 Make sure to add the unit containing the TDataModule to the (at least the implementation) uses clause of your form unit. Share this post Link to post
RP286 0 Posted April 4 Wow! It works. It's just that simple. Thanks a lot, Uwe. Share this post Link to post