I added the component as instructed compiling kbmMemD7Run.dpk and compiling and installing kbmMemD7Des.dpk. When I try to compile the demo I get an error the...
Hi, I've got 2 memtables with the only same field. The FieldType is integer, and i would like to compare these 2 memtables, and to get and return in a 3rd...
Hi, i'm trying to update a kbmMemTable by adding new values in a field, but it returns me the error : "dataset is not in edit mode" How can i do to bring the...
Hello Christophe, Tuesday, December 3, 2002, 11:02:04 AM, you wrote: CR> Hi, CR> i'm trying to update a kbmMemTable by adding new values in a field, but it...
I have been using an earlier version of kbmMemTable under D5. I downloaded V 3.05 and carried out the installation instructions - ie. Delphi 5: - Open...
... Is the old version still active? in this case you have an active unit with the same name than in the freshly compiled one. Thus the new one can't be...
Ajay, sounds you wants to change wife without devorce ;-) (possible but thicky :-) ) Can you tell us some more about your application ? I'm pretty sure there...
Ajay, I have done this already, and it is a little tricky (but not impossible). I have an application that I want to behave a little like Excel, ie that allows...
I get 39 errors when compiling 3.07 in BCB 4 and the first was already posted to which Kim replied it is fixed in 3.07.... some quick background: 1) System...
Hi , Thanks for your answer. It works like a charm. thanks ajay ... impossible). I ... that ... text ... original ... thicky ... sure there ... time. ... ...
Lawrence, Did you delete all compiled stuff ? I think you also have to delete all header files, as they are generated by the compiler. -- rgds, Wilfried ...
Unless I'm blind there is nothing compiled in the MT 3.07 zip which is the point at which I'm working and getting the error(s). I've even tried v3.06 but...
Dmitry, I dont think so. However I'm not sure. Try to search on yahougroups if they have downloadedble archives. -- rgds, Wilfried http://www.mestdagh.biz On...
Ajay, ... me too ;-) an altenative could be that you set Visible to False of the column you wants to hide. -- rgds, Wilfried http://www.mestdagh.biz On...
Hi, Have you moved from an older IDE to a newer? The binary format is not guaranteed to be portable between different versions of Delphi/BCB. best regards Kim...
Hi, Kim! The problem is that I add new field in new version of the application (kbmMemTable1.FieldDefs.Add('NewField', ftSmallint, 0, False)) and try to load...
Hi, Please try the file I have send you and see if it changes anything. I dont have access to BCB4 anymore and thus do not have posibilities to test it. best...