If the table isn't opened, the reading the RecordCount property results Null pointer assignment. Here's some bugfix for this. With this bugfix the memtable's ...
Csehi Andras
acsehi@...
May 2, 2000 1:23 pm
591
Are there any plans to re-implement the filter property for D4? I noticed that it was dropped in version 2.11....
FredH@...
May 2, 2000 3:39 pm
592
Hi, I have no plans at the time to enable the Filter parsing for D4. Reason is that D4 doesnt readily contain the definitions for building the filterparser....
Kim Madsen
kbm@...
May 2, 2000 6:43 pm
593
Hi, Thanks for the fix. It will be included in the next version. best regards Kim Madsen kbm@... ... Fra: Csehi Andras [mailto:acsehi@...] Sendt:...
Kim Madsen
kbm@...
May 2, 2000 6:43 pm
594
Hi Kim & Franz-Leo Thank you both for your suggestions. In my post I had simplified my solution (I wasn't actually looking for a solution). The point I was ...
Tim Daborn
Tim_Daborn@...
May 2, 2000 11:13 pm
595
I have been trying to post a reply to a message, but it does not seem to be working. - Problem solved - Perhaps HELP should say that you are expecting to send...
Lester Caine
lester@...
May 3, 2000 9:11 am
596
Hi, I work with D4 and MemTable version 2.33. Befor create an index, I inserted 5000 rows into MemTable and this operation was very fast (about 1 second)....
Fabio Pandim
fabiojp@...
May 4, 2000 12:17 am
597
I'm using the latest 2.38 version here's what to do to see the setrange problem.. Create 2 Identical Memory Table(Table1 and Table2) with this structure: ...
Gate
x_gate@...
May 4, 2000 2:46 am
598
Hi, I have modify project to DesignTime only, and modify project's option like below: <PFLAGS value="-$Y- -$L- -$D- -v -JPHNE -M -VUdcldb50 -LUvcl50"/> but...
walter yu
walter@...
May 4, 2000 3:40 am
599
Before batch insert you should disable indexes and enable them after the batch insert. mt.EnableIndexes:=false; ... mt.EnableIndexes:=true; best regards Kim...
kbm@...
May 4, 2000 6:17 am
600
Hi, There must be something wrong in your end. I have no troubles just replying once to an email to get it send to the memtable community. best regards Kim...
kbm@...
May 4, 2000 6:21 am
601
I needed to be able to distribute the .BPL, so I disabled kbmMemTableDesigner in kbmMemTableReg.pas ( just commented out ). I also commented out the {$define...
Lester Caine
lester@...
May 4, 2000 6:27 am
602
This was just finger trouble working on-line. I had clicked <Send Message> and the message had been returned on the next page as I expected, but I had not...
Lester Caine
lester@...
May 4, 2000 6:35 am
603
If you remove the range you will see that Table2 actually contains one record (A=1, and B=3) thus it will be filtered out by the range since no values in...
Hi, where I can download the new version of TkbmMemTable? ... De: kbm@... Para: memtable@egroups.com Enviada em: Quinta-feira, 4 de Maio de 2000 09:06 ...
Fabiojp
fabiojp@...
May 4, 2000 12:34 pm
606
If you remove the range you will see that Table2 actually contains one record (A=1, and B=3) thus it will be filtered out by the range since no values in...
Gate
x_gate@...
May 4, 2000 2:57 pm
607
Hi, Maybe the -VUdcldb50 is error, -LUdcldb50 is right, i modify -VUdcldb50 to -LUdcldb50 and add -LUdclbde50, so error not show again. best regards, walter yu...
walter yu
walter@...
May 4, 2000 4:24 pm
608
With all these strange entries, I had not even noticed you had -V rather than -L. I am trying to get round the deign problem, but paid work keeps getting in...
Lester Caine
lester@...
May 4, 2000 4:58 pm
609
Hi Kim... I set the property EnableIndexes to False befor insert the records and set to True after the inserts finish, but when I set the EnableIndexes to...
Fabio Pandim
fabiojp@...
May 4, 2000 8:31 pm
610
Kim and All, Could you please suggest a way that I can change the error messages returned from memtable on an application by application basis? Alternatively,...
Mike Stevens
mikemail@...
May 4, 2000 11:07 pm
611
The OnGetText event of MemTable does not work... I need to reformat data before having it displayed on a form. For example, I have a float field which contains...
Cenon Del Rosario
cenon@...
May 4, 2000 11:26 pm
612
Hello Kim again .. It seems i didn't posted a so right example... The problem is that if i run the procedure for first time the results are correct and if i...
Gate
x_gate@...
May 5, 2000 1:40 am
613
You need to call UpdateIndexes too at some time to refresh the indexes. best regards Kim Madsen kbm@... ... From: Fabio Pandim...
kbm@...
May 5, 2000 7:15 am
614
An easy way is simple to edit the ressource file to your needs. Another is to make a Application wide exception handler and test the exception error message to...
kbm@...
May 5, 2000 7:19 am
615
I honestly cannot see any problems, even executing several times with setrange/applyrange enabled. I dont exactly know what you are trying to do with your...
kbm@...
May 5, 2000 9:25 am
616
Hi, Just to say that TkbmMemTable does not contain any errors in the OnGetText and OnSetText department :) Its TField which handles those events and totally...
kbm@...
May 5, 2000 9:41 am
617
T.K. Cham
gongxi@...
May 6, 2000 2:55 am
618
Nope... no BDE is required. best regards Kim Madsen kbm@... ... Fra: T.K. Cham [mailto:gongxi@...] Sendt: 6. maj 2000 04:55 Til:...
Kim Madsen
kbm@...
May 6, 2000 9:26 am
619
Where I can donload last version of MemTable? Peter...