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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 5636 - 5665 of 6065   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
5636
Hi, When I use kbmMem[Binary/CSV]StreamFormat to transfer information from one kbmMemTable to another, with a BlobField (like an Image or a File), the...
virtualdisc_ntn
Offline Send Email
Nov 1, 2003
10:41 am
5637
I'm having some problems working with Lookup fields. I have two tables with these structures: Table User Id : AutoInc; Name : string; email : string; Table...
mpecci
Offline Send Email
Nov 3, 2003
4:20 pm
5638
Hello I used a master/detail relation, with 2 grids for visualisation When i want to used the records from the MTDetail and MTMaster, I want to DisableControls...
blumache
Offline Send Email
Nov 4, 2003
9:13 am
5639
Hi there... How I can create a new structure in kbmMemtable setting default value in fields ? Many thanks. Marco R....
Marco
romullma
Offline Send Email
Nov 4, 2003
12:01 pm
5640
Hello Memtable-Group, I have a suggestion for the component TkbmCustomCSVStreamFormat. It extremely disturbs me that the component uses as column names the...
Marco Schlünß
dusty2202
Offline Send Email
Nov 5, 2003
7:22 pm
5641
In my Database i use GUIDs (Global Unique Identifier) for most of my PrimaryKeys. In my database it's a domain and is defined as binary (16) I use this type in...
crookyh
Offline Send Email
Nov 6, 2003
4:44 pm
5642
Hello Marco, ... I just bounced into that problem because I was making a multilanguage application. after doing all the translations, it turned out it only...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Nov 9, 2003
12:16 pm
5643
Hello Marco, ... If you use Fields editor in object inspector then set - AutoGenerateValue to arDefault - DefaultExpression to the default value if you have...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Nov 9, 2003
12:27 pm
5644
Hello, ... - You can do the visualisation with Attached tables. Then you can scroll trough original tables which holds the data, whithout that the cursor move....
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Nov 9, 2003
12:51 pm
5645
Hello Matheus, ... Your lookup field is a TField object. It's mutch easyer to do all these creations in the IDE, but since you do it in code I should do...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Nov 9, 2003
1:00 pm
5646
Hi, I made a small demo that demonstrate the speed differences using: - Filter expression - OnFilterRecord - SetRange with index - Index - Filtered index And...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Nov 11, 2003
1:39 pm
5647
Hi I use AddFilterIndex like... int nr = 1 ; TDate data = Now(); AnsiString LM = "XXX"; MTManForm->AddFilteredIndex("FilterIndex", "NR;DATA;JOB", ...
blumache
Offline Send Email
Nov 13, 2003
5:58 pm
5648
hi, i want use "TDataFieldProperty" class for registering my propertyEditor .When i compoile my component ,it give : [Fatal Error] DSDesign.pas(18): File not...
m_mhss
Offline Send Email
Nov 16, 2003
11:21 am
5649
Hello m_mhss, ... I cannot find this file in eather of the Memtable sources. Where is it ? -- Best regards, Wilfried http://www.mestdagh.biz...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Nov 16, 2003
6:48 pm
5650
Hello blumache, ... you dont use the same memtable :( MTMainForm versus MT -- Best regards, Wilfried http://www.mestdagh.biz...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Nov 16, 2003
7:54 pm
5651
Hi, If you set Retry to true, then it will try the insert/delete/modify/unmodified call once again. State default contains the UpdateState (usInsert,...
Kim Madsen
kimbomadsen
Offline Send Email
Nov 16, 2003
11:15 pm
5652
Hi, i am posting a previous message again, because my email-account was deactivated - sorry for this problem. In my Database i use GUIDs (Global Unique...
crookyh
Offline Send Email
Nov 21, 2003
6:49 am
5653
Hello Andi, A workaround could be to make a calculated field ftString and give it the contents of the byte field. Then you can index on the stringfield. -- ...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Nov 21, 2003
8:46 am
5654
Please forgive me if this is a simple question, but: Is it possible to just have a kbmMemTable save its contents to a table as it is updated and then to...
Sean Roberts
sean_c_roberts
Online Now Send Email
Nov 26, 2003
3:11 am
5655
Hi Kim, update please latest version number (4.05 --> 4.06 ;) regards, Jurek....
jurekl@...
buzkowe
Offline Send Email
Nov 27, 2003
12:24 am
5656
Hi Kim, I can not compile the demo with the newest version of memtable (Delphi 5.01 Ent + memtable 4.06). It seems to me that compilation error be due partly...
jurekl@...
buzkowe
Offline Send Email
Nov 27, 2003
1:46 am
5657
How can I view the deleted records ? When I set StatusFilter := [usDeleted] (after I deleted a record) the DataSet is empty....
mihai_atanasiu
Offline Send Email
Nov 27, 2003
6:13 pm
5658
Hi, i try to go to 4.06 and i have some trouble. 1. i have a ftBCD Field 'euro' in the Table and a var myEuro : currency; if i do myEuro :=...
intellekta
Offline Send Email
Nov 27, 2003
6:44 pm
5659
Hi, It unfortunately seems that the way widestring support was implemented broke several other field types. I have now rewritten the widestring support to...
Kim Madsen
kimbomadsen
Offline Send Email
Nov 27, 2003
10:23 pm
5660
Hi, You can in 4.07 (which is available in a few minutes) add an index which you specify you want to see the deleted records. Eg. ...
Kim Madsen
kimbomadsen
Offline Send Email
Nov 27, 2003
10:23 pm
5661
Hi, Generally I would suggest you to use LoadFromFileViaFormat in your FormCreate event, and SaveToFileViaFormat in your FormClose event to make sure that...
Kim Madsen
kimbomadsen
Offline Send Email
Nov 27, 2003
10:40 pm
5662
Hi, Thank you for your input. Its fixed in 4.07 available in a couple of minutes. best regards Kim Madsen kbm@... ...
Kim Madsen
kimbomadsen
Offline Send Email
Nov 27, 2003
10:54 pm
5663
Hi Sean, ... almost :) When you set Persistent to True it will load from it's persistent file at Open, ans save to it at Close. This means that you have to do...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Nov 30, 2003
11:17 am
5664
Hello, ... you cannot :( When you delete a record it is gone, unless you make a delta handler to keep the history of the table. -- Best regards, Wilfried ...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Nov 30, 2003
11:26 am
5665
Hello, ... Sorry, please ignore my previous reply :( I just read the reply from Kim :) -- Best regards, Wilfried http://www.mestdagh.biz...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Nov 30, 2003
11:28 am
Messages 5636 - 5665 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