I use a memory table with a delta handler. When I insert or delete a record the delta handler works correctly firing the event in both circumstances. Then I...
Hi everyone We're using memTable for our application; we now have the problem that by default memTable seems to be using the american character set, we need to...
Hello Patrick, ... AFAIK TkbmMemTable has no problems with character sets. At least we never had problems with German special character... Are you sure that ...
Hi, If its sorting you are after, check out the LocaleID, SortID, LanguageID properties. In D5/D6 they are not readily available. Rightclick the Object...
Hi Kim I understand why you might add AutoReposition functionality for performance reasons, but I'm really struggling as to why you would default it to False? ...
Hello Kim! I'm trying to do this but it doesn't work... Here's sample of my code... tell me what I;m I doing wrong, I always get an error saying the Stream is...
hi kim i have the same problem to find when r certain fields duplicating while inserting a new record .i have gone through the code .But i find it little ...
hi kim i have the same problem to find when r certain fields duplicating while inserting a new record .i have gone through the code .But i find it little...
Yeah, the problem was the source, not the memTable. I already found out and corrected it. Thx ... Hello Patrick, AFAIK TkbmMemTable has no problems with...
Hi. I am trying to copy a single record into a memtable. The copyrecords method handles name and ordinal issues just as i want it to, works beautifully, EXCEPT...
Hi, Do like this: var bm:TBookmark; begin bm:=mt.GetBookmark; try Copy..... mt.GotoBookmark(bm); finally mt.FreeBookmark(bm); end; end; best regards Kim Madsen...
Hi Kim, thanks for the quick reply. Oh, I guess i forgot to mention the part where I'm trying to maintain a record lock wrapped around the whole thing. I'm...
Hi. I have created several specialized MemTable descendant, each mainly create a different table scheme (i.e. different fields), so that users will be able to...
Hello Kim, Is is safe to touch an TAutoInc field in code ? I mean in a particulary project a user can replace a record in a master table (and detail) The...
Hi all How Should we handle delete a particular record i have seen that after deleting a record if we use the function update to dataset it will not have...
Hi all How Should we handle delete a particular record i have seen that after deleting a record if we use the function update to dataset it will not have...
Hello! ... the Post ... Possibly it's my fault :-| I cant reproduce it now. But esterday I created separate project for testing this problem. It was pretty...
Hi, I am having problems with Express MasterView in that it is only displaying the first record after connecting to KBMemTable 3x. There are no problems with...
********************************* Martin Hodgson - IS Manager BK Technical Recruitment Ltd The Old Schoolhouse Blendworth Lane Blendworth Hants PO8 0AB tel:...
... I do not have the MasterView, but I do have their grid suite. Since the sources are similar, perhaps this will help: The grid has a KeyField property. If...
Thanks for the reply. I also have the grid component and it didn't exhibit this behaviour. However, I have managed to display the data in MasterView only...