Hello everybody. I have noticed that when you reply to a message you also keep the original message that mail clients put at the end. In some cases where long...
GIANNAKOPOULOS KOSTAS
kyan@...
Jun 1, 2001 7:52 am
2777
Every time I post a record containing memo fields, the data seems to get removed from the buffer. I have tried to reproduce the error in a small tes program...
rlinplantation@...
Jun 1, 2001 8:37 pm
2778
... original ... 6-7 ... Since the default on eGroups is to quote, people do not bother to delete. Just another example of progress loosing facilities ( such...
Lester Caine
lester@...
Jun 2, 2001 7:51 am
2779
Hi, looks like you are using a different .dcu and .bpl of your kbmMemtable. E.g. if you are using a new .bpl, delphi stores at design time in your .dfm file ...
Stefan Meuser
meuser@...
Jun 2, 2001 8:00 am
2780
While I appreciate that it is not a good idea to Top Post and to delete nothing, the primary purpose of this list is to submit bug reports. Preserving all of...
Oliver Townshend
oliver@...
Jun 2, 2001 8:31 am
2781
Is there any way to know which record in a dataset were modified?...
haim@...
Jun 4, 2001 10:01 pm
2782
Hi, Yep.... You can use the GetVersionStatus(0) for obtaining the updatestatus (usModifed, usInserted, usUnmodified) of the current record. Or you can set the...
Kim Madsen
kbm@...
Jun 4, 2001 10:07 pm
2783
Yep, but I haven't done any replicatable demo. I'm not even sure it the problem is still there. I created a work-around for the memos at some point around...
Edward Aretino
Ed@...
Jun 4, 2001 10:53 pm
2784
I'm real knew to KBMemTable so hopefully this isn't a dumb question. I have a form. It has a TQuery on it, and also a DBGrid. The datasource for the DBGrid is...
asawyer13@...
Jun 4, 2001 11:37 pm
2785
Hi, The reason is that you have added an index and not requested a rebuild or update of the index. After adding the index issue the command:...
Kim Madsen
kbm@...
Jun 5, 2001 10:22 am
2786
I seem to be unable to make a DBGrid use kbmMemTable as the source.. Can you tell me what I'm doing wrong? Thanks, Alan Sawyer...
asawyer13@...
Jun 5, 2001 11:59 am
2787
... Not using a datasource component. Seriously though, how are you trying to do it? It might help to diagnose the problem if you give us a brief sample of...
Oliver Townshend
oliver@...
Jun 5, 2001 12:07 pm
2788
haim@...
Jun 5, 2001 11:01 pm
2789
Hi, Right click on your object inspector (property list) and select View/All to show all properties. best regards Kim Madsen kbm@... ... From:...
kbm@...
Jun 6, 2001 8:01 am
2790
Hello I discoverd a 'bug' in the LoadFromDataset when using a ADO (command or Query) with cursortype = ctOpenForwardOnly. The line: Source.First in...
mdissel@...
Jun 6, 2001 12:24 pm
2791
Just ordered Kylix and D6 today. Thus you can expect to see kbmMemTable and kbmMW for Kylix and D6. Further I expect to port kbmWABD for D6 first and later to...
Kim Madsen
kbm@...
Jun 6, 2001 4:08 pm
2792
Hello I like to make a new component that inherits from the TkbmMemtable and use it for a pre-build dataset. For example: use it to make a dataset from the...
mdissel@...
Jun 7, 2001 9:46 am
2793
Sorry, i forgot one important thing.. I want to load the data in a separate thread (loading 10000 files in a directory can take a while as in the example),...
mdissel@...
Jun 7, 2001 9:52 am
2794
hello, how can i import data from ms access97/2000 into the memtable?? I have tried several ways but they did not work. I would be very pleased if someone can...
fubbes@...
Jun 7, 2001 10:10 am
2795
Hello use the procedure LoadFromDataset Regards, Marco ... pleased if someone can send me a full source example which i can rebuild easily....
mdissel@...
Jun 7, 2001 11:04 am
2796
Hi, There are a number of methods to override. But the most important ones you should start with are: InternalInitFieldDefs - Override this to setup the...
kbm@...
Jun 7, 2001 11:15 am
2797
hi, I'm having lots of problems with writing long TEXT string to Memo field. I've searched this archive, and tried some code samples, but I still get Access...
al_friedman@...
Jun 7, 2001 4:07 pm
2798
Marco, Instead of inheriting from kbmMemtable, why don't you just encapsulate a kbmMemTable within your component? The you just create the fieldDefs in the...
Michael Bonner
michael.bonner@...
Jun 7, 2001 6:04 pm
2799
I'm stuck! I've downloaded most recent version, purchased help file, read the last two months messages on the user group and I'm still stuck. Want to use...
nojunkmail@...
Jun 7, 2001 6:15 pm
2800
Chris - Here is an example of one of the ways that I handle this in Delphi. At first I thought this would be pretty complex. As it turns out, it's really...
David Keith
dkeith@...
Jun 7, 2001 6:29 pm
2801
Chris, Sounds like you'll need to write your own routine to parse/import the file. The logic for such a routine is pretty straight-forward, just create a...
Michael Bonner
michael.bonner@...
Jun 7, 2001 6:35 pm
2802
hello marco thanx for your help. do you have a source for me??? had tried it with 'LoadFromDataset' too but it won't like to work :o(( regards maiky ... From:...
fubbes@...
Jun 7, 2001 6:36 pm
2803
I have an updated version that I have sent to Kim that will do this. I will email it to you directly. It is only verion 2.52h, but I have commented every...
Ross Davis - Data Any...
ross@...
Jun 7, 2001 6:39 pm
2804
Hello Here is some sample code. If you do not succeed then mail the sourcecode (you can use my personal emailaddress if you don't want it to be 'opensource')....
mdissel@...
Jun 7, 2001 7:57 pm
2805
hello marco thx a lot for your source and your nice offer that you will have a look at it. i'll need it. many thanx for helping me, regards maiky ... From:...