Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.pascal.delphi.misc > #323
| From | "S.G" <S.G@none.special.ch> |
|---|---|
| Newsgroups | comp.lang.pascal.delphi.misc |
| Subject | Re: What is best ? |
| Date | 2012-06-13 09:16 +0200 |
| Organization | - |
| Message-ID | <jr9emj$pmu$1@speranza.aioe.org> (permalink) |
| References | <4fcf960a$0$1374$4fafbaef@reader1.news.tin.it> <4fd065b9$0$6961$e4fe514c@news2.news.xs4all.nl> <4fd0c1ae$0$1387$4fafbaef@reader2.news.tin.it> <a3dptpFupqU1@mid.individual.net> <4fd1fb6f$0$1382$4fafbaef@reader1.news.tin.it> |
Stark wrote: > > I didn't tell about the database because I am still using Tables and > BDE... My budgeting data are held in currency format on the table and I > think is valid your suggestion to convert the amounts into string only > when trasporting them into the GUI elements. Also, the TDBGrid may > semplify the processing of my data. But I am presenting the budget data > in different ways to the user: one account at a time with its monthly > amounts for the year, or all of the accounts in tabular form, etc. The > budget data will be those of previous year, or calculated in various way > and finally those defintely accepted by the user. So I thought I would > use this occasion to think OO in some way .. That is a simple every day Database Application. Also our customers are happily using some old BDE applications every day in their Win7 64-bit machines. Your budgeting data can not contain any such things that could not be done with standard Database Controls in Delphi. If your main task and interest is in writing applications, and not creating new Delphi Components, then your best used time is not trying to learn more deeply about OOP. You should just put some more effort to try learning how to use Table, Query, TMemoryDataset, TDbgrid, TDbEdit etc controls. They can easily solve your whole problem. The old MastApp application in your \Delphi\Demos sub directory is a good starting point to see how those DB things work. S.G.
Back to comp.lang.pascal.delphi.misc | Previous | Next — Previous in thread | Next in thread | Find similar
What is best ? "Stark" <franco.jommi@tin.it> - 2012-06-06 19:41 +0200
Re: What is best ? "Maarten Wiltink" <maarten@kittensandcats.net> - 2012-06-07 10:26 +0200
Re: What is best ? "Stark" <franco.jommi@tin.it> - 2012-06-07 16:58 +0200
Re: What is best ? "Maarten Wiltink" <maarten@kittensandcats.net> - 2012-06-07 17:49 +0200
Re: What is best ? "Stark" <franco.jommi@tin.it> - 2012-06-08 14:59 +0200
Re: What is best ? "Maarten Wiltink" <maarten@kittensandcats.net> - 2012-06-08 16:33 +0200
Re: What is best ? "Rudy Velthuis" <newsgroups@rvelthuis.de> - 2012-06-07 22:28 +0200
Re: What is best ? "S.G" <S.G@none.special.ch> - 2012-06-08 01:07 +0300
Re: What is best ? Hans-Peter Diettrich <DrDiettrich1@aol.com> - 2012-06-08 11:00 +0200
Re: What is best ? "Stark" <franco.jommi@tin.it> - 2012-06-08 15:17 +0200
Re: What is best ? "S.G" <S.G@none.special.ch> - 2012-06-13 09:16 +0200
Re: What is best ? "Maarten Wiltink" <maarten@kittensandcats.net> - 2012-06-14 00:06 +0200
Re: What is best ? "S.G" <S.G@none.special.ch> - 2012-06-14 09:08 +0200
Re: What is best ? "Stark" <franco.jommi@tin.it> - 2012-06-15 16:47 +0200
Re: What is best ? "Maarten Wiltink" <maarten@kittensandcats.net> - 2012-06-15 22:41 +0200
Re: What is best ? "Maarten Wiltink" <maarten@kittensandcats.net> - 2012-06-16 07:27 +0200
Re: What is best ? "Stark" <franco.jommi@tin.it> - 2012-06-16 14:50 +0200
csiph-web