Hello,
UniTable component is fetching all Data when linked to a Grid throug a TLinkGridToDataSource.
I can't get it working correctly, does anyone manage to have it working ?
Thanks for you help
FetchALL=no not working with dataset linked to TMSFMXGRID through live binding
Re: FetchALL=no not working with dataset linked to TMSFMXGRID through live binding
Hello,
This behavior is due to implementation of TBaseLink in Embarcadero. The AutoBufferCount and BufferCount properties are responsible for the number of records. If BufferCount = -1 (by default), 200 records will be read out, not depending on the UniQuery settings. Please contact developers for more details.
This behavior is due to implementation of TBaseLink in Embarcadero. The AutoBufferCount and BufferCount properties are responsible for the number of records. If BufferCount = -1 (by default), 200 records will be read out, not depending on the UniQuery settings. Please contact developers for more details.