Gary W Good
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 4
Activity overview
Latest activity by Gary W Good-
Gary W Good created a post,
WordWrap
I am using Delphi 11 and Firepower (I am moving a VCL app to Firemonkey). I have some lines of text longer than the length of the column in a twwdataGrid. dgWordWrap is checked and the HeightRow ...
-
Gary W Good commented,
I finally realized that I needed to programmatically add Selected.Add('BloodChem' + #9 + '16' + #9 + 'Blood Chem'); to my app. This was the only time in the last 10 years that I had to create a ta...
-
Gary W Good commented,
I tried colwidths with no effect
-
Gary W Good created a post,
set wwdbgrid widths programmatically
The following is code that I use: PROCEDURE TfrmCorrCoef.memTblAnddbgFieldDefs;BEGIN memTbl.FieldDefs.Add('Blood Chem', ftString, 16, FALSE); memTbl.FieldDefs.Add('Blood Test', ftString, 32, FA...
-
Gary W Good created a post,
AutoSizeColumn
I am having difficulty using AutoSizeColumn. I want to completely fill the client space width with columns, vertical lines, vertical scrollbars, indicator column. I call AutoSizeColumn with the n...
-
Gary W Good commented,
I found the problem in a TDataModule, a different module than the module which appeared to be causing the problem. In a BeforePost event, I was performing a locate on a different TFDQuery componen...
-
Gary W Good commented,
I noticed that I included that this behavior happened with inserts and edit. That was an error. It happens with edits only.
-
Gary W Good created a post,
Peculiar behavior using the TwwExpandButton
I was wondering if anyone has experienced a similar problem with TwwExpandButton and hopefully has a solution. I have three TwwDBGrid components where the second TwwDBGrid component is a child of t...