Ver Mensaje Individual
  #4  
Antiguo 02-04-2014
Avatar de Al González
[Al González] Al González is offline
In .pas since 1991
 
Registrado: may 2003
Posts: 5.604
Reputación: 29
Al González Es un diamante en brutoAl González Es un diamante en brutoAl González Es un diamante en brutoAl González Es un diamante en bruto
Creo que esto puede resolver el problema:
Cita:
Empezado por RRUZ
The LiveBindings components that can hold multiple records like the TCustomBindList, TCustomBindGridList, TCustomBindGridLink and TCustomLinkListControlToField had a property called BufferCount with a default value of -1. When the internal db enumerator (TBindScopeDBEnumerator) of the LiveBindings is initialized the value of this property (BufferCount) is checked and if his value is minor than 0, then a buffer of 200 elements is set. So to overcome this limitation you need to change the value of the BufferCount to a higher value or to the RecordCount value of your TDataSet.

Another alternative is set the AutoBufferCount property to true, which will set the internal BufferCount value to the number of records of the TDataSet.
Enlace.
Responder Con Cita