Hi, Its correct that as stated in a few earlier mails, a few patches are needed to make the component and demo compile in D3 using v. 2.49. Try either to apply...
Kim Madsen
kbm@...
Jan 1, 2001 3:46 pm
1737
Hi, Im personally using savetostream and loadfromstream on the blobfield. best regards Kim Madsen kbm@... ... From: Tor Tveitane...
Kim Madsen
kbm@...
Jan 1, 2001 3:47 pm
1738
... Open the design-time package, make sure to compile it with debug information, specify delphi32.exe as the host application in Run/Parameters, compile and...
GIANNAKOPOULOS KOSTAS
kyan@...
Jan 2, 2001 9:02 am
1739
Hi Kim, I found this problem, i suppose in the SetRecNo() is not checked if there is a Filter. with regards, Marco Italy...
mkregar@...
Jan 3, 2001 9:27 am
1740
Hi Kim, I have come across a problem with attached tables (Ver2.50g) which you should be able to reproduce in the following way: 1) Create a memtable with some...
Andrew Leiper
Andy@...
Jan 3, 2001 1:51 pm
1741
Hi! If I try to run an application that uses kbmMemTable compiled with runtime packages enabled on a System that has no Delphi installed, it won't start, ...
Martin Kreidenweis
80171@...
Jan 3, 2001 3:20 pm
1742
My suggestion is for the Save/Load Binary file format. I have been using Version 1.37 of the component for quite some time and have a number of people using...
Paul Moorcroft
pmoor@...
Jan 5, 2001 2:59 am
1743
To those concerned - here is an obvious temporary fix. Just add the following five lines immediately before the "// Remove non supported fieldsdefs." line in...
Alex@...
Jan 5, 2001 12:14 pm
1744
best regards Kim Madsen kbm@......
Kim Madsen
kbm@...
Jan 5, 2001 9:43 pm
1745
Try around 18:00 CET (6PM CET) Feel free to ask questions about the products or just general talk. best regards Kim Madsen kbm@......
Kim Madsen
kbm@...
Jan 6, 2001 1:56 pm
1746
Hi, Hmm... according to my tests in the very soon to be released 2.50i Beta, it seems to work: - SetKey should make the grid not editable. Try it out with a...
Kim Madsen
kbm@...
Jan 6, 2001 10:17 pm
1747
Hi, 1) In 2.50i Beta a value will never be assigned to a destination autoinc field. 2) Will be fixed in 2.50i Beta. 3) Will be fixed in 2.50i Beta. best...
Kim Madsen
kbm@...
Jan 6, 2001 10:34 pm
1748
Hi, Fixed in 2.50i Beta best regards Kim Madsen kbm@... ... From: Davy Anest [mailto:davy-ane@...] Sent: Tuesday, November 14, 2000 4:11 PM To:...
Kim Madsen
kbm@...
Jan 6, 2001 10:46 pm
1749
Hi, Fixed in 2.50i Beta. best regards Kim Madsen kbm@... ... From: sergei@... [mailto:sergei@...] Sent: Monday, November 13, 2000 11:53...
Kim Madsen
kbm@...
Jan 6, 2001 10:47 pm
1750
Hello All! I'm no expert in programing but I do some small project here and there... I'm suing MEMTABLE on most of my project to store data, I find it easy and...
Paul P
paulp@...
Jan 7, 2001 7:35 am
1751
Hi Alex, Unfortunately, your fix doesn't quite work as expected. When changing the Datatype it seems that the size is reset to 20 (default for a ftString). To...
Andrew Baylis
baylis@...
Jan 7, 2001 7:41 am
1752
Hi, Sounds like a master/detail job to me. Keep the fixtures in one table (master) and the values in another table (detail), then only maintain an unique key...
Kim Madsen
kbm@...
Jan 7, 2001 10:18 am
1753
Hi Check out 2.50i Beta. Its splitted in designtime and runtime for D5. It will be released very soon. best regards Kim Madsen kbm@... ... From: Martin...
Kim Madsen
kbm@...
Jan 7, 2001 4:55 pm
1754
Whats new in v. 2.50i Beta ... Fixes/Enhancements: - Fixed Modified name conflict introduced in 2.50g Beta. Now named IsDataModified. - Fixed DeletedCount not...
Kim Madsen
kbm@...
Jan 7, 2001 9:31 pm
1755
...to vote for your favorite freeware, open source memory table at the 2001 Delphi Zine ballot. Remember to cast your vote here: ...
Kim Madsen
kbm@...
Jan 7, 2001 9:33 pm
1756
... Well... been expecting this update for a long time. Unfortunately all I've received is a lot of READ OF ADDRESS... errors. It's too late and I'm going to ...
milani@...
Jan 8, 2001 12:27 am
1757
Hi, Try to send me some samples of records and a small project to debug. There is a problem which I've not been aware about to do with persistent files that it...
kbm@...
Jan 8, 2001 6:38 am
1758
... Hi! Unfortunately, my project is now quite large and uses asynchronous operations based both on messages and threads. That makes the problem quite ...
milani@...
Jan 8, 2001 10:01 am
1759
Hi, Before, loading files with booleans would not work, so I dont think loading should be worse now :) Can you load the data in a standalone memtable or not? ...
kbm@...
Jan 8, 2001 10:08 am
1760
Hi Kim, I'm asking this without giving it much though so I'll start by asking if it could have problems. :-) Would it be possible to create a second set of...
Mauricio Longo
mlongo@...
Jan 8, 2001 10:42 am
1761
Hi Kim, done! Regards, Sergei Safar....
Sergei Safar
sergei@...
Jan 8, 2001 10:52 am
1762
Hi, Using fld.Value should be the most direct way of getting the data. fld.Value actually calls GetValue (returns longint for an integerfield) which calls...
kbm@...
Jan 8, 2001 11:28 am
1763
Thanks :) ... From: Sergei Safar [mailto:sergei@...] Sent: 8. januar 2001 11:53 To: memtable@egroups.com Subject: [memtable] Re: Ohh.. and dont...
kbm@...
Jan 8, 2001 11:28 am
1764
... Sorry, I've been unclear :-) I do not access memtables in threads. I've done my best to avoid that :-) ... Yes: I'm using several attached tables. I always...
milani@...
Jan 8, 2001 11:48 am
1765
Hi, Attaching to a table requires that table to be closed, and thus all other table attached to it. TkbmMemTable will complain if you attach to a table which...