4,046 reputation
1620
bio website
location
age 45
visits member for 7 months
seen 14 mins ago
stats profile views 550

Apr
15
comment Delphi Firemonkey: Creating Cube on a 3D viewport at runtime, from a different unit
Can you please paste the error message into your question?
Apr
15
comment Delphi Firemonkey: Creating Cube on a 3D viewport at runtime, from a different unit
TCube.Create( minefield ) ;o)
Apr
13
comment Delphi - Screenshot Quality
You have a memory leak in your code. TBitmap from your function will never be freed
Apr
10
comment StrToDate throwing econverterror
@iPath Yepp (i have lost time) :o)
Apr
9
comment Delphi, ADO, MySQL: checking whether an empty set was returned
Or Q.RecordCount
Apr
9
comment Jumping from one DB row to another using Fast Reports
As an alternative you can try TfrxUserDataset
Apr
9
comment Jumping from one DB row to another using Fast Reports
All filter and sort procedures should take place before passing data to report. You can use a TClientDataSet for storing the filtered and sorted rows (like you already do) :o)
Apr
9
comment StrToDate throwing econverterror
You should try VarToDate
Apr
9
comment In which thread is TIdThreadComponent OnTerminate and OnStopped executed?
You can always determine the current ThreadContext with GetCurrentThreadID and compare it with MainThreadID :o)
Apr
8
comment How do I get TWebBrowser in Delphi XE2 to run?
TWebBrowser is just a wrapper and those errors are not raised by Delphi. To avoid this popups set TWebBrowser.Silent := True
Apr
7
comment Indy10, 400ms for a simple TCP/IP request and response
You should rethink the try..finally block on server side
Apr
6
comment set components visible property on a panel or form
TPanel.Visible := False will do the job perfectly (ok, also hiding itself) :o)
Apr
2
revised SQL adding a date range help please
added 31 characters in body
Apr
2
revised SQL adding a date range help please
added 93 characters in body
Apr
2
revised SQL adding a date range help please
added 40 characters in body
Apr
2
answered Why this copy data from a point wrong?
Apr
2
comment How to create a class that connects to a Database with no datasets, query or table components of any kind?
@kobik I know that, it's a part of it, as I said ;o) Best use would be Excute, fill an ObjectList and fill the ListBox from that (very simple and small ORM)
Apr
2
comment How to create a class that connects to a Database with no datasets, query or table components of any kind?
@kobik Only Execute did not fill the ListBox and this is also asked ... but we can dicuss this for hours, because it is not clear, whats being really asked ;o) - Maybe Execute is one part of it ;o)
Apr
2
comment How to create a class that connects to a Database with no datasets, query or table components of any kind?
Maybe this question is about some kind of ORM and direct connection from TDataSet to TDBGrid is forbidden (thats why a ListBox is used for presentation). That would make sense to me
Mar
29
awarded  Civic Duty