Hello Wilfried, thanks for the suggestion. This would be surely a good workaround for me. The disadvantages of this solution are: - more code to write -...
Hello Andi, ... this can be easy eliminated, but see next paragraph ... Only 1 line of code, but if you dont wants to not have a decrease of speed then you...
Hello Emmanuel, ... I'm not sure of this and maybe someone else or Kim can enlighten. But I tryed your example and it works perfect if using Locate with NULL...
Beginner.. I have loaded a memtable as follows kbmMemTable1.LoadFromDataSet(Table1,[mtcpoStructure]); works fine now I want to add a boolean field so that I...
Hi Kim, Sorry, but compiling the new version (4.08) isn't possible with Delphi 5 now :-( You must separate ALL new stuff related with widestrings and UTF8...
Hello Wilfried, thanks again for your help. When i copy a binary field to a string field: Can i simply copy the bytes (what about zero's) Does this work? Or...
Hello, thanks for reply. That's bad news for me. I use Adaptive Server Anywhere 8.0.2 and NativeDB for accessing the Database. The NativeDB-Dataset which is a...
I receive the information when the attachedTo memtable has a calculated field, that is referred to in the filtercondition of the 'client' memtable. I am in the...
I am evaluating the kbMemTable, and have downloaded the latest version from the website. I want to create an inmemory tables of images for delivery on a ...
Hello, there are a few errors in the IFDEF's of kbmMemtable.pas and kbmMemTableReg.pas if you compile under Delphi 4. kbmMemTableReg.pas Line 414 {$endif} //...
Hi , I wrote about the same before several days. It turns out that the problem of errors in compilation (Delphi lower than 6) it is not so urgent how it would...
In 4.0.7 , this component introduce a new parameter at copy record and 4.0.8 did it again. Is it a considerable way to keep these function backward compatible...
Dear, I am having problems to install the kbmMemTable_408b in the delphi 7. When I try to compile the file kbmMemD7Run.dpk, appears the following error...
... 7. ... Hi ARP, Be forwarned that I'm not an expert at all, but I think you can safely ignore these messages. But if you really want to get rid of them, I...
I've been using kbmmemtable v3.09 for some time with no problems. Now with a new application I can add data to the table, but when I close the table and...
Hello, ... This is normal behaviour. Since it is in-memory table when you close it the data is gone, unless you first save the data to a stream or file, then...
Hi, I am using 4.08 Is there a problem with filters, or am I misunderstanding something I have following code ... table.Filter:='State=DS_NEW'; table.filtered...
Hi, I am using 4.08 Excuse me, I made an error in the example code, this is what I do Is there a problem with filters, or am I misunderstanding something I...
Hello Bert, ... You are probably change filter results here, so that's wy the loop is exit, or am I wrong here ? Advice: dont filter !! Filtering is extremely...
... Wilfried, you are right, I am changing the filter results, but of record which has been passed, but I understand this can result in errors. It should not...
The Yahoo member have now been unsubscribed! PLEASE do NOT create autoresponders when you are a member of automatic mailing lists!!! Doing so will result in...
Hi, Iam using MemTable v4.08 in C++Builder 5 and I can't seem to move the selected record in the DBGrid using these commands: To move up: void __fastcall...
I have a really wierd situation. I am using D6 Ent, all SPs applied, with kbmemtable latest. I have an intraweb application which loades certain images into a ...
Hi, Kim I used the kbmMemTable as the master/detail but in the detail table seem to invalid recno (eg. when master record has change the first record of detail...
OK, - Connect the kbmMemTable as Master/Detail to the DBGrid - Assume Master=3 and Detail=9 record (1 Master's record related with 3 Detail's record). - Assume...
Hi, Ok, now I understand what you mean :) What you see is normal behaviour. Although you dont see the records, they are still there and still have a record...