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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 5668 - 5699 of 6065   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5668
Hello Wilfried, thanks for the suggestion. This would be surely a good workaround for me. The disadvantages of this solution are: - more code to write -...
crookyh
Offline Send Email
Dec 2, 2003
9:07 am
5669
Hi, The problem is that the TDataset specification do not support indexes, searches on blob fields or binary fields. best regards Kim Madsen ...
Kim Madsen
kimbomadsen
Offline Send Email
Dec 2, 2003
9:53 am
5670
Hello Andi, ... this can be easy eliminated, but see next paragraph ... Only 1 line of code, but if you dont wants to not have a decrease of speed then you...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Dec 2, 2003
7:40 pm
5671
Hello Emmanuel, ... I'm not sure of this and maybe someone else or Kim can enlighten. But I tryed your example and it works perfect if using Locate with NULL...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Dec 6, 2003
3:03 pm
5672
Beginner.. I have loaded a memtable as follows kbmMemTable1.LoadFromDataSet(Table1,[mtcpoStructure]); works fine now I want to add a boolean field so that I...
gws32750
Offline Send Email
Dec 6, 2003
9:16 pm
5673
Hi Kim, Sorry, but compiling the new version (4.08) isn't possible with Delphi 5 now :-( You must separate ALL new stuff related with widestrings and UTF8...
jurekl@...
buzkowe
Offline Send Email
Dec 7, 2003
11:03 pm
5674
Hello Wilfried, thanks again for your help. When i copy a binary field to a string field: Can i simply copy the bytes (what about zero's) Does this work? Or...
crooky hetch
crookyh
Offline Send Email
Dec 8, 2003
2:19 pm
5675
Hello, thanks for reply. That's bad news for me. I use Adaptive Server Anywhere 8.0.2 and NativeDB for accessing the Database. The NativeDB-Dataset which is a...
crooky hetch
crookyh
Offline Send Email
Dec 9, 2003
2:27 pm
5676
I receive the information when the attachedTo memtable has a calculated field, that is referred to in the filtercondition of the 'client' memtable. I am in the...
wdv_nl
Offline Send Email
Dec 9, 2003
5:36 pm
5677
I am evaluating the kbMemTable, and have downloaded the latest version from the website. I want to create an inmemory tables of images for delivery on a ...
stewartbourke
Offline Send Email
Dec 11, 2003
6:39 pm
5678
Just guessing but wouldn't it be TGraphicField(dmMain.tbImage.FieldByName('mtGraphic')).loadfromstream(MemStr m); ... From: stewartbourke...
John Jensen
jingle_himer...
Offline Send Email
Dec 12, 2003
2:31 am
5679
Hello, there are a few errors in the IFDEF's of kbmMemtable.pas and kbmMemTableReg.pas if you compile under Delphi 4. kbmMemTableReg.pas Line 414 {$endif} //...
duetting
Offline Send Email
Dec 12, 2003
2:33 pm
5680
Hi , I wrote about the same before several days. It turns out that the problem of errors in compilation (Delphi lower than 6) it is not so urgent how it would...
jurekl@...
buzkowe
Offline Send Email
Dec 12, 2003
11:59 pm
5681
In 4.0.7 , this component introduce a new parameter at copy record and 4.0.8 did it again. Is it a considerable way to keep these function backward compatible...
Orson Wang
orson_wang
Offline Send Email
Dec 15, 2003
5:04 am
5682
Dear, I am having problems to install the kbmMemTable_408b in the delphi 7. When I try to compile the file kbmMemD7Run.dpk, appears the following error...
nagual_br2003@...
nagual_br2003
Offline Send Email
Dec 17, 2003
5:15 pm
5683
... 7. ... Hi ARP, Be forwarned that I'm not an expert at all, but I think you can safely ignore these messages. But if you really want to get rid of them, I...
jhami7
Offline Send Email
Dec 22, 2003
8:35 pm
5684
I've been using kbmmemtable v3.09 for some time with no problems. Now with a new application I can add data to the table, but when I close the table and...
deltexley
Offline Send Email
Dec 30, 2003
12:37 am
5685
Hello, ... This is normal behaviour. Since it is in-memory table when you close it the data is gone, unless you first save the data to a stream or file, then...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Dec 30, 2003
11:59 am
5686
Hi, I am using 4.08 Is there a problem with filters, or am I misunderstanding something I have following code ... table.Filter:='State=DS_NEW'; table.filtered...
bert.verhees@...
rosa1234rosa
Offline Send Email
Jan 4, 2004
6:14 pm
5687
Hi, I am using 4.08 Excuse me, I made an error in the example code, this is what I do Is there a problem with filters, or am I misunderstanding something I...
bert.verhees@...
rosa1234rosa
Offline Send Email
Jan 4, 2004
6:16 pm
5688
Hello Bert, ... You are probably change filter results here, so that's wy the loop is exit, or am I wrong here ? Advice: dont filter !! Filtering is extremely...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Jan 4, 2004
7:32 pm
5690
... Wilfried, you are right, I am changing the filter results, but of record which has been passed, but I understand this can result in errors. It should not...
Bert Verhees
rosa1234rosa
Offline Send Email
Jan 5, 2004
12:00 pm
5692
The Yahoo member have now been unsubscribed! PLEASE do NOT create autoresponders when you are a member of automatic mailing lists!!! Doing so will result in...
Kim Madsen
kimbomadsen
Offline Send Email
Jan 6, 2004
12:59 pm
5693
Hi, Iam using MemTable v4.08 in C++Builder 5 and I can't seem to move the selected record in the DBGrid using these commands: To move up: void __fastcall...
ddomingo20032000
ddomingo2003...
Offline Send Email
Jan 7, 2004
4:06 pm
5694
I have a really wierd situation. I am using D6 Ent, all SPs applied, with kbmemtable latest. I have an intraweb application which loades certain images into a ...
stewartbourke
Offline Send Email
Jan 8, 2004
11:55 am
5695
Hi, Kim I used the kbmMemTable as the master/detail but in the detail table seem to invalid recno (eg. when master record has change the first record of detail...
xideal2001
Offline Send Email
Jan 8, 2004
8:21 pm
5696
Hi, I dont understand exactly what your problem is. Can you please explain? best regards Kim Madsen kbm@... www.components4developers.com...
Kim Madsen
kimbomadsen
Offline Send Email
Jan 11, 2004
12:40 am
5697
OK, - Connect the kbmMemTable as Master/Detail to the DBGrid - Assume Master=3 and Detail=9 record (1 Master's record related with 3 Detail's record). - Assume...
xideal2001
Offline Send Email
Jan 11, 2004
9:50 pm
5698
Hi, Ok, now I understand what you mean :) What you see is normal behaviour. Although you dont see the records, they are still there and still have a record...
Kim Madsen
kimbomadsen
Offline Send Email
Jan 11, 2004
10:22 pm
5699
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the memtable group. File :...
memtable@yahoogroups....
Send Email
Jan 13, 2004
6:20 am
Messages 5668 - 5699 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