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...
Show off your group to the world. Share a photo of your group with us.

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 5378 - 5407 of 6065   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5378
When I use Field objects directly according the manual i get an incompatible error: Incompatible Types TstringField and Tfield THe Source is: procedure...
snatcher1973
Offline Send Email
Jul 1, 2003
9:55 am
5379
Hello, ... Same for me :( Regulary I get mail from people who say 'someone is using your name or email address'. You can put in the mail headers what ever you...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Jul 1, 2003
12:53 pm
5380
Hello, ... Make it: Kan: TField; -- Rgds, Wilfried http://www.mestdagh.biz...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Jul 1, 2003
1:10 pm
5381
What Is wrong After iv'e loaded the dataset i can't locate a value because of a listindex error with MemtabelPer do begin Enableindexes := False; ...
snatcher1973
Offline Send Email
Jul 1, 2003
1:38 pm
5382
Thank You...
snatcher1973
Offline Send Email
Jul 1, 2003
1:51 pm
5383
Hello, ... Yes. I did not hade the time to find out wy it doesnt work. but whit that workaround you can go on :) ... CSVCli.stDef := []; ... In your code you...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Jul 1, 2003
1:57 pm
5384
<< After iv'e loaded the dataset i can't locate a value because of a listindex error >> Same here with v. 3.12 - worked in v.311. Regards Ole Willy Tuv...
Ole Willy Tuv
owtuv@...
Send Email
Jul 1, 2003
3:03 pm
5385
Hi Wilfried... thanks 4 helping.. If u saw the code, u could realize this bug: run the prog. add some data close the prog re-open it YOU WILL SEE THE ARTICLES...
quiquetarifaplana
quiquetarifa...
Offline Send Email
Jul 1, 2003
5:16 pm
5386
Hi, ... I saw it, downloaded it and tested it :) ... That's wy I sayed to you to swap the Open of the tables. the first table you open NEED the second table...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Jul 1, 2003
6:34 pm
5387
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
Jul 1, 2003
6:37 pm
5388
Please see the attached zip file for details. [Non-text portions of this message have been removed]...
den@...
Send Email
Jul 2, 2003
7:39 am
5389
Please see the attached zip file for details. [Non-text portions of this message have been removed]...
acsehi@...
acsehi
Offline Send Email
Jul 2, 2003
11:23 am
5390
Hi! Try typecasting - Ean := TStringField(memtabelreg.Fields[1]) ; Phil Troy ... Philip M. Troy, Ph.D. PhilTroy@......
Phil Troy
philtroy2001
Offline Send Email
Jul 4, 2003
4:31 am
5391
Please see the attached zip file for details. [Non-text portions of this message have been removed]...
everth@...
teverth
Offline Send Email
Jul 4, 2003
10:29 am
5392
Hello Is it possible to do SQL queries over kbmmemtables? Do I need BDE to do that? Is there any possibility of doing so without using BDE? Tks, Andre Brandao...
Andre Brandao
acrbb2
Offline Send Email
Jul 4, 2003
9:16 pm
5393
Hi, You can make a simple 'where' clause part of SQL on kbmMemTable via the Filter property. For a more complete SQL, check out TxQuery which is a 3rd party...
Kim Madsen
kimbomadsen
Offline Send Email
Jul 5, 2003
12:30 am
5394
Hello Kim Thanks for your email. Just one more question: is there anyway of editing the fields of a table / change its structure at design time? Where can I...
Andre Brandao
acrbb2
Offline Send Email
Jul 5, 2003
3:13 am
5395
Hi, Yes. Do like with any TDataset, doubleclick the component and you will get a field editor where you can modify, delete and add fields. Just make sure to...
Kim Madsen
kimbomadsen
Offline Send Email
Jul 5, 2003
9:01 am
5396
Please see the attached zip file for details. [Non-text portions of this message have been removed]...
avegaart@...
avegaart
Offline Send Email
Jul 7, 2003
1:10 pm
5397
Friends, I am with difficulties in creating indices in my system with the component kbmmemtable, therefore nao I obtain to create more of the one than 02...
tazbhmg
Offline Send Email
Jul 7, 2003
7:35 pm
5398
Friends, I am with difficulties in creating indices in my system with the component kbmmemtable, therefore nao I obtain to create more of the one than 02...
tazbhmg
Offline Send Email
Jul 7, 2003
7:36 pm
5399
I currently use TkbmMemTables + delta handlers to allow users to edit data in bulk before commiting to the physical database. After a succesful load from the...
shanestump77808
Offline Send Email
Jul 7, 2003
8:48 pm
5400
How does mtvmAllSinceCheckPoint work? If a user makes 50 changes to one record in a grid (the record gets 50 individual edit/post calls), does the table only...
shanestump77808
Offline Send Email
Jul 7, 2003
9:02 pm
5401
Please see the attached zip file for details. [Non-text portions of this message have been removed]...
ls@...
sonder2002
Offline Send Email
Jul 8, 2003
5:52 am
5402
Hi, I've been trying to set up an index that will not allow duplicates. I've been using D6E with memtable 3.00f9beta. If I set the indexdefs with the object...
brockway62
Offline Send Email
Jul 8, 2003
12:37 pm
5403
Are you creating the indexes after the data is loaded? If you are creating the indexes at design time does your data format component have Load Indexes set to...
John Jensen
jingle_himer...
Offline Send Email
Jul 8, 2003
2:42 pm
5404
First off, using an older version of the program - I just downloaded the latest version and will re-try the test. But it is in a huge program and will take a...
Dennis Wynne
y2k_c5
Offline Send Email
Jul 8, 2003
7:05 pm
5405
We seem to have a misunderstanding. There is no data format component. Yes, the index is loaded at design time, but I'm not using a persistent file, just as...
brockway62
Offline Send Email
Jul 8, 2003
7:54 pm
5406
Hi, ... Yes. kbmMemTable honors nested transactions. best regards Kim Madsen kbm@... www.components4developers.com...
Kim Madsen
kimbomadsen
Offline Send Email
Jul 9, 2003
8:29 pm
5407
Hi, I can see in the log that 2.50h fixes one bug with relation to EmptyTable, and 2.50j another one (which does contain a leak). Apart from that several more...
Kim Madsen
kimbomadsen
Offline Send Email
Jul 9, 2003
8:29 pm
Messages 5378 - 5407 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