Hi, I´m new using kbmMemtable, so far I used it only to process memory data... But now i wan´t to use it to store data on disk. It works fine if i use string...
Hello augustogodinho, ... You have to set SaveBlob and LoadBlob on in the streamformat component to True; -- Best regards, Wilfried http://www.mestdagh.biz...
... i ... component to True; ... I did it but the result is the same. i'm using a dbimage connected to the memtable, and 3 buttons to load,save and empty the...
Hello Augusto, I cannot see any code where you copy the image stream into the blob field. Are you sure it has somthing to do with the save/load from file ? -- ...
Amigos, Estou precisando de uma ajuda, como e que eu faço com o componente kmtable versao 4.04 , quando faço uma criação de uma tabela temporaria, começo...
Los amigos, estoy necesitando una ayuda, como y ése hago con el versao kmtable componente 4.04, cuando hago una creación de una tabla temporaria, comienzo a...
Friends, I am needing an aid, as and that I make with the component kmtable versao 4,04, when I make a creation of a table would temporaria, start to include...
Does anybody know of any DBTreeList components (preferably free) that will work with kbmMemTable? ie, YOU *ARE* USING THEM IN AN APPLICATION THAT WORKS TODAY....
I've got an app where I'm trying to create a simple hierarchical repository. I'm using the latest kbmMemTable with persistency. When I set up my program to...
Hello, people. I've tried many things but failed to make it work. The problem is that I have application which loads Borland Package Library (BPL). In the...
Amigos, Estou usando a tabela temporaria - kbmMemTable v 4.4, so que estou com o seguinte problema : Quando importo dados para uma tabela temporaria, a tabela...
Amigos, Estou usando a tabela temporaria - kbmMemTable v 4.4, so que estou com o seguinte problema : Quando importo dados para uma tabela temporaria, a tabela...
Amigos, Estou usando a tabela temporaria - kbmMemTable v 4.4, so que estou com o seguinte problema : Quando importo dados para uma tabela temporaria, a tabela...
Amigos, Estou usando a tabela temporaria - kbmMemTable v 4.4, so que estou com o seguinte problema : Quando importo dados para uma tabela temporaria, a tabela...
Amigos, Estou usando a tabela temporaria - kbmMemTable v 4.4, so que estou com o seguinte problema : Quando importo dados para uma tabela temporaria, a tabela...
Amigos, Estou usando a tabela temporaria - kbmMemTable v 4.4, so que estou com o seguinte problema : Quando importo dados para uma tabela temporaria, a tabela...
Oi, Como é que a tabela temporária é criada? Que tal criar uma rotina generica no evento OnCreate? Mande um trecho do codigo que utiliza para analizar... ...
Hi, I have problem with TkbmCustomMemTable.MoveCurRecord function - it doesn't work properly for argument (-1). Similarly, drag&drop operations with ...
Hello Tanya, I did not try it but: Possible the empty value is a not assigned value ? Try to assign a default value to the stringfield: ''; Maybe this helps ? ...
Wilfried, Thanks. Yes - my (empty) fields - are not assigned fields. I think that in many cases a field can remain not assigned... But (not assigned) are...
Hello, i think the behaviour you described is correct for TDataset compatibility. It seems a bit odd but i seem to remember that this belongs to the ANSI SQL...
... I think 0 and not assigned value are not the same. I have not 0, I have no information about the value... When I use dxDBGrid for sorting my MemTable I get...
Hi, You can always choose your own sort order by writing code in the OnCompareFields event. For fields/situations which you want standard comparison, make sure...
Kim, I was looking at the OnCompareFields event and really could not determine how to use it. Is there an example or could you provide a quick overview? ... ...