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 5050 - 5079 of 6065   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5050
IBObjects are popular components that are used to connect to Interbase or to Firebird databases w/o BDE. kbmMemTable should work with all Tdataset descendants....
duilio_fos <irel_llc@...
duilio_fos
Offline Send Email
Jan 1, 2003
10:39 am
5051
I replaced kbmMemTable with TMemDataSet (downloaded from www.cam.org/~abrunet/) and now the first few lines work ok, even if I repeat them several times :) It...
duilio_fos <irel_llc@...
duilio_fos
Offline Send Email
Jan 5, 2003
10:32 am
5052
I'm moving all my projects to version 3.07 of kbmMemTable, but the applications still need to load the previous data saved in binary format with version 2.53 ;...
rl71 <rl71@...>
rl71
Offline Send Email
Jan 5, 2003
9:57 pm
5053
G'Day all, I have found that there is an error with the Memory Table components v3.02 & v3.07. When attempting to run an app with the kbmMemTable component, it...
Craig Gaffney
trysoft1
Offline Send Email
Jan 6, 2003
9:36 am
5054
I am looking at setting up a Decision Cube with a memory table which brings up two questions: 1. Can a memory table be accesed by a query and 2. Will the...
chesterdphillips <che...
chesterdphil...
Offline Send Email
Jan 6, 2003
6:28 pm
5055
Thanks Chester Phillips...
Chester Phillips
chesterdphil...
Offline Send Email
Jan 6, 2003
6:28 pm
5056
Gianluca, Are you sure that all save / load properties the same, because starting from version 3 it is separate component, so maybe some defaults are...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Jan 6, 2003
6:33 pm
5057
Craig, I dont see that property anymore starting from version 3. So I think you can safely ignore the error. It is probably replaced by some other load / save...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Jan 6, 2003
6:34 pm
5058
Hi, Open all your forms/datamodules on which kbmMemTable is placed. Say Ignore to missing properties. Save and compile. The AllDataOptions, DefaultOptions and...
Kim Madsen
kimbomadsen
Offline Send Email
Jan 6, 2003
9:09 pm
5059
Hi, ... You can load the contents from a query into a memorytable. Eg: mt.LoadFromDataset(yourquery,[mtcpoStructure]); ... Yes. best regards Kim Madsen ...
Kim Madsen
kimbomadsen
Offline Send Email
Jan 6, 2003
9:09 pm
5060
Thanks Kim, I have tried it so far and it works. The decision Cube gets a little difficult when not a query source but I will get around that. Chester Phillips...
Chester Phillips
chesterdphil...
Offline Send Email
Jan 7, 2003
2:57 am
5061
Hi, If you want an automated caching of data from the database for use in the dec. cube, you can check out kbmMW. It will handle the query stuff for you and...
Kim Madsen
kimbomadsen
Offline Send Email
Jan 7, 2003
11:05 am
5062
... Kim, Sorry I did not see this response until today but will definitely look at your suggestion. I am trying to provide the user with what he sees today but...
chesterdphillips <che...
chesterdphil...
Offline Send Email
Jan 9, 2003
9:31 pm
5063
Hi, When I want to hide certain kbmMemtable-fields in a DB-grid, those fields are not accessable anymore trough their field-properties. It appears to me that...
tsinaeve@...
woboy25
Offline Send Email
Jan 11, 2003
4:13 pm
5064
Hi, When I want to hide certain kbmMemtable-fields in a DB-grid, those fields are not accessable anymore trough their field-properties. It appears to me that...
Tim Sinaeve
woboy25
Offline Send Email
Jan 11, 2003
4:13 pm
5065
Hi, I have a SQL Server table that I copy in to a memtable (with the structure). One field is a BCD. When I do a locate on the BCD field and pass an integer...
Tolga Erdogus <terdog...
tolga_erdogus
Online Now Send Email
Jan 12, 2003
7:03 pm
5066
That should be: speedProfileTable := TkbmMemTable.Create(nil); ... field ... I'd...
Tolga Erdogus <terdog...
tolga_erdogus
Online Now Send Email
Jan 12, 2003
7:24 pm
5067
Tim, I have several memtables with certain fields.visible := False; and working normal. Can you tell what exacly you do and how to demonstrate the behaviour? ...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Jan 12, 2003
8:16 pm
5068
Tolga, ... Dont think you can change field type at runtime. Alternative you can load the data in another manually by copy each field. You can access a BCD...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Jan 13, 2003
12:27 pm
5069
Hi, Is there a waty to make memtable's data virtual? I would like to use it as a gateway to data stored in a collection. I have written a totally virtual...
wvd_vegt <wvd_vegt@...>
wvd_vegt
Offline Send Email
Jan 13, 2003
9:09 pm
5070
I know there is a property call StoreDataOnForm but every time I turn that to true, it prompt error on my dfm. Is this a bug? I'm using TMemTable 3.07. Thanks....
huntsman2910 <hwafool...
huntsman2910
Offline Send Email
Jan 14, 2003
1:27 pm
5071
I have a memtable that I am storing items in that I want to change the order that they are displayed. I do not want to sort in any particular manner. I just...
Trevor Blanc
gws32750
Offline Send Email
Jan 17, 2003
1:00 pm
5072
Trevor, ... Yes just make an index on each field. when user clicks on column header or so the just switch index. -- rgds, Wilfried http://www.mestdagh.biz...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Jan 17, 2003
9:14 pm
5073
Need a little help getting started using MemTable. I'm trying to create a DLL that opens a CSV file (LoadPersistent I think) and adds records to it. I'm...
wdelph2001 <wd@...>
wdelph2001
Offline Send Email
Jan 18, 2003
5:01 am
5074
Hello, ... You can save FieldDefs in the csv file. But then you hve to create them in the file the first time also. I do alwais in code or in object inspector....
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Jan 18, 2003
9:47 am
5075
Thanks for your help but I'm still having problems. I've have all you described working but the problem is reading an existing file into the MT that I created...
wdelph2001 <wd@...>
wdelph2001
Offline Send Email
Jan 18, 2003
7:47 pm
5076
hello, ... When persistend is set then when you Open the MT then the file will be loaded. At Close it will be saved. ... Probably there is something wrong with...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Jan 19, 2003
10:03 am
5077
The AfterPost event that's triggered during a LoadFromFile gives me always empty data from a Dataset.FieldByName('FieldName').AsString; But the data is read...
dsmalle <danny.smalle...
dsmalle
Offline Send Email
Jan 20, 2003
1:28 pm
5078
FREE DELPHI COMPONENT With Full source code. Starting from TurboPower Orpheus 4.06, you will find a new Delphi component every day, with full source code. Let...
FDC
mnrsbgh
Offline Send Email
Jan 23, 2003
10:12 am
5079
Wim, I am not totally sure I understood what exactly you ae trying to do, but just in case <g>, have you looked at TObjectDataSet Component by Paul Johnson ...
adem <adembaba@...>
benadembaba
Offline Send Email
Jan 24, 2003
3:39 am
Messages 5050 - 5079 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