I have used a number of kbmMemTables in my project, and I haven't had any show-stoppers. Until now. I've got one table that simply will not load, and I can't...
hlh_nospam@...
May 1, 2001 3:04 pm
2559
Please pardon me if this is a duplicate post; the first one did not show up after several minutes, and I think I might have pushed the wrong button... I have...
hlh_nospam@...
May 1, 2001 3:25 pm
2560
Hi, The Oracle error is the important one. The reason is that your query is probably using a join between several tables. Joining tables produces a temporary...
Kim Madsen
kbm@...
May 1, 2001 10:24 pm
2561
Which data component(s) are you using to get to Oracle? The Client/Server BDE (standard TTable or TQuery), ADO Express, ODAC, DOA, NCOCI, one of the ODBC...
Michael Bonner
michael.bonner@...
May 1, 2001 10:57 pm
2562
... out ... Well, in the 2 hours that it took for my message to appear, I managed to fix the problem. I still don't *understand* the problem, I just managed...
hlh_nospam@...
May 2, 2001 7:34 am
2563
I uses KBM 2.52h beta. My memory table has one look up and one calculated fields. OnCalcField and lookup field works fine until I save and load it back from...
Jirayu Wiriyaphibool
jirayu@...
May 3, 2001 2:55 am
2564
Hi I'm new to memtable and am using the latest beta (2.52h Beta) I find when i insert a record (using a DBGrid) the record appears 'after' the one I was on ...
Neven MacEwan
neven@...
May 3, 2001 4:46 am
2565
... And what exactly is wrong with that? Isn't insert supposed to put it there? As I understand it, Append puts it at the end of the table (in a traditional ...
Oliver Townshend
oliver@...
May 3, 2001 6:48 am
2566
You should set AutoReposition to true ! Regards Rado. ... From: "Neven MacEwan" <neven@...> To: "MemTable" <memtable@yahoogroups.com> Sent: Thursday, May...
Radovan Antloga
radovan.antloga@...
May 3, 2001 7:07 am
2567
Hi, I've created a table mtExams at designtime with several fields, including PACSID. I've added a primary IndexDef on the field PACSID. Now I want at run-time...
tom.deprez@...
May 3, 2001 10:59 am
2568
Hi, Try mtCXDI.FieldDefs.Assign(mtExams.FieldDefs); mtCXDI.IndexDefs.Assign(mtExams.IndexDefs); Or CreateTableAs. best regards Kim Madsen kbm@... ... ...
kbm@...
May 3, 2001 11:26 am
2569
Hi, Generally dont save with definitions if you have events on specific fields. The reason is that the fields are recreated during load of the definition, and...
kbm@...
May 3, 2001 11:46 am
2570
Thanks! CreateTableAs worked, the other proposal not. What should be the cause of this? Tom ... this ... mtCXDI ... line ... http://docs.yahoo.com/info/terms/...
tom.deprez@...
May 3, 2001 12:12 pm
2571
Hi, I've using the LoadFromDataSet / EmptyTable methods from prior kbmMemTable 2.33 version without problems. But now, converting to newest 2.52h Beta version...
josecarlos@...
May 3, 2001 1:33 pm
2572
Hi, That's a good solution. In my case, when the kbmMemTable is created in design time, I also use to create the fields definitions to the kbmMemTable using...
josecarlos@...
May 3, 2001 2:09 pm
2573
Hi, sorry to bother you again, but I'm facing at a new problem. It seems that the OnCalc Event is not fired when LoadFromFile is used. Is this normal with...
tom.deprez@...
May 3, 2001 2:43 pm
2574
Hi, OnCalc is called when a record is navigated through and fetched, not directly during load. It should not be a problem, since it will be called before any...
Kim Madsen
kbm@...
May 3, 2001 5:52 pm
2575
Oliver Insert should insert a record before the current one AutoReposition is set true using the following code with kbmMemTable1 do begin for i := 1 to 5 do ...
Neven MacEwan
neven@...
May 3, 2001 11:28 pm
2576
IMHO, I think that's the problem which I have (see 'Bug & proposal - IO engine related' post). To be more clear: We have table T1 with F1 data F2 data F3...
IMB T
vatt@...
May 4, 2001 6:33 am
2577
The Fieldcount property includes the lookup and calculated fields. How do I get only the data fields? I keep getting an error in my ModifyRecord (index out of...
hlh_nospam@...
May 4, 2001 4:57 pm
2578
... Oh, well, nevermind. I found a way to do what I want that seems to work. Once I get a complete delta-handler checked out, I would be willing to post an...
hlh_nospam@...
May 4, 2001 5:08 pm
2579
Hi all, can anyone here post some example on how to use KbmMemTable and TArrayFields (Insert, retrieve) ? I canīt get it working because I always get "List...
hissa59@...
May 5, 2001 12:34 pm
2580
Hi, Just a small notice that the kbmX10 forum has been opened, and is directly available for all existent members of the kbmWABD and memtable forums. Check:...
Kim Madsen
kbm@...
May 5, 2001 6:35 pm
2581
Hi, I think the best way would be to upload it as a file to the user files area, and then post a notice. Thank you for your assistance. best regards Kim Madsen...
Kim Madsen
kbm@...
May 5, 2001 6:37 pm
2582
Can anyone explain what is causing '%' to be converted to various unknown characters during the import of a tab-delimited text file? All columns are string,...
dkeith2@...
May 6, 2001 5:19 am
2583
That should be a bug. It never happen in KBM 2.04 or previous version. An inserted row should appear exactly where it is, not at the bottom or wrong place or...
Jirayu Wiriyaphibool
jirayu@...
May 6, 2001 8:21 am
2584
Hi, I have confirmed it as a bug. It will be fixed in 2.52i Beta soon out. best regards Kim Madsen kbm@... ... From: Jirayu Wiriyaphibool...
Kim Madsen
kbm@...
May 6, 2001 3:55 pm
2585
Hi, The reason is that TkbmMemTable allows saving strings containing non displayable chars. Thus it also support loading them :=) Youre problem is that you...
Kim Madsen
kbm@...
May 6, 2001 3:57 pm
2586
Hi, Array fields is definitely not one of the most tested areas of TkbmMemTable. There might very well be bugs. If you feel up to the task.... you can be added...
Kim Madsen
kbm@...
May 6, 2001 4:26 pm
2587
Hello Kim, I dont want to start off topic messages, but I just wants to say about the help file: "it's goood". Very fine job ;-) rgds, Wilfried ps.: how many...