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...
Want to share photos of your group with the world? Add a group photo to Flickr.

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 4838 - 4867 of 6065   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
4838
Newbie ? again How do i determine if my tabel is in an edit state ?...
gws32750
Offline Send Email
Oct 1, 2002
2:38 pm
4839
... taFR01.FieldByName('BLOB').Assign(Memo1.Lines); ... Yes. As I mentioned in the original message, there is data in the blob field until I do ...
Boris Sokolsky
bssjdm
Offline Send Email
Oct 1, 2002
4:19 pm
4840
Hi, How can sort descending according to one field and ascending according to another field in kbMemTable ? Monir. [Non-text portions of this message have been...
Monir-SCS
mnrsbgh
Offline Send Email
Oct 1, 2002
5:17 pm
4841
You can use field modifiers to do that -- rgds, Wilfried http://www.mestdagh.biz On 01.10.2002 20:16 Monir-SCS wrote...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Oct 1, 2002
7:40 pm
4842
gws, check State property. From delphi help: dsInactive Dataset is closed, so its data is unavailable. dsBrowse Data can be viewed, but not changed. This is...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Oct 1, 2002
7:48 pm
4843
Did you tryed something like: taFR01.FieldByName('BLOB').AsString := Memo1.Text; because I'm not sure what happens if assigning and the TStrings of a TMemo...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Oct 1, 2002
7:49 pm
4844
I have my program saving and loading using csv. But I have added two calculated fields 1-currency and 1 float. I have set save and load calculated to true. ...
gws32750
Offline Send Email
Oct 2, 2002
3:01 am
4845
Hi, Mr. Wilfried I spent a most of the time this morning here ,just to know what field modifiers is and how to use it for sorting, but I failed, Can you help ...
Monir-SCS
mnrsbgh
Offline Send Email
Oct 2, 2002
11:33 am
4846
I found the reason of that strange behaviour. It is because I had calculated field BEFORE the BLOB field in the tables' field list. When I moved calculated...
Boris Sokolsky
bssjdm
Offline Send Email
Oct 2, 2002
12:04 pm
4847
I used code as follows If kbmemtable.state = dsEdit then ......... And when I try to compile it stops on the line with the following "Undeclared identifier...
Trevor Blanc
gws32750
Offline Send Email
Oct 2, 2002
2:05 pm
4848
add DB to your uses clause ... From: Trevor Blanc To: memtable@yahoogroups.com Sent: Wednesday, October 02, 2002 7:46 AM Subject: RE: [memtable] table state I...
John Jensen
jingle_himer...
Offline Send Email
Oct 2, 2002
2:27 pm
4849
thanks ... From: John Jensen [mailto:jkjensen@...] Sent: Wednesday, October 02, 2002 10:27 AM To: memtable@yahoogroups.com Subject: Re: [memtable]...
Trevor Blanc
gws32750
Offline Send Email
Oct 2, 2002
3:05 pm
4850
Hi, This is described in detail in the help file... hint hint :) A field modifier is one or more extra characters added to the fieldname after a colon. Eg. To...
Kim Madsen
kimbomadsen
Offline Send Email
Oct 3, 2002
7:32 am
4851
Hi, Generally you wont need to load values of calculated fields since this is automatically calculated for you. In any case can you send the saved file to me...
Kim Madsen
kimbomadsen
Offline Send Email
Oct 3, 2002
7:32 am
4852
Ok, thant you, I found it: // C for Case insensitive, // D for Descending, // P for Partial, // N for ignore Nulls, //...
Monir-SCS
mnrsbgh
Offline Send Email
Oct 3, 2002
8:48 am
4853
Thank you kim, I post the old message before I sow your answer, thank you again. Monir ... From: "Monir-SCS" <mnrsbgh@...> To:...
Monir-SCS
mnrsbgh
Offline Send Email
Oct 3, 2002
8:51 am
4854
Hello everyone, I've got a bit of a problem, but first some lines of my code: (FRegistryTable is my memtable, saveregistry just does a...
Patrick Esche
alco_de
Offline Send Email
Oct 3, 2002
8:58 am
4855
Obviously SaveToFile changes the cursor, so that's why FindField(...) leads to two different results - but the newValue is nevertheless not saved... ... Hello...
Patrick Esche
alco_de
Offline Send Email
Oct 3, 2002
9:12 am
4856
Hi, I believe the reason is that you do not issue a Post. best regards Kim Madsen kbm@... ... From: Patrick Esche...
kbm@...
kimbomadsen
Offline Send Email
Oct 3, 2002
9:37 am
4857
Thanks, Kim! That was the answer...
Patrick Esche
alco_de
Offline Send Email
Oct 3, 2002
9:47 am
4858
Hi Monir, For example if you have a table with 2 fields where you wants to sort on, Name and No then: MT.SortFields := 'Name;No:D'; MT.Sort([]); will sort the...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Oct 3, 2002
11:16 am
4859
Do you also save and load FieldDefs ? If you do do you have set AutoUpdateFieldVariables to True ? Is it only the calculated fields ? sorry to answer with a...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Oct 3, 2002
11:23 am
4860
Boris, I did some debugging and yes it seems to be so, but only if the BLOB field is the last field in the table. -- rgds, Wilfried http://www.mestdagh.biz On...
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Oct 3, 2002
12:13 pm
4861
Hello Kim, there seems to be a severe bug in the TkbmIndexes.DeleteIndex method: // Renumber rest indexes. while (iIndex<FIndexes.count-1) do begin ...
duetting
Offline Send Email
Oct 4, 2002
9:16 am
4862
Hi all. I've been developing an app with a few tables that I'll use to store pictures. With files up to, say, 5 MB it saves and loads fine but I got an "Out Of...
UOL
esbagadao
Offline Send Email
Oct 5, 2002
10:30 pm
4863
Hi, This is a notice to you that support from my side may not be 100% during that period since Ill be in the USA, North Carolina. Allthough I will have a tight...
Kim Madsen
kimbomadsen
Offline Send Email
Oct 6, 2002
7:25 pm
4864
Hi, Thank you for your bugreport. Ill have it fixed for next release. best regards Kim Madsen kbm@... "duetting" <duetting@...>...
Kim Madsen
kimbomadsen
Offline Send Email
Oct 6, 2002
8:55 pm
4865
Hi, If you are using the OnCompress and OnDecompress events of the streamformat, the (de)compression is happening on the full amount of data in memory. The...
Kim Madsen
kimbomadsen
Offline Send Email
Oct 6, 2002
9:00 pm
4866
Here is a small proj that I created to show you the problem I am having when I try to reload the saved file. ... From: Kim Madsen [mailto:kbm@...] Sent:...
Trevor Blanc
gws32750
Offline Send Email
Oct 7, 2002
3:10 pm
4867
Hi Alexei, ... This is because table is persistent, and you dont close it yourself when the form close. Best is to close tables yourself in a well known place....
Wilfried Mestdagh
wilfried_sonal
Offline Send Email
Oct 9, 2002
8:22 am
Messages 4838 - 4867 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