Good morning Nicholas! ... No no ... all right! :-) I was hoping that somone gives an statement about the task. An analysis. Up to now I used no help building...
Hi! I need subj. In theory it not too difficult. But when I tryed it I got exception 'Range check error'. All field appers perfecly. Lookup list is filled. But...
Hi, Could you explain me what is ProgressFlags property. Is it related with progress bar ? Can I raise progress bar while kbmMemTable is loading using this...
Hi, You use it to specify in which situations you would like the OnProgress event to trigger regularly. Setting it to [mtpcLoad,mtpcSave] will result in the...
This doesn't seem to work in version 2.49, any other ideas? David Looney Software Developer Autostar Solutions, Inc. 6420 Southwest Blvd. Suite 200 Fort Worth,...
Hi! "Learning never stops." If using filter:='...' and findfirst: no need to use filtered:=true; If using filter:='...' and ttt:=recordcount: need to use...
... That's no miracle. Without filter you just have to check how many records are stored. With a filter you have to READ ALL records and count those which obey...
Hi Nicholas, To have some code examples here and there is no problem nor mutch effort. I have a tool from Primoz [gabr@...] [http://17slon.com/gp] to...
Hi, Then you need to upgrade to at least 2.53g (which is the last of the 2.xx releases). Since v. 2.xx is no longer supported, v. 3.xx is a logical next...
Hi, Thanks to the dilligent work of Wilfried Mestdagh a FAQ is now available for kbmMemtable. The link to it is: www.mestdagh.biz/kbm/mt/faq A link is also...
I have got: The page cannot be displayed Error ... From: "Kim Madsen" <kbm@...> To: "MemTable" <memtable@yahoogroups.com> Sent: Saturday, August 03,...
Please try again. Could be that the domain is temperary unreacheable from other domain due to high internet traffic. The link surely works ! -- rgds, Wilfried ...
Hi, Please try again. Using that link will redirect you to another place where the actual FAQ is. I've several times tried it without problems. best regards ...
Hi, the redirection should not cause any problem. It is just that the main page of the faq is called 'Frame_index.html'. The 'index.html' on that page does...
Hi, SaveToFile do not raise an error when the destination file is open manually and do not "save". What will be if two users call SaveToFile('the_file') at one...
Tan, I dont think it is the intention to have the load/save methods acces the same file on same machine. However there is a property PersistentBackup and...
Wilfried, Thank you. (excuse my english :-) I use memTable to support the log file located on the server machine. Each local user will put (append) its own...
Tanya, Maybe you have to tell a little more about your application. There are probably other approch. some questions: - you have server aplication that log...
Wilfried, I have not server application. There are some one-level application on different machines. I need only to collect some state information from these...
Tanya, Unless some other have better ideas: 1.) - you can each application write to the file with 'Append' option (and lock the file with a Flag file) - the...
Wilfried, Thank you for good explanation. Now I am using the first variant, but the third variant is the best solution for me. Regards, Tan. ... From: Wilfried...
Hi Kim, sorry to bother you again, but question 4566 is still unanswered. You probably missed it because I replied to my own question. The SetAttachtedTo...
Hi all! I have a problem performing lookup by descending index. I took a quick look on code and found what lookup performs binary search. Hovever it not take...
Mike, ... No pain at all if you dont save / load from/to file If you do and are in panic with a deadline ;-) then a half hour for your first project, and 1...