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 4924 - 4953 of 6065   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4924
How would I go about compiling this with Delphi 7 Tring with kmbMemD6Run.dbk I got the following error: Undeclared identifier: 'VarArrayCreate'...
blyecho
Offline Send Email
Nov 1, 2002
10:18 pm
4925
Is there a version for Delphi's Version 7...
blyecho
Offline Send Email
Nov 1, 2002
10:18 pm
4926
Blyecho, search in D7 help the unit that VarArrayCreate is in. Probably they change it. Then changes the uses clause (and give a feedback ;-) -- rgds, Wilfried...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Nov 2, 2002
3:02 pm
4927
Hi, Please check the latest download from www.components4developers.com It sounds like you are trying to compile an older version of kbmMemTable. The...
Kim Madsen
kimbomadsen
Offline Send Email
Nov 3, 2002
2:56 pm
4928
Hi, Yes, v. 3.05 or 3.06 both supports D7. Download them from www.components4developers.com best regards Kim Madsen kbm@... "blyecho"...
Kim Madsen
kimbomadsen
Offline Send Email
Nov 3, 2002
2:56 pm
4929
Dir: UserUploads File:XMemLib.zip...
thokluge001
Offline Send Email
Nov 4, 2002
10:15 am
4930
Thanks Kim. I got version 3.05 and install it without any problem into Delphi 7 Pro. Now my problem is that the Demo will not compile. On the following code I...
blyecho
Offline Send Email
Nov 4, 2002
3:03 pm
4931
Hi, The reason is that v. 3.05 had changes in it which were not updated in the demo. If you download 3.06, you will find the demo working. best regards Kim...
Kim Madsen
kimbomadsen
Offline Send Email
Nov 4, 2002
4:16 pm
4932
While depressing one with automatically undepress the other, you can undepress the depressed button having both up at the same time....
blyecho
Offline Send Email
Nov 4, 2002
7:01 pm
4933
Hi. Are ChildDefs supported in kbmMemTable? If so, how do I work with them? Thanks....
adimiller_qsi
Offline Send Email
Nov 5, 2002
9:06 am
4934
huh? "blyecho" <Bly2002@...> skrev i en meddelelse news:<aq6g5l+659p@eGroups.com>... ... www.components4developers.com...
Kim Madsen
kimbomadsen
Offline Send Email
Nov 5, 2002
1:46 pm
4935
Hi All, I new to MemTable and I'm having some difficulty with using ADOQuery with a MemTable using CreateTableAs. The code works with an ADOTable but not with...
Phil Hodgkins
philhodgkins
Offline Send Email
Nov 5, 2002
1:47 pm
4936
I had to remove {$ifdef VER140} to get the demo program to run in Delphi 7....
blyecho
Offline Send Email
Nov 5, 2002
6:21 pm
4937
Hi All, I new to MemTable and I'm having some difficulty with using ADOQuery with a MemTable using CreateTableAs. The code works with an ADOTable but not with...
Phil Hodgkins
philhodgkins
Offline Send Email
Nov 6, 2002
10:11 am
4938
Kim, Could you send me the Demo program. Somehow I don't seem to get it with the install program. Thank you, Mark Mark W. Bailey, Programmer Email:...
Mark W. Bailey
blyecho
Offline Send Email
Nov 7, 2002
12:20 am
4939
Designer/Borrow Structure: Picked Server (SQL 2000) .. Logged In .. Picked Table On Get Structure I only got DateOfBirth [4th Field] datatime It skipped all...
blyecho
Offline Send Email
Nov 7, 2002
1:13 pm
4940
Please can anybody give me a simple example, how to make one mem table refresh in a thread and second memtable (attached to the first) refresh on demand. thx...
damiancalkins
Offline Send Email
Nov 7, 2002
8:56 pm
4941
Hello, I dont understeand exacly what you mean by 'refresh' but I try: When you Edit, Insert or Append and then call Post, then the data in the memtable is...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Nov 8, 2002
8:13 am
4942
In our code, There is trylock call for a TKBmThreadDataSet. Sometimes it get a timeout. There is no other place that use this dataset, Can some body explain ...
liweiga
Offline Send Email
Nov 8, 2002
5:17 pm
4943
Hi, Your application is probably threaded. Thus you have two or more threads trying to access the same dataset. Of some reason one of the threads are locking...
Kim Madsen
kimbomadsen
Offline Send Email
Nov 8, 2002
5:55 pm
4944
Whats new in v. 3.07 8. Nov. 2002 ... 3.07 Fixed case bug confusing BCB. Declared RollBack implemented Rollback. This lead to A/V's of adjacent functions...
Kim Madsen
kimbomadsen
Offline Send Email
Nov 11, 2002
12:18 am
4945
Hi, the components4developers website only offers the possibility to buy the help for version 2.53. Is there a way to get a help file for version 3.0x? regards...
baeckerg
Offline Send Email
Nov 11, 2002
1:24 pm
4946
In the 3.06 install package, kbmMemTable.dcr wasn't included. In the 3.07 version, problems with the Builder5 install that I mentioned before are still there: ...
Bill Lee
billster92065
Offline Send Email
Nov 11, 2002
4:27 pm
4947
... Correction: design-time package!...
Bill Lee
billster92065
Offline Send Email
Nov 11, 2002
5:06 pm
4948
Hello Kim, I found problems compiling kbmmemtable on C++ Builder 4 it works corrently under Delphi5,Delphi6 but when I run the package on C++Builder 4 I get...
Marco Lauria
mslauria
Offline Send Email
Nov 11, 2002
7:48 pm
4949
Hi, Its fixed in next release. best regards Kim Madsen kbm@... "Bill Lee" <mrbill@...> skrev i en meddelelse ...
Kim Madsen
kimbomadsen
Offline Send Email
Nov 11, 2002
9:23 pm
4950
Hello, I use CPPBuilder 6.0 I've to write an application that requires a little database , too little to go the BDE way. The application is single user only,...
Luc Saint-Elie
Lstelie
Offline Send Email
Nov 12, 2002
4:37 pm
4951
Is there a way to force the table to recalculate it's calculated fields? When I modify and update a field in the table that would change the value of the...
John Jensen
jingle_himer...
Offline Send Email
Nov 12, 2002
7:35 pm
4952
John, Set RecalcOnFetch := True; -- rgds, Wilfried http://www.mestdagh.biz On 12.11.02 20:34 John Jensen wrote...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Nov 12, 2002
9:26 pm
4953
Hi, ... Yes, it very well can be. It certainly can handle what you are asking for. best regards Kim Madsen kbm@......
Kim Madsen
kimbomadsen
Offline Send Email
Nov 12, 2002
11:47 pm
Messages 4924 - 4953 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