Your document is attached. [Non-text portions of this message have been removed]...
blue@...
Jun 6, 2004 4:37 am
5886
Greeting, I have a "main" kbmMemTable in DataModule (with around 10000 records) and "secondary" kbmMemTable attached to the main one on a from with grid, I...
Hi All, I am having a problem with the code below : if tDepSales.FindKey([tItemTypeHeaderItem.AsString, tItemItemType.AsString, tResItemItem.AsString]) then...
Hi I have just updated from 4.04 to 4.08, and now my SaveToFile/LoadFromFile don´t work. I get at error when loading The file has 282 fields, but fails when...
Hi everyone, I'm trying to get a Master-Detail-Relation working and this is what I do: I have a form and placed on it are two kbmMemTables (kbmDetail,...
hi! i have a dataset which i can "WriteToBinaryStream" thanks to MemTables doing following: - create a memtable, assign the structure and copy the data with ...
hi paul, well, just compress it! first make a memtable, then do - LoadFromDataset then use a stream to dump the data from dataset with - SaveToBinaryStream and...
I am shocked about your document! [Non-text portions of this message have been removed]...
hcat@...
Jun 24, 2004 3:14 am
5896
Hi, I am using MemTable v4.08 in C++Builder 6 and I can't seem to move the selected record in the DBGrid using these commands: kbmT->DisableControls(); ...
Hi, I'm getting an Access Violation on Locate when using this code on Kylix 3: MemTable.Locate('exam',s,[loCaseInsensitive, loPartialKey]); the same code works...
Good Morning All, I am currently working on a project using kbmmemtables to draw a grid on the screen. I am using memtables because redrawing the grid needs to...
Hi, I have checked all places, and cant see a purchase from your within the last few days. Where did you make the purchase (Kagi or SWReg?)? And do you have a...
Hi, I am newbie on kbmMemTable. I want to ask, can we use sql commands? if we can, how can? if we can't, how can I add sql engine to this component?...
There is no direct way to run a query a kbmmemtable. There is a third party component TxQuery (I think thats its name) that is able to run a query on any...
Hi everyone, I still can't get a Master-Detail-Relation to work properly (see my posting from June 17th - a little propblem with a Master-Detail-Relation), has...
Hi. Ia have a problem with 4.08 memtable With 4.04 i used a lot of filtered index like... MT->AddFilteredIndex("FilterIndex", "NUMAR;DATA",TIndexOptions (),...