In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

MemDataset advice

Xailer professional forum in English
Responder
Avatar de Usuario
orangesocks
Mensajes: 59
Registrado: Jue May 05, 2011 3:28 pm

MemDataset advice

Mensaje por orangesocks »

Hi,
I need to define a field in a MemDataset that contains an array.
Is it safe to define it as type Memo ('M') ?
Can I set an empty array to :DefValue property ?
Regards Giuseppe
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9469
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

MemDataset advice

Mensaje por ignacio »

orangesocks escribió el mar, 21 mayo 2013 14:31Hi,
I need to define a field in a MemDataset that contains an array.
Is it safe to define it as type Memo ('M') ?
Can I set an empty array to :DefValue property ?
Regards Giuseppe
I personally even use object references for extra columns. It depends on how you treat them. You should be aware that you can not edit directly. That's all.
Regards,
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Responder