[Lazarus] fpGUI
michael.vancanneyt at wisa.be
michael.vancanneyt at wisa.be
Mon Jan 17 11:27:14 CET 2011
On Mon, 17 Jan 2011, Mattias Gaertner wrote:
> On Mon, 17 Jan 2011 11:03:00 +0100 (CET)
> michael.vancanneyt at wisa.be wrote:
>
>> [...]
>> I have an application with 1500 forms.
>
> Every time you mention this application the number of forms grows by
> hundreds. I wonder, do you add one form per day?
It depends.
Adding a simple form costs at most 2 hours, so I alone could do 4 a day.
Often this happens exactly so.
Depending on the form of course, there are also complex forms which take
much more time, up to a week.
I ran a quick count:
The exact count of client-side forms is currently 1566.
The server contains 450 datamodules, and over 2300 'exposed' queries.
(there are 400 tables in the database).
A second application has 1359 client-side form files, and 216 server datamodules.
Both counts are without counting the 134 'framework' forms, common to all our
applications.
> Are these normal forms, each with a whole unit of code?
Yes. But as said, many simple forms need almost no code.
All do need a single line to register them in the form factory.
Michael.
More information about the Lazarus
mailing list