Fabio Gomes

1,717
reputation
319 views

Registered User

name Fabio Gomes
member for 1 year
seen yesterday
website
location Brazil
age 25
Just a developer wannabe.
Nov
23
awarded  Popular Question
Oct
30
comment How can I get an e-mail address out of a string of key=value pairs?
@Skuta Then why didn't you just added an answer with that then? Did you think we would downvote you?
Oct
30
comment Is there some way to load the TSQLConnection params from an ini file in design time?
I think you didn't understand my question. I want to load the settings in design time, the only way I can connect to a Database in design time is by configuring the connection in the dfm, and I don't want to do that.
Oct
28
comment How to detect when the laptop is running on batteries?
Are you trying to code in Brainf*ck's syntax? Why not just Result := not Boolean(SysPowerStatus.ACLineStatus). You test a condition for True then return False... O_o
Oct
21
asked Is there some way to load the TSQLConnection params from an ini file in design time?
Oct
20
comment How to send e-mail using gmail’s smtp and Indy 10?
That worked, thanks, one thing that I'm still not sure, do I really need the OpenSSL dlls? The article says nothing about it, but when I tested it gives me an exception "Cannot load library" if I try to send e-mails without the dlls. This is still not very clear to me. Thanks.
Oct
19
asked How to send e-mail using gmail’s smtp and Indy 10?
Oct
19
comment How Can I Get Embarcadero Quality Central To Do Something About My Bug Report
@ldsandon So true! I need a fix for a bug which is opened since Delphi 6: qc.embarcadero.com/wc/qcmain.aspx?d=2334
Oct
18
awarded  Popular Question
Oct
5
answered Which features of Delphi 2010 Enterprise version are valuable to you, and why?
Sep
25
accepted jgGrid doesn’t respect my imgpath
Sep
25
revised jgGrid doesn’t respect my imgpath
deleted 181 characters in body; edited tags
Sep
25
answered jgGrid doesn’t respect my imgpath
Sep
8
awarded  Popular Question
Aug
26
awarded  Notable Question
Aug
26
awarded  Popular Question
Aug
9
awarded  Yearling
Jul
28
comment Runtime Error R6034 when trying to use Firebird Server 2.1 on Windows Server 2003 (Cannot Load gds32.dll)
I installed the Microsoft Visual C++ 2005 SP1 and it worked right away! Thanks!
Jul
28
asked Runtime Error R6034 when trying to use Firebird Server 2.1 on Windows Server 2003 (Cannot Load gds32.dll)
Jul
13
awarded  Good Answer
Jul
8
awarded  Disciplined
Jun
30
asked How can I temporarily disable all constraints in a Table in Firebird 2.1?
Jun
29
comment How to indent long conditionals for ‘if’ statements?
This is much more readable IMO.
Jun
29
revised ASP.net MVC site.master link using HTML.ActionLink
deleted 34 characters in body
Jun
29
revised ASP.net MVC site.master link using HTML.ActionLink
added 44 characters in body
Jun
29
answered ASP.net MVC site.master link using HTML.ActionLink
Jun
29
asked Simplest way to protect whole folder (with authentication) using asp.net MVC and OpenID
Jun
29
revised How to recompile a specific unit from the VCL?
edited tags
Jun
28
answered Problem with Check for updates in RAD studio
Jun
25
awarded  Notable Question
Jun
24
revised Any way to find out which TField is raising EDBClient with message ‘Field value required.’?
deleted 4 characters in body
Jun
24
awarded  Taxonomist
Jun
20
accepted Enable drag and drop into Visual Studio 2008 from Windows Explorer
Jun
20
answered Most inappropriate function or variable names you have encountered?
Jun
20
answered Enable drag and drop into Visual Studio 2008 from Windows Explorer
Jun
20
revised jgGrid doesn’t respect my imgpath
added 111 characters in body; added 64 characters in body
Jun
20
asked jgGrid doesn’t respect my imgpath
Jun
20
accepted How do you set the Result value?
Jun
20
comment How do you set the Result value?
Thats right, example 3 is new to Delphi 2009.
Jun
20
answered How do you set the Result value?
Jun
20
comment What are public, private and protected in object oriented programming?
Some languages have some particularities. Like in Delphi, private members are acessible by other classes on the same unit, and you have to use strict private if you don't want this behavior.