Hi Kim, There are problems when my application calls a method of kbmMemTable in a DisableControls - EnableControls structure. The problem is that kbmMemTable ...
Hi, The latest 1.xx version is 1.37. There is currently running a BETA program for 2.00. Both can be downloaded at http://www.onelist.com/community/memtable ...
Kim-Bo.Madsen@...
Feb 2, 2000 6:42 am
248
Hi, Ill look at it shortly. best regards Kim Madsen kbm@... ... From: Edison Mera Menéndez [mailto:edmera@...] Sent: 1. februar 2000 14:45 To:...
Kim-Bo.Madsen@...
Feb 2, 2000 6:43 am
249
Hi, Glad you like the changes. There are more changes comming in v.2.00 when its released. Beta versions can be downloaded at...
Kim-Bo.Madsen@...
Feb 2, 2000 6:45 am
250
Hi, Autosort is not needed in v. 2.00 since all you need to do is to add one or more indexes. Please check the demo application for an example to do that. Then...
Kim-Bo.Madsen@...
Feb 3, 2000 10:56 am
251
Bugfixes: Enable/Disablecontrols issue fixed. Threadmodel changed. Threading fixed. Wrong deletion of records if table attached to during close fixed. ...
Kim-Bo.Madsen@...
Feb 3, 2000 11:03 am
252
Hi, Ok, Ill take a look at it. best regards Kim Madsen kbm@... <mailto:kbm@...> ... From: Gianluca Bonfatti [mailto:gbonfatti@...] Sent: 3....
Kim-Bo.Madsen@...
Feb 3, 2000 11:42 am
253
Hi, The bug is fixed in TkbmMemTable v. 2.00k which you will find at the memtable community today. best regards Kim Madsen kbm@......
Kim-Bo.Madsen@...
Feb 4, 2000 7:25 am
254
Hi all, Bugfixes: ftBytes bug fixed. Enhancements: The following public properties was added to TkbmIndex: IsOrdered, IndexType, CompareOptions, IndexOptions,...
Kim-Bo.Madsen@...
Feb 4, 2000 7:35 am
255
Hi, The filter property is not supported, since it would require a complete SQL parser build in. But you can use the OnFilterRecord event and set ...
Kim-Bo.Madsen@...
Feb 4, 2000 9:56 am
256
In-Reply-To: <B74DB6AD74ADD31183460008C7EA4DB007E32C@...> Hi, Version K fixes this problem, thanks for that. Tim Evans....
Tim Evans
time@...
Feb 4, 2000 3:54 pm
257
Hi, No, I cant find any mails from you in my mailbox anywhere. So it must have gotten lost somewhere on the line. There is currently no way to disable the...
Kim-Bo.Madsen@...
Feb 7, 2000 6:15 am
258
Hi, I dont exactly understand what you want to do? If you have defined a calculated field, it will be available at any time, also after LoadFromStream. But...
Kim-Bo.Madsen@...
Feb 7, 2000 6:24 am
259
Hi, Every version since 1.2x or something like that. Let me repeat: - If you have saved the definitions in the table (mtfSaveDef), they _will_ be reloaded, but...
Kim-Bo.Madsen@...
Feb 7, 2000 7:35 am
260
Hi everyone! I´ve got a little question about sorting with kbmMemTable 2.00k BETA. My program uses a table with an index-field called 'ID'. This is used ...
Martin Thorsten Heintze
MTHeintze@...
Feb 7, 2000 9:33 am
261
Hi, You might make the index consist of both fields, first the ID field, then the NAME field. By the way, ranges dont need an index to work. Internally the...
Kim-Bo.Madsen@...
Feb 7, 2000 9:44 am
262
Hi all, I posted in the 'Files' section of the community kbmMemTable 2.00k BETA 2 ======================== This is a custom version developed in order to help...
monh@...
Feb 7, 2000 10:53 am
263
Hi all, This may not be a MemTable issue, but I would appreciate any help that you guys can give. I have a MemTable with the following fields ...
Paul Linehan
plinehan@...
Feb 7, 2000 1:26 pm
264
Hi, I would make sure to sort the table on the first two fields. Then do something like this: var oldpos,oldid,newpos:integer; begin first; oldid:=-1; ...
Kim-Bo.Madsen@...
Feb 7, 2000 1:52 pm
265
... Hi again Kim, Thanks for that - I've been able to do that now. Another small little question. I use the OnGetText handler to "translate" my fields. e.g. if...
Paul Linehan
plinehan@...
Feb 7, 2000 6:20 pm
266
Hi, Nope... The dataset only knows about whats stored in the fields in the table. You can choose to have an extra field which contains the human readable data ...
Kim-Bo.Madsen@...
Feb 7, 2000 6:39 pm
267
The beta period is over, TkbmMemTable is now released to the public in v. 2.01. It can be found at the memtable community, Torry's Delphi Pages and Super ...
Kim-Bo.Madsen@...
Feb 8, 2000 1:10 pm
268
... And ... unit ... record ... First ... the...
Support
kbm@...
Feb 8, 2000 4:07 pm
269
Hi, TkbmMemTable does currently not support the filter property. The only way is to determine what possible combinations of filtering can be done, and generate...
Kim-Bo.Madsen@...
Feb 9, 2000 6:45 am
270
Hi all, Is there any reason why the first piece of code below gives an access violation at the point where I try to do mt1.LoadFromDataSet - whereas the second...
Paul Linehan
plinehan@...
Feb 10, 2000 2:59 pm
271
Hi, The first one does not work because the statement: mt1.LoadFromDataSet(Table1.DataSource.DataSet, [mtcpoStructure]); referes to a datasource of table1,...
Kim-Bo.Madsen@...
Feb 11, 2000 6:23 am
272
Dont worry... you didnt miss 2.02, 2.03, 2.04, 2.05, 2.06, 2.07, 2.08, 2.09 and the countless possible fix versions (a...z) :) BUT I think that what this...
Kim-Bo.Madsen@...
Feb 11, 2000 9:23 am
273
Hello, There is a new survey for the memtable ... How do you rate TkbmMemTable v. 2.xx? o Pathetic o Well... o OK.. It can be used. o Great.. I use it. o...
memtable-owner@onelis...
Feb 11, 2000 9:29 am
274
Kim-Bo, Re licence feedback. I have been using memtable for some time now and have found it great for temporary reporting tables. The best use I have is in an...
mikemail@...
Feb 11, 2000 1:09 pm
275
... If I do this nothing happens. I tried out the Demo of kbmMemTable but even there "SetRange" did not work. Is it a bug or am I stupid?? Martin...