Fabricio Araujo
|
Registered User
|
|
Dec 14 |
comment |
Upgrade to Delphi 2010, or stick with Delphi 7 “forever”? There are many who doesn't have the courage to say this on the web. But do what you do - or even worse.As for your wife, why you didn't have given that excelent pair of shoes before, saying: "Next time, I'll buy my software " eheheh |
|
Nov 12 |
comment |
Do Generics Mess Up Interface Name Mapping? D2010 has already this hash, Barry? |
|
Nov 9 |
comment |
How do I (or if I can’t) use Variants on simple DLLs? I apologize for leaving the question open so much time, but I haven't time to try the ideas of you in the weekend. I hope I'll try it today night. |
|
Nov 3 |
comment |
How do I (or if I can’t) use Variants on simple DLLs? Hmmm... Nice. I'll give it a try tonight. |
|
Nov 3 |
comment |
How do I (or if I can’t) use Variants on simple DLLs? Delphi is alive and kicking, Chris ;-) |
|
Nov 3 |
asked | How do I (or if I can’t) use Variants on simple DLLs? |
|
Oct 29 |
answered | Equivalent to TUpdateSQL in Delphi 2010 dbExpress? |
|
Oct 29 |
comment |
Equivalent to TUpdateSQL in Delphi 2010 dbExpress? We're talking about BDE components, and yes they can - if you create the SQL to Insert,Update and Delete on the query object and put it on a TUpdateSQL. When the bde component get a Post commanded, it uses the SQL on the TUpdateSQL component to write the data to database |
|
Oct 28 |
comment |
Equivalent to TUpdateSQL in Delphi 2010 dbExpress? And when I say 'updates' read: insert, delete and update commands. |
|
Oct 28 |
comment |
Equivalent to TUpdateSQL in Delphi 2010 dbExpress? He's asking about TUpdateSQL component, which allow substitution of SQL generated by the BDE component(TTable, TQuery) for ones written by the developer. It's mostly used for allowing updates on queries with joins. |
|
Oct 6 |
revised |
Move project from Delphi 3 to Delphi 2010 Clarify some stuff |
|
Oct 2 |
comment |
Move project from Delphi 3 to Delphi 2010 @mghie Maybe his plans is bring the codebase to D2010 to unify the development environment and getting used to it before adventuring on a rewrite or heavy changes. |
|
Oct 2 |
answered | Move project from Delphi 3 to Delphi 2010 |
|
Sep 25 |
comment |
Delphi, frames vs forms. What for multi-document interface? It's not a good OOP practice? Please, explain that!!! |
|
Sep 16 |
awarded | ● Yearling |
|
Sep 3 |
comment |
Single-user source control? I worked with Starteam on small team and it's highly customizable GUI client is amazing - the filter and query features are astonishing once you grasp it. |
|
Sep 2 |
comment |
Resolving a bug in the TDatasetProvider (the hard way) in Delphi 2010 or Delphi 2009 Yes, because it's a numeric field and the value should not be quoted (as the value is NOT a string). The fact that newer versions of RDBMS tolerate this does not make it a feature - it's a bug. And SQL Server 2000 is widely used, since it simply works and most houses does not want to migrate until the last minute. |
|
Sep 2 |
comment |
Resolving a bug in the TDatasetProvider (the hard way) in Delphi 2010 or Delphi 2009 Have you registered this error on QC? |
|
Aug 20 |
comment |
Is there a way to save the state of an object for a faster reload later? +1. Perfect idea. |
|
Aug 20 |
answered | How to specify Delphi interface GUID in Enterprise Architect? |
|
Aug 19 |
accepted | How can I detect if ApplyUpdates will Insert or Update data? |
|
Aug 18 |
comment |
Delphi: Program Execution and internal procedure/function calling from CMD or using Doubleclick on associated extension Agreed with Argalatyr. This question I didn't understood nothing until reading Roddy's answer. |
|
Aug 17 |
comment |
What does an MVC Delphi with WebBroser and HTML application look like? @SeanX: Huh? AFAIK, view is a static thing, commandered by the controller. Is the controller that makes things happen. |
|
Aug 14 |
answered | What does an MVC Delphi with WebBroser and HTML application look like? |
|
Aug 8 |
answered | How do I control memory usage with Omni Thread Library’s thread pool? |
|
Aug 7 |
answered | Why does ReadLn not assign values to all my variables in Delphi? |
|
Aug 7 |
comment |
Under what conditions will a TForm fire OnResize on show? I don't know if the window class is created exactly as designed or if some properties are applied after the creation of the it. Never dug this deep on Delphi source code to spot this. |
|
Aug 7 |
comment |
Class Types and Constructor Calls @Gamecat A class should descend from TComponent if it uses some facility it provides and yes, I find the easyness to stream and the ownership very appealing to many of my classes. In this case, TComponent provides an virtual constructor chain - which is useful for the case in view. I have no dogmas here. |
|
Aug 7 |
answered | Create an exact copy of TPanel on Delphi5 |
|
Aug 7 |
comment |
Class Types and Constructor Calls Never had speed issues with TComponent. And for COM support, I know it does ref couting if the descendant is a wrapper for a COM object (VCLComObject field). And ownership is a bless when need to create subobjects which must be destroyed when comp dies. IDE integrations just means you can register it on pallete. So, I use TComponent as base for my objects, yes. |
|
Aug 7 |
revised |
How do I declare a TField as nullable? corrected spelling |
|
Aug 7 |
revised |
Under what conditions will a TForm fire OnResize on show? A superficial explanation of window management in MSWindows; added 140 characters in body |
|
Aug 7 |
comment |
How do I declare a TField as nullable? hehehehe... That one happened to me so many times... It's one of the first things I verify... ;-) |
|
Aug 7 |
accepted | How do I declare a TField as nullable? |
|
Aug 6 |
answered | Class Types and Constructor Calls |
|
Aug 6 |
answered | Under what conditions will a TForm fire OnResize on show? |
|
Aug 6 |
answered | How do I declare a TField as nullable? |
|
Jul 31 |
comment |
Any complete library for Jabber in Delphi? The OP stated that has already found COM-based libraries, but want to stick with a VCL-based one. |
|
Jul 31 |
comment |
DELPHI: how to use “break” outside of loop or case? I agree with Ralph and Rob.... |
|
Jul 30 |
comment |
Any complete library for Jabber in Delphi? Hm? Interesting. |
|
Jul 29 |
answered | Any complete library for Jabber in Delphi? |
|
Jul 29 |
comment |
Any complete library for Jabber in Delphi? Of course you're having a lot of trouble. jopl is made with Delphi 2006. |
|
Jul 26 |
comment |
Delphi Short Cut to add Date and Name Comment Live templates does not exist in Delphi 7, Nick. The OP stated he's using D7 on the question. |
|
Jul 24 |
comment |
I need to use delphi to do a task If it's over-protective or not, is not up to us to judge, Wouter. But there are easier ways: there are programs that search web cache of popular browsers and he can use them to see what's in the chats. |
|
Jul 24 |
comment |
How can I load a package and keep the debugger working? Yeah, I said that was a stupid question... But sometimes the stupid details are the ones that makes life difficult... ;-) |
|
Jul 23 |
answered | How to get Firefox bookmarks from a Delphi application? |
|
Jul 23 |
answered | How can I load a package and keep the debugger working? |
|
Jul 22 |
comment |
What’s the best way to store a Delphi set in a dataset? It's better than mine. And clearer... Cool |
|
Jul 22 |
comment |
With Delphi are you more likely to re-use temporary variables than with other languages? NO, I think he's talking on Anders Ohlson... |
|
Jul 22 |
comment |
How to implement dynamic arrays in Delphi AFAIK, you can't. |
