Hello,
Sorry for asking here but I didn't found any suitable informations on the net.
I'm developing an Android application with Delphi Xe7 / Xe8 ... Needless to say that I'm a little bit lost with all the "Firemonkey Stuff".
I'm trying to found a way to synchronize my TUniQuery with an "livebinded" TGrid component.
For exemple, Uniquery.Refresh and Uniquery.RefreshRecord doesn't refresh the grid nor refresh the record.
Moving into dataset (next, previous...) doesn't move the selected TGrid selected item...
This is really frustrating as everything was so easy on the vcl side !
Do you have perhaps any mobile sample ?
UniDAC and FMX Livebinding
Re: UniDAC and FMX Livebinding
Hello,
To navigate through the DataSet, you should use TBindNavigator, that will move through records in the DataSet and synchronize cursor position in TGrid.
To navigate through the DataSet, you should use TBindNavigator, that will move through records in the DataSet and synchronize cursor position in TGrid.