... 2001 ... was not ... #:-(.. Not so bad... I rather still think that TkbmMemTable is a "must have" for any good Delphi Coder. TkbmMemTable will be allways ...
mclainejohn@...
Mar 1, 2001 8:39 am
2255
I thought you had to always call the CreateTable method after changing the table structure. Is this not the case? Stephen ... http://docs.yahoo.com/info/terms/...
stephenmillington@...
Mar 1, 2001 1:54 pm
2256
Hi Kim, I have some forms with the component Infopower 2000 IncrementalSearch linked with a DataSource and a TKBMTable. I noticed that in the last versions of...
shs@...
Mar 1, 2001 2:59 pm
2257
All my code is now based on TkbmmemTable in my 3 tier application i guess is a needed component for a delphian framework Thank you again ... From: Kim Madsen ...
Miguel Angel Gavidia ...
adegp@...
Mar 1, 2001 4:23 pm
2258
The line FState:=mtstBrowse; should be taken out in TkbmCustomMemTable.EmptyTable as it screws up the FState value preserved by InternalEmptyTable. Regards, ...
Alex.Gromyko@...
Mar 1, 2001 5:45 pm
2259
Hi, If no fielddefs are defined, the allready created fields will be the template for automatic fielddef generation. If fielddefs are defined, allready...
Kim Madsen
kbm@...
Mar 1, 2001 6:19 pm
2260
I hope that this question is not too stupid. Today I was trying to copy data from TAdoQuery to TkbmMemTable. Both had the same structure (easy to achieve - ...
Primoz Gabrijelcic
gabr@...
Mar 1, 2001 6:40 pm
2261
Hi Check: LoadFromDataset(source,[options]); best regards Kim Madsen kbm@... ... From: Primoz Gabrijelcic [mailto:gabr@...] Sent: Thursday, March...
Kim Madsen
kbm@...
Mar 1, 2001 6:44 pm
2262
... I knew there must be a better way. Thanks! Primoz...
Primoz Gabrijelcic
gabr@...
Mar 1, 2001 6:54 pm
2263
We (www.fab-online.com) are using TkbmMemTable in an application for TV Programme editing (FAB Teletext TV Guide Editor). TkbmMemTable is used as a buffer that...
Primoz Gabrijelcic
gabr@...
Mar 1, 2001 6:56 pm
2264
Kim, Don't despair...TkbmMemTable wasn't even on the list of candidates until I recommended it 3 days before the end of voting!!! Sorry, I hadn't visited the...
Michael Bonner
michael.bonner@...
Mar 1, 2001 7:31 pm
2265
Primoz, You might want to check the CreateTable function as (I believe) it can copy the field defs and the data with one call instead of you manually doing the...
Michael Bonner
michael.bonner@...
Mar 1, 2001 7:35 pm
2266
Hi Promoz, You could also have a look at TBatchOperator component I placed on the user uploads of TkbmMemTable. Any ideas for improvement are welcome! Perhaps...
Tom Deprez
tom.deprez@...
Mar 1, 2001 8:36 pm
2267
Hi, I've just checked TkbmMemTable 2.52b Beta by changing the Woll2Woll demo Search.dpr to load the data from the wwTable1 into a kbmMemTable1 during form...
kbm@...
Mar 2, 2001 10:08 am
2268
Hi, It will be removed in 2.53 which will also be the first non beta release since 2.49. best regards Kim Madsen kbm@... ... From: Alex.Gromyko@......
kbm@...
Mar 2, 2001 10:10 am
2269
Hi, Thanks for your compliance with the license agreement. I've just checked out your FAB Teletext editor... (downloaded the demo :) It looks impresive. best...
kbm@...
Mar 2, 2001 10:12 am
2270
... We aim to please :-) Thanks, Primoz...
Primoz Gabrijelcic
gabr@...
Mar 2, 2001 10:23 am
2271
It seems, that MemTable proceed calc. fields on attached dataset with bugs. If in example project we will try to append a few records to master table 1...
grumbler@...
Mar 3, 2001 11:50 am
2272
It seems, that MemTable proceed calc. fields on attached dataset with bugs. If in example project we will try to append a few records to master table 1...
grumbler@...
Mar 3, 2001 11:50 am
2273
It seems, that MemTable proceed calc. fields on attached dataset with bugs. If in example project we will try to append a few records to master table 1...
grumbler@...
Mar 3, 2001 11:50 am
2274
Greetings, I've been attempting to use performance setting mtpfSmall so that I can take advantage of the variable length strings. I am using Delphi 5 and...
waded@...
Mar 5, 2001 2:37 am
2275
Hi Kim, thank you for your attention and time. I did the same as you: It works for the field ZIP. But do the following: create an index for the field CITY and...
shs@...
Mar 5, 2001 1:03 pm
2276
The mask do not work with a date field. Wheatever the mask I use, the display use always the same format in my DbGrid. Ex: Mask = YYYY/MM/DD, Result = 01/12/27...
jb.electronique@...
Mar 5, 2001 8:59 pm
2277
Hi, You have: procedure TkbmCustomMemTable.EmptyTable; begin Progress(0,mtpcEmpty); try CheckBrowseMode; ClearBuffers; InternalEmptyTable; finally ...
IMB T
vatt@...
Mar 6, 2001 7:20 am
2278
Hi, I've checked it. Make sure you have defined a case insensitive index for CITY, and make sure that index is selected! best regards Kim Madsen kbm@......
kbm@...
Mar 6, 2001 8:57 am
2279
Hi, You have stumbled over a bug! It will be corrected in 2.52c Beta soon to be released. best regards Kim Madsen kbm@... ... From:...
kbm@...
Mar 6, 2001 9:30 am
2280
Hi, Thanks for the bugreport. I rather think that a DisableControls should be inserted before the Try. It will be fixed in 2.52c Beta. best regards Kim Madsen ...
kbm@...
Mar 6, 2001 9:33 am
2281
Hi, If you set DisplayMask, the display most definitely will change. I've just checked it. But if its the mask of entering data, you need to fiddle around with...
kbm@...
Mar 6, 2001 9:58 am
2282
I believe this question has been asked before but I can't find the message with any of yahoo's archive searches. I'm trying to filter a table using a filter...
jwelter_1999@...
Mar 6, 2001 9:17 pm
2283
I haven't looked all the way down into the code but normally delhpi interprets : as "your standard time separator" if you want to force delphi to use a colon...