birger

963
reputation
159 views

Registered User

name birger
member for 1 year
seen 15 hours ago
website
location The Netherlands
age 32
Passionate software developer from Delft, The Netherlands. Focus on Delphi, OO programming and building very nice user interfaces.
Dec
7
accepted Delphi IDE treating TFrame as if it were a Form
Dec
1
answered Dynamic Access Form
Nov
30
answered DBGrid get selected cell
Nov
25
accepted Access against MySQL or Postgres?
Nov
23
comment Fluid Form Layout in Delphi
+1 for (new) LayoutControl! You can also control its behaviour by code. If you hide a control, other controls will fill up the space. All our formas are always perfectly aligned by using this control.
Nov
18
answered dbGo or dbExpress for Delphi 2010 with Microsoft SQL Server
Nov
17
answered Access against MySQL or Postgres?
Nov
14
answered Is it possible and safe to have multiple TDataSources reffering one TDataSet descendant component ?
Nov
13
comment How to write a Remote DataModule to run on a linux server?
Freepascal has its own set of componentes. For example the wst I mentioned. It works very good and is under active development, but there is only little documentation.
Nov
13
answered How to write a Remote DataModule to run on a linux server?
Nov
6
accepted Recommended books/tuts/useful links on pascal programming language
Nov
3
answered How do I make the Lazarus IDE look and work like Delphi 2007 or newer?
Nov
3
answered Recommended books/tuts/useful links on pascal programming language
Oct
16
answered MS Access: There isn’t enough memory to perform this operation
Oct
8
answered Devexpress ExpressQuantumTreeList vs. Virtual Treeview ?
Oct
8
answered Has any one tried to embed Webkit on a Delphi app?
Sep
17
awarded  Yearling
Aug
30
accepted Free database for small datawarehouse
Aug
26
answered What is best and most active open source .Net search technology?
Aug
3
answered Are there any good free/cheap Delphi grid controls?
Jul
30
asked Update query on linked MySQL table from SQL Server
Jul
24
comment Web application in Delphi
Do you have a link to more information about ShareIt using Delphi for their website?
Jul
20
answered How can I import a database schema into MS Access 2003 from sql text file?
Jul
16
answered VBA text box input mask
Jul
15
answered Code or the control properties, which is better in MS-ACCESS?
Jul
7
answered Search for field references within a Microsoft Access “application”
Jul
7
answered Sending a binary stream through SOAP.
Jul
1
answered Handheld Development, Lazarus or Turbo Delphi.Net
Jun
30
answered Report - Running Count within a Group
Jun
23
answered How can I write this summing query?
Jun
22
answered Delphi: Mimicking MS OneNote’s Data Structure
Jun
19
comment Where to start OOP in Delphi mainly focusing on database development?
You mention that each list should contain code to manipulate.load.save data. That is wrong. The class model should have no idea about how it is connected to a database. Persistence should be taken care of by separate classes. Also, creating datamodules wit lots of separate SQLQuery controls is not necessary. You create query objects when they are needed, dynamically creating SQL to perform certain tasks. OO programing without data-aware controls is about 3 layers: GUI, model and persistence.
Jun
19
answered Where to start OOP in Delphi mainly focusing on database development?
Jun
16
answered What technology to use to write systray front-end to webapp?