Search the web
Sign In
New User? Sign Up
memtable · Discuss the use of kbmMemTable and associated BCB/Delphi components.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 4755 - 4784 of 6065   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4755
Hi There! kbmMemtable.hlp uploaded under: http://groups.yahoo.com/group/memtable/files/UserUploads/ There is also a cross platform help. (I hope it is "cross ...
rolf1969de
Offline Send Email
Sep 1, 2002
9:32 am
4756
Rolf, this is great ;-) nice work thanks ;-) I have few errors but it is working... I will add 2 link in FAQ: - faq.zip for downloadeble FAQ in HTML - hlp.zip...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Sep 1, 2002
8:02 pm
4757
Kim, Thanks for the suggestion. I'll take a look at that. Cheers, Andy Leiper. ... From: Kim Madsen To: memtable@yahoogroups.com Sent: Saturday, August 31,...
Andrew Leiper
andrewleiper
Offline Send Email
Sep 2, 2002
10:28 am
4758
Wilfried Yes, I created three new fields using the field editor - an integer field and two string fields. And on double clicking in Object Inspector on ...
Arnold Page
arnoldpage@...
Send Email
Sep 2, 2002
1:00 pm
4759
Wilfried, errors? rolf (www.rolfhesse.de)...
rolf1969de
Offline Send Email
Sep 2, 2002
1:37 pm
4760
Rolf, I tryed again: After startup: Cannot load the file RoboEx32.dll (whatever it can be) Then: An error exists in the help file, contact your vendor ;-)...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Sep 2, 2002
6:38 pm
4761
Arnold, Did you try with a 'fresh' component ? (I mean with default properties) Can someone else with D3 verify this ? -- rgds, Wilfried ...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Sep 2, 2002
6:40 pm
4762
Wilfried, ... On startup HLP or HTML? rolf (www.rolfhesse.de)...
rolf1969de
Offline Send Email
Sep 2, 2002
6:52 pm
4763
... RoboEx32.dll is a utility DLL for Help Files created with RoboHelp. It extends the possibilities of then standard windows help DLL. Regards from Germany ...
Franz-Leo Chomse
franzleochomse
Offline Send Email
Sep 2, 2002
7:32 pm
4764
Hi, I've verified the problem in D3. Since D3 is getting pretty old, Im in any case considering dropping support for it. best regards Kim Madsen ...
Kim Madsen
kimbomadsen
Offline Send Email
Sep 2, 2002
8:23 pm
4765
HLP did not tryed the HTML yet ... -- rgds, Wilfried http://www.mestdagh.biz...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Sep 2, 2002
8:41 pm
4766
Franz-Leo, meaning I best have to add a link to download this DLL ? witch are the extended possibilities ? -- rgds, Wilfried http://www.mestdagh.biz...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Sep 2, 2002
8:43 pm
4767
Wilfried, the extensiones are something like "WinHelp 2000". Don't ask me what it is. I have deactivated it but ... he say's it's nessesary. I tryed the Delphi...
rolf1969de
Offline Send Email
Sep 3, 2002
2:38 pm
4768
...under http://groups.yahoo.com/group/memtable/files/UserUploads ... rolf (www.rolfhesse.de)...
rolf1969de
Offline Send Email
Sep 3, 2002
2:44 pm
4769
Rolf, it works as a glance ;-) uploaded to my web as well with link for it in the FAQ main page ! -- rgds, Wilfried http://www.mestdagh.biz...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Sep 3, 2002
3:34 pm
4770
Hi All, What do I have to do in order to get the main table on the same record as the attached table? I tried to do the following: (assume...
tomshaeffer
Offline Send Email
Sep 3, 2002
3:37 pm
4771
Hi, You might be able to do it with SearchRecordID. Eg. ID := PkbmRecord(mtAtt.ActiveBuffer).RecordID; mtMain.CurIndex.SearchRecordID(ID, Index); mtMain.RecNo...
Kim Madsen
kimbomadsen
Offline Send Email
Sep 3, 2002
4:07 pm
4772
Hi all, Is kbmMemTable threadsafe table? Or I have to use it throw TkbmThreadDataSet component like this // Put it on a form, link the dataset property to...
Monir-SCS
mnrsbgh
Offline Send Email
Sep 3, 2002
6:47 pm
4773
Monir, It is thread safe as far as I can see. the ThreadDataSet can lock it if you need it from within other thread (including the main thread). -- rgds,...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Sep 3, 2002
7:46 pm
4774
Hi, kbmMemTable is threadsafe without needing the threaddataset. That one was invented for making _other_ dataset types threadsafe. best regards Kim Madsen ...
Kim Madsen
kimbomadsen
Offline Send Email
Sep 4, 2002
5:41 am
4775
Thank you for your reply Do I have to use lock every time I use it, or just use it inside a thread without fear? Monir. ... From: "Kim Madsen" <kbm@...>...
Monir-SCS
mnrsbgh
Offline Send Email
Sep 4, 2002
8:02 am
4776
Hi, If you are not using dataaware controls on the table, you can go right ahead and use it directly without locking. If you _are_ using dataaware controls,...
kbm@...
kimbomadsen
Offline Send Email
Sep 4, 2002
8:08 am
4777
Hi Kim, are you sure about this? When I insert the following line before line 01 MessageBox showing mtAtt.FieldByName('xx').AsString and after line 03 ...
tomshaeffer
Offline Send Email
Sep 5, 2002
8:45 am
4778
Hi, in kbmMemTableReg.pas at line 321 "procedure TkbmMemTableFieldLinkProperty.Edit;" errors start, seems to me a define is not OK. Arno...
Arno Garrels
arno.garrels@...
Send Email
Sep 7, 2002
9:09 am
4779
Hi, Thank you for your bugreport. Ill check it. I must confess that most debugging is taking place in D5/D6/D7 along with BCB6 occasionally using D3. D4 is...
Kim Madsen
kimbomadsen
Offline Send Email
Sep 7, 2002
9:22 pm
4780
Hi Delphians Im developing a Multi Thread Application that works with KBMMemTable frequently in each thread. Is MemTable Thread Safe or not. If it is not, Show...
prgmaster
Offline Send Email
Sep 9, 2002
10:58 am
4781
Hi, Yes, kbmMemTable is threadsafe. But beware that VCL controls are not. Thus if you have attached any dataaware controls to kbmMemTable, you might get...
Kim Madsen
kimbomadsen
Offline Send Email
Sep 9, 2002
3:26 pm
4782
as a general rule use attached tables in thread without useing dataa aware controls to it. also cosider if you realy need a thread !!! many programmer use...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Sep 9, 2002
8:46 pm
4783
What do mean by attached tables? I have memTables placed in single data module, without data aware controls , then I accessed the tables using threads, is...
Monir-SCS
mnrsbgh
Offline Send Email
Sep 10, 2002
8:53 am
4784
What will be the situation when two threads accesse the same memTable and one of them set a filter to true and the second set it to false? Is it going to work...
Monir-SCS
mnrsbgh
Offline Send Email
Sep 10, 2002
5:16 pm
Messages 4755 - 4784 of 6065   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help