When I use Field objects directly according the manual i get an incompatible error: Incompatible Types TstringField and Tfield THe Source is: procedure...
Hello, ... Same for me :( Regulary I get mail from people who say 'someone is using your name or email address'. You can put in the mail headers what ever you...
Hello, ... Yes. I did not hade the time to find out wy it doesnt work. but whit that workaround you can go on :) ... CSVCli.stDef := []; ... In your code you...
<< After iv'e loaded the dataset i can't locate a value because of a listindex error >> Same here with v. 3.12 - worked in v.311. Regards Ole Willy Tuv...
Ole Willy Tuv
owtuv@...
Jul 1, 2003 3:03 pm
5385
Hi Wilfried... thanks 4 helping.. If u saw the code, u could realize this bug: run the prog. add some data close the prog re-open it YOU WILL SEE THE ARTICLES...
Hi, ... I saw it, downloaded it and tested it :) ... That's wy I sayed to you to swap the Open of the tables. the first table you open NEED the second table...
Hello Is it possible to do SQL queries over kbmmemtables? Do I need BDE to do that? Is there any possibility of doing so without using BDE? Tks, Andre Brandao...
Hi, You can make a simple 'where' clause part of SQL on kbmMemTable via the Filter property. For a more complete SQL, check out TxQuery which is a 3rd party...
Hello Kim Thanks for your email. Just one more question: is there anyway of editing the fields of a table / change its structure at design time? Where can I...
Hi, Yes. Do like with any TDataset, doubleclick the component and you will get a field editor where you can modify, delete and add fields. Just make sure to...
Friends, I am with difficulties in creating indices in my system with the component kbmmemtable, therefore nao I obtain to create more of the one than 02...
Friends, I am with difficulties in creating indices in my system with the component kbmmemtable, therefore nao I obtain to create more of the one than 02...
I currently use TkbmMemTables + delta handlers to allow users to edit data in bulk before commiting to the physical database. After a succesful load from the...
How does mtvmAllSinceCheckPoint work? If a user makes 50 changes to one record in a grid (the record gets 50 individual edit/post calls), does the table only...
Hi, I've been trying to set up an index that will not allow duplicates. I've been using D6E with memtable 3.00f9beta. If I set the indexdefs with the object...
Are you creating the indexes after the data is loaded? If you are creating the indexes at design time does your data format component have Load Indexes set to...
First off, using an older version of the program - I just downloaded the latest version and will re-try the test. But it is in a huge program and will take a...
We seem to have a misunderstanding. There is no data format component. Yes, the index is loaded at design time, but I'm not using a persistent file, just as...
Hi, I can see in the log that 2.50h fixes one bug with relation to EmptyTable, and 2.50j another one (which does contain a leak). Apart from that several more...