Search the web
Sign In
New User? Sign Up
memtable · Discuss the use of kbmMemTable and associated BCB/Delphi components.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4217 - 4247 of 6065   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4217
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...
Luca Pretti
lucapretti58
Offline Send Email
May 1, 2002
11:45 am
4218
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...
Patrick Esche
alco_de
Offline Send Email
May 8, 2002
9:04 am
4219
Hello Patrick, ... AFAIK TkbmMemTable has no problems with character sets. At least we never had problems with German special character... Are you sure that ...
Holger Dors
holgerdors
Offline Send Email
May 8, 2002
2:27 pm
4220
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...
Kim Madsen
kimbomadsen
Offline Send Email
May 8, 2002
4:58 pm
4221
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? ...
wrongoption
Offline Send Email
May 8, 2002
11:19 pm
4222
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...
myselfpaulp
Offline Send Email
May 9, 2002
3:02 am
4223
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 ...
thomas ct
adu_thoma
Offline Send Email
May 9, 2002
5:11 am
4224
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...
adu_thoma
Offline Send Email
May 9, 2002
5:37 am
4225
Hi, You probably miss the append flag during the save operation on the streamformatter. best regards Kim Madsen kbm@... "myselfpaulp"...
Kim Madsen
kimbomadsen
Offline Send Email
May 9, 2002
7:21 am
4226
Hi, Because that was default behaviour when kbmMemTable v. 2.00 was released. best regards Kim Madsen kbm@... "wrongoption"...
Kim Madsen
kimbomadsen
Offline Send Email
May 9, 2002
7:21 am
4227
hei i found that FCommon is a private variable .so how can u write the code KeyRecord:=FCommon._InternalAllocRecord; plz help tct...
adu_thoma
Offline Send Email
May 9, 2002
10:02 am
4228
i got the answer from Christiaan thanks for all tct...
adu_thoma
Offline Send Email
May 10, 2002
7:37 am
4229
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...
Patrick Esche
alco_de
Offline Send Email
May 10, 2002
8:21 am
4230
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...
rossmunday
Offline Send Email
May 11, 2002
3:58 am
4231
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...
Kim Madsen
kimbomadsen
Offline Send Email
May 11, 2002
7:20 am
4232
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...
rossmunday
Offline Send Email
May 11, 2002
7:32 am
4233
Hi, ok... That cannot be avoided im afraid. best regards Kim Madsen kbm@... "rossmunday" <rossmunday@...> skrev i en meddelelse ...
Kim Madsen
kimbomadsen
Offline Send Email
May 11, 2002
4:07 pm
4234
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...
adimiller_qsi
Offline Send Email
May 12, 2002
4:22 pm
4235
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...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
May 12, 2002
6:39 pm
4236
... From: "Wilfried Mestdagh" <wilfried@...> Sent: Monday, May 13, 2002 6:39 AM Subject: [memtable] Touching an TAutoInc field <snip> ... From a...
Corey Murtagh
emonk001
Offline Send Email
May 13, 2002
3:11 am
4237
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...
adu_thoma
Offline Send Email
May 13, 2002
5:10 am
4238
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...
adu_thoma
Offline Send Email
May 13, 2002
5:13 am
4239
Corey, thanks ! rgds, Wilfried...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
May 13, 2002
2:49 pm
4241
Hi Kim! Is it possible to do subj. When I used component in package, it sets design part as required. How I could eliminate it? Mike...
mikeevteev
Offline Send Email
May 13, 2002
5:32 pm
4242
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...
mikeevteev
Offline Send Email
May 13, 2002
5:32 pm
4243
Hi, Ok. Let me hear if the problem should surface again. best regards Kim Madsen kbm@... "mikeevteev" <mikeevteev@...> skrev i en...
Kim Madsen
kimbomadsen
Offline Send Email
May 13, 2002
5:50 pm
4244
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...
lehoreuk
Offline Send Email
May 14, 2002
9:52 am
4245
********************************* Martin Hodgson - IS Manager BK Technical Recruitment Ltd The Old Schoolhouse Blendworth Lane Blendworth Hants PO8 0AB tel:...
Martin Hodgson
marhod2002
Offline Send Email
May 14, 2002
12:33 pm
4246
... 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...
Bill Lee
billster92065
Offline Send Email
May 14, 2002
1:54 pm
4247
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...
lehoreuk
Offline Send Email
May 14, 2002
6:37 pm
Messages 4217 - 4247 of 6065   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help