Hi, Its correct there currently is no documentation in the form of a document or helpfile, but the demoproject actually shows quite alot of the possibilities....
Kim-Bo.Madsen@xxx.xx
Jan 3, 2000 9:43 am
97
Dear Kim, I missed your bug-fix for GotoBookmark in version 1.37, so I sent another message about it. Regarding the fix: in stead of searching the whole table...
d.boogaers@xxx.xx
Jan 3, 2000 4:28 pm
98
V. 1.37 contains some bugfixes to do mainly with bookmarks and internalloadfrombinarystream. Further it contains new saveoptions for the CommaText property. ...
Kim-Bo.Madsen@xxx.xx
Jan 3, 2000 3:21 pm
99
Hi, I agree that searching the whole table is not the ideal solution. I started out with a much more ambitious way to do it, gathering a list of bookmarks and...
Kim-Bo.Madsen@xxx.xx
Jan 4, 2000 6:16 am
100
Hi, TkbmMemTable does not support real indexes at this time. I would suggest you to use the sort methods to sort to the layout you want to use for each ...
Kim-Bo.Madsen@xxx.xx
Jan 4, 2000 9:50 am
101
Hi Kim, The latest version has a bug. If SortFields have been set and AutoSort is on, than after adding the records that make up the table, the sort appears to...
d.boogaers@xxx.xx
Jan 4, 2000 10:08 am
102
Dear Kim, Apparently the problem has to do with a different way of inserting records. The records seem to become inserted before the first, not in sequence of...
Is AutoSort set to true? best regards Kim Madsen kbm@... ... From: d.boogaers@... [mailto:d.boogaers@...] Sent: 4. januar 2000 12:20 To:...
Kim-Bo.Madsen@xxx.xx
Jan 4, 2000 12:14 pm
105
AutoSort is True. Kind regards ;-} Dick From: Kim-Bo.Madsen@... Is AutoSort set to true? best regards Kim Madsen kbm@......
d.boogaers@xxx.xx
Jan 4, 2000 12:15 pm
106
Dear Kim, Another problem crept up with the new implementation of BookMarks. Don't know what causes it. The problem surfaces in the TwwDBGrid from InfoPower...
d.boogaers@xxx.xx
Jan 4, 2000 12:56 pm
107
Hi, after few weeks working with v1.22, i finally downloaded and installed v1.37 The new way of handling bookmarks is almost perfect. Despite this fact, i...
jozef@xxxxxxx.xxx
Jan 4, 2000 9:25 pm
108
Where can I find the latest version of kbmMemTable?. I revised www.optical.dk and www.torry.ru, but these pages are obsolete. Thanks in advance....
Hi, 1.37 is in the Files section of the memtable community. best regards Kim Madsen kbm@... ... From: Edison Mera Menéndez [mailto:edmera@...] ...
Kim-Bo.Madsen@xxx.xx
Jan 5, 2000 6:08 am
110
Hi, Thanks for your fix. It will be implemented in 1.38 soon available. best regards Kim Madsen kbm@... ... From: jozef@......
Kim-Bo.Madsen@xxx.xx
Jan 5, 2000 7:39 am
111
Dear Kim, Finally I have found what causes the clutter in the TwwDBGrid component. It appears it relies heavily on the relation between the sequence of records...
d.boogaers@xxx.xx
Jan 5, 2000 1:58 pm
112
Hi Kim, hi Dirk, i think the next step in inprooving bookmark handling (after _InternalFindBookmark) could be function...
jozef@xxxxxxx.xxx
Jan 5, 2000 2:37 pm
113
Hi, You can create as many tables as you like. The reason for TkbmMemTable to be build in the first place was due to my need in an ISAPI application which had...
Kim-Bo.Madsen@xxx.xx
Jan 6, 2000 6:17 am
114
Hi, Thanks for your input. I was about to release a bug fix containing this stuff (1.38), but since I got tired with some stuff in TkbmMemTable allways causing...
Kim-Bo.Madsen@xxx.xx
Jan 6, 2000 6:22 am
115
Hi Kim, I found the bug, that causes newly inserted records not to become sorted in a grid automatically, even if AutoSort is True. The problem stems from the...
d.boogaers@...
Jan 6, 2000 3:37 pm
116
Hi, I think you should Assign one to the other (and make sure that fields[10] actually is existing on both sides and are compatible). Eg....
Kim-Bo.Madsen@xxx.xx
Jan 7, 2000 7:55 am
117
Hi Kim, A good new year for you and for all the people from the comunity and the world. I saw that you'll plan to make some major changes in your code. Here...
I. M. M. VATOPEDIOU
monh@xxxxxxxx.xxxxxxx...
Jan 7, 2000 9:03 am
118
Hi all, I'm having a bit of trouble using kbmMemTable for something that should be relatively simple. I have a: Database->Table->DataSource->DBGrid and the...
Paul Linehan
PLinehan@xxxxxxxx.xxx
Jan 7, 2000 5:51 pm
119
Hi, I would suggest you to do: tbTable1.DataSource.DataSet.DisableControls; kbmMemTable1.LoadFromDataSet(tbTable1.DataSource.DataSet,[mtcpoStructure]); ...
Kim-Bo.Madsen@xxx.xx
Jan 10, 2000 6:27 am
120
Hi Kim, Thanks for replying! ... Why not tbTable1.DisableControls? ... Yes - it's at the LoadFromDataSet line! Don't worry though. The table I'm using is a...
Paul Linehan
PLinehan@xxxxxxxx.xxx
Jan 10, 2000 11:59 am
121
Hi, No special reason for all that, except copy/paste from your own example :) Let me hear what you find out. By the way... To all of you from all of me :) I...
Kim-Bo.Madsen@xxx.xx
Jan 10, 2000 12:51 pm
122
I've been having trouble with sorting and filtering. I set up a filter routine in OnFilterRecord as follows: implementation . . . var filter_field_1,...
David P. Schwartz
davids@xxxxxxxxxxxxxx...
Jan 11, 2000 6:20 am
123
Hi, As for the display of the label, I would suggest you to do a label.repaint which forces update of the label regardless of any calls to ProcessMessages. Its...
Kim-Bo.Madsen@xxx.xx
Jan 11, 2000 6:26 am
124
Hi, Strings and binary data arent really compatible. The reason for your data to be truncated I bet is that the 5th position contains a binary 0. Since strings...
Kim-Bo.Madsen@xxx.xx
Jan 12, 2000 12:01 pm
125
Whats new: Unlimited number of indexes supported with IndexDefs, AddIndex, DeleteIndex, ftBytes fixed, CompareBookmarks fixed. Much of the internals has been...