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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 3953 - 3982 of 6065   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3953
Hello All! á small question: how to sort some fields on Ascending and Descending simultaneously ? example: Table_my.SortOn('field1;field2;field3;field4',...
Medic
dimedicus
Offline Send Email
Feb 1, 2002
8:43 am
3954
Hi Use SortOn('field1;field2:D;field3;field4:D',[mtcoCaseInsensitive]); It will sort field1 and field3 ascending and field2 and field4 descending. best regards...
kbm@...
kimbomadsen
Offline Send Email
Feb 1, 2002
10:14 am
3955
Hello everyone, I am still using 2.53f and I don't know if there has been any changes concerning dateformat. Anyhow here is my situation. When I change the...
dempier2
Offline Send Email
Feb 1, 2002
11:56 pm
3956
Hi, You would probably need to use: DM.MT1.LoadFromDataSet(DM.Query1, [mtcpoStructure,mtcpoProperties]); This will also copy the displayformat from the query...
Kim Madsen
kimbomadsen
Offline Send Email
Feb 2, 2002
12:02 am
3957
Hello Kim, No, unfortunately it has no effect. Hum...Well... It's probably simple, but I can't put my finger on it. Regards Pierre Demers ... ...
dempier2
Offline Send Email
Feb 2, 2002
1:07 am
3958
Hello Kim, No, unfortunately it has no effect. Hum...Well... It's probably simple, but I can't put my finger on it. Regards Pierre Demers "Kim Madsen"...
Pierre Demers
dempier2
Offline Send Email
Feb 2, 2002
2:36 am
3959
Hello Kim, Found the problem. This was a case of stupidity. A serie of events mislead me... Forgot to format a few fields in my reports that were corresponding...
Pierre Demers
dempier2
Offline Send Email
Feb 2, 2002
3:15 am
3960
Hi all We have an strange problem with a Filters with kbMemtable 3.00f5beta. It's not working at all... - Data added to memtable - filter applied,...
Patrik Tesar
patriktesar
Offline Send Email
Feb 5, 2002
3:12 pm
3961
What version of Delphi/BCB do you use? Latest version of kbmMemTable is 3.00f8 Beta best regards Kim Madsen kbm@... ...
Kim Madsen
kimbomadsen
Offline Send Email
Feb 5, 2002
5:42 pm
3962
Hi Kim Delphi 6 Prof German, Update Pack 1 and Latest available kbmMemtable. Best regards Patrik...
Patrik Tesar
patriktesar
Offline Send Email
Feb 7, 2002
12:44 pm
3963
Hi! I have problem with filtering by TTime fields. Example attached. kbmMemTable v. 3.00f7 Beta ... Dmitry ICQ 7313623 __________ www.newmail.ru --...
Dmitry Pestov
dmitry_pestov
Offline Send Email
Feb 8, 2002
8:14 am
3964
For example i have some kbmmemtable table with one field (int type). It contains the following data: 1 2 _ _ 3 _ 4 Where '_' is null (not assigned value) When...
memtable2000
Offline Send Email
Feb 8, 2002
11:42 am
3965
Hi, I don't know If it is a feature or not. But I had Turkish sort problem. As Kim adviced, I wrote my own sort algorithm in the CompareFields event of ...
defne soft
defnesoft
Offline Send Email
Feb 8, 2002
12:08 pm
3966
Hello Kim, I have MT with 2 fields: TitleNo: TIntegerField Item: TStringField Index is on TitleNo Now I append 2 records with a DBGrid (manually): with the...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Feb 8, 2002
1:00 pm
3967
Hello Kim, Dont know if this is a bug or anomalie. Anyway I wants to report it. I had MT with index on a field named 'Title' (TInteger field). While...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Feb 8, 2002
8:08 pm
3968
Hello Kim, It seems that FindKey returns true in a detail table even when it is on a reference where this key does not exists. Is this a bug or is this normal ...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Feb 10, 2002
10:12 am
3969
Sorry I was to fast with previous mail. I tryed it in a new project and it is OK. As I messes a little with changes, I deleted all csv files and it is working...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Feb 10, 2002
10:29 am
3970
Hello, I have it again. It seems after a certain amount of records is added to the tables. Or could it be some propertie I forget using master / detail ? rgds,...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Feb 10, 2002
1:21 pm
3971
Hi All, Has anyone had experience with using TChart and Memtable? The standard edition shipped with Delphi seems to require the use of the BDE ie a physical...
Mike Stevens
mikemailau
Offline Send Email
Feb 10, 2002
1:40 pm
3972
Hello again ;-) The problem is in the BinarySearch method. It is called when specific amount of records is there. If I add there at the end of the procedure: ...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Feb 10, 2002
2:34 pm
3973
... Mike, I have used the standard TChart component with TClientDataSet used effectively as a memory table. No tables on disk, the TClientDataSet was filled...
Steve Peacocke
stevebarat
Offline Send Email
Feb 10, 2002
6:49 pm
3974
Hi, TkbmMemTable works fine with TChart. Im using it in combination in an ISAPI web application. best regards Kim Madsen kbm@... ...
Kim Madsen
kimbomadsen
Offline Send Email
Feb 10, 2002
8:05 pm
3975
... This is normal. Null has no value, so sort algorithms do not know how to handle it. Always try to avoid nulls in tables - they are minefields for producing...
Technisoft
plawson1uk
Offline Send Email
Feb 11, 2002
9:13 am
3976
Few days ago i posted message this problem of sorting empty data field (empty data field always in top of table, independently of sort order). Answer please -...
memtable2000
Offline Send Email
Feb 11, 2002
9:15 am
3977
Hi, Its not a bug. Generally you cannot depend on where null fields will be in a sort order. If you look at SQL databases they are all different in the way ...
Kim Madsen
kimbomadsen
Offline Send Email
Feb 11, 2002
9:24 am
3978
Hi, Its not a bug. Generally you cannot depend on where null fields will be in a sort order. If you look at SQL databases they are all different in the way ...
Kim Madsen
kimbomadsen
Offline Send Email
Feb 11, 2002
9:26 am
3979
... will be in a ... the way ... the ... field. ... result to ... Thanks for advice, but i have a problem. I wished I have done the way you told me, but event...
memtable2000
Offline Send Email
Feb 11, 2002
1:51 pm
3980
Newbie question (at least new to 2.53g). Was using 1.32 before and it was working fine, but I needed to upgrade and now my master/detail report does not work. ...
Lon Outland
hloutland
Online Now Send Email
Feb 11, 2002
8:51 pm
3981
Please disregard my previous post. I finally got this to work. Just in case anyone is interested, here is what I did (after creating all necessary table fields...
Lon Outland
hloutland
Online Now Send Email
Feb 11, 2002
9:01 pm
3982
Anybody know how write my sort algorithm for empty data field? Kim Madsen advice me write my own OnCompareFields, but event OnCompareFields does not call for...
memtable2000
Offline Send Email
Feb 13, 2002
10:26 am
Messages 3953 - 3982 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